BigRadar Help
  • Get started with BigRadar
  • Quick start
    • Setup new account
    • Install BigRadar on your website
    • Link to open BigRadar Messenger
  • Chatbots
    • Create your first Chatbot
    • How to add/edit questions in ChatBot
    • How to set visibility rules for ChatBot
  • Campaigns
    • Send your first email campaign
  • Settings
    • Customize Messenger
    • Manage Notifications
    • Manage Team
Powered by GitBook
On this page
  • Open BigRadar
  • Close BigRadar

Was this helpful?

  1. Quick start

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>

PreviousInstall BigRadar on your websiteNextCreate your first Chatbot

Last updated 4 years ago

Was this helpful?