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

Copy

wn.open(); 

Closing the chat widget

Copy

wn.close();

Hiding the chat widget

Copy

wn.hideWidget();

Showing the chat widget

Copy

wn.showWidget();

Last updated