Jump to content

How do I make a "contact me" link that pops up a messenger window?


Go to solution Solved by Nathan Explosion,

Recommended Posts

  • Solution
Posted

Right click the element that you are trying to mimic, inspect it  and take a look at the code:

<a href="https://invisioncommunity.com/messenger/compose/?to=610431" data-ipsdialog="" data-ipsdialog-title="Compose New" data-ipsdialog-remotesubmit="" data-ipsdialog-flashmessage="Message Sent." data-ipsdialog-forcereload="" class="ipsFlex-flex:11 ipsButton ipsButton_light ipsButton_verySmall">Message</a>

There you go - that's your code; make necessary modifications add it via the Source button in the editor, or create a custom button in the editor to allow you to add it with the click of a button.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...