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;

wn.showbot(); 

Hiding/Minimising the chat widget

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

wn.hidebot();

Last updated