Link to open BigRadar Messenger

Provide links to BigRadar in a post, article or anywhere in the page to open the messenger for a conversation.

To create a link to open BigRadar Messenger, you can simple put the following code in your hyperlink <a href="somelink.html"> </a>

Open BigRadar

onclick="BigRadar.open();"

Example code: 
<a href="yourwebsite.com" onclick="BigRadar.open();"> Visit my Website</a>

Close BigRadar

onclick="BigRadar.close();"
 
Example code: 
<a href="yourwebsite.com" onclick="BigRadar.close();"> Visit my Website</a>

Last updated