JS functions to trigger chat widget
Javascript functions to display and hide the chat widget on your webpage.
Opening the chat widget
wn.openWidget();
//Opens the chat window but minimizes it when clicked on the cross
wn.openWidget(true)Hiding the chat widget
Showing the chat widget
Last updated
Was this helpful?