JS functions to trigger chat widget

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

Execute the following Javascript functions to trigger the chat widget on your web page.

Opening the chat widget

wn.open(); 

Closing the chat widget

wn.close();

Hiding the chat widget

wn.hideWidget();

Showing the chat widget

wn.showWidget();

Last updated