Tell us what you are trying to do?
I am trying to integrate Click4Advisor "Call Now" and "Chat Now" buttons into a view for a custom post type (Advisors).
There will be a snippet of code to create the button that looks something like this (the following came from Click4Advisor)
<!-- Click4Advisor tag starts--><map name='31'><area shape='rect' coords='0,0,113,67' href='#POP' onclick='javascript:window.open("hidden link"+location.href,"_blank","height=380,width=530,left=20,top=20,resizable=no,menubar=0,toolbar=0,status=0")'><area shape='rect' coords='2,68,113,86' href='hidden link' target='_blank'></map><!--Click4Advisor tag ends-->
Please note that this code is not usable in this state and is just a sample. If you would like to see a sample of a functioning button, the main page of the Click4Advisor website has a "Free Demo" feature with the button integrated. On hidden link, scroll to the bottom of the page to where it has a button for " Click to Call and Click to Chat FREE DEMO".
Is there any documentation that you are following?
Only the documentation from Click4Advisor (quoted above). I don't know where to look in the Toolset documentation for how to integrate external code into a custom post type. I expect that there will be a group number (unique to the site) and an advisor number (unique to each advisor) which will need to be passed to the code in from each individual advisor post in order to retrieve the right buttons and links for each advisor.
I am not sure where to start trying to figure this out.
Is there a similar example that we can see?
hidden link
Of course this does not use Toolset but you can see basically what I am trying to accomplish.
What is the link to your site?
Not deployed yet.