Javascript functions to display and hide the chat widget on your webpage.
Last updated 3 months ago
Execute the following Javascript functions to trigger the chat widget on your web page.
wn.openWidget(); //Opens the chat window but minimizes it when clicked on the cross wn.openWidget(true)
wn.hideWidget();
wn.showWidget(); //Shows the chat bubble but minimizes it when clicked on the cross. wn.showWidget(true)