Shortcode for Click to Chat

[wpbot-click-chat text="Click to Chat"]

Available Parameters: text, bot_visibility, intent, display_as, bgcolor, textcolor

text: This is for the button text. Value for this option would be a text that will be automatically linked to open the ChatBot.
Ex: [wpbot-click-chat text="Click to Chat"]

bot_visibility: This is show or hide bot floating icon. Available values: show, hide. Default value is “show”.
Ex: [wpbot-click-chat text="Click to Chat" bot_visibility="hide"]

intent: This parameter allow you to trigger specific intent. It does support all pre-defined & custom intents. Available Values: Faq, Email Subscription, Site Search, Send Us Email, Leave A Feedback, Request Callback,
Ex: [wpbot-click-chat text="Click to Chat" bot_visibility="hide" intent="Email Subscription"]

display_as: This parameter can control the appearence. Available values: button, link. Default value is “link”.
Ex: [wpbot-click-chat text="Click to Chat" bot_visibility="hide" display_as="button"]

bgcolor: You can set the background color by using this parameter.
Ex: [wpbot-click-chat text="Click to Chat" bot_visibility="hide" intent="Email Subscription" display_as="button" bgcolor="#3389a9"]

textcolor: You can set the text color by using this parameter.
Ex: [wpbot-click-chat text="Click to Chat" bot_visibility="hide" intent="Email Subscription" display_as="button" bgcolor="#3389a9" textcolor="#fff"]