NAV
javascript
SnapEngage.startLink();

// You can also use this JavaScript method inside the onclick attribute
// of an <a> tag on your page. When a visitor clicks this link, it will fire
// SnapEngage.startLink() and open the chat box.
<a href="#" onclick="SnapEngage.startLink();">Chat with us!</a>

The default method for starting a chat from an on-page <a> link's onclick event.

No Parameters