JS functions to trigger chat widget
Javascript functions to display and hide the chat widget on your webpage.
Last updated
Was this helpful?
Was this helpful?
wn.hideWidget();wn.showWidget();
//Shows the chat bubble but minimizes it when clicked on the cross.
wn.showWidget(true)