API

$zopim.livechat.window

Represents the live chat window

Functions

hideHides the chat window
showShows the chat window
toggleShows the window if hidden, otherwise hide the window
setColorSets the window color with the standard theme

Example

<script>
$zopim.livechat.window.toggle();
</script>
<a href="javascript:$zopim.livechat.window.show()">
  Click here to chat with us!
</a>
<a href="javascript:$zopim.livechat.window.setColor('#ff0000')">Red</a>
<a href="javascript:$zopim.livechat.window.setColor('#00ff00')">Green</a>
<a href="javascript:$zopim.livechat.window.setColor('#0000ff')">Blue</a>