You can add a link to Inventive Labs’ Click To Talk form by adding a link to http://inventivevoice.com/ClickToTalk/FrontEnd.aspx?account= with the account number that was given to the client.
The HTML code would look like this:
<a href=”http://inventivevoice.com/ClickToTalk/FrontEnd.aspx?account=100“>Click Here</a>.
Additionally, you could add some JavaScript to the link that would allow it to open in a popup:
<a href=”#” onclick=”javascript:window.open(‘http://www.inventivevoice.com/ClickToTalk/FrontEnd.aspx?account=100′,’ClickToTalk’,’height=300,width=440, resizable=1′);”>Click Here</a>.
However, there are some issues with creating the link this way. If the client has javascript disabled the link would not work correctly.