API

$zopim.livechat.bubble

Represents the first-use bubble.  The bubble shows up only if the chat window has never been opened in the current session.  Sessions expire 2 minutes after the last page with the widget is closed.

Functions

showShows the bubble (once), even if it has been dismissed or disabled
hideHides the bubble (once)
setTitleSets bubble title
setTextSets bubble text

Examples

<a href="javascript:$zopim.livechat.bubble.reset()">
  show help bubble
</a>
<script>
  $zopim.livechat.bubble.setTitle('Need help?');
  $zopim.livechat.bubble.setText('Click here for livechat!');
</script>