JS functions to show_hide

Javascript functions to display and hide the chat widget on your webpage.

Display/Opening the chat widget

You can use the following snippet to hide the chat widget;

bq.showbot();

Hiding/Minimising the chat widget

You can use the following snippet to hide the chat widget;

bq.hidebot();

Last updated