Represents the live chat button
| hide | Hides the chat button |
| show | Shows the chat button |
| setOffsetBottom | Adds additional spacing below the button |
| setPosition | Sets the position of the button, ‘bl’ for bottom left, ‘br’ for bottom right |
| setHideWhenOffline | Hide the button when offline |
<h3>Docking</h3>
<a href="javascript:$zopim.livechat.button.setPosition('ml')">Left</a> |
<a href="javascript:$zopim.livechat.button.setPosition('mr')">Right</a>
<h3>Bottom Spacing</h3>
<a href="javascript:$zopim.livechat.button.setOffsetBottom(32)">Leave some space</a> |
<a href="javascript:$zopim.livechat.button.setOffsetBottom(0)">Leave no space</a>