Hello,
I want to change the chat badge title text, the one that looks like this.
Sorry for the bright red example burning your eyes, I turned it red first to confirm that worked. I tried using the following snippet, which I found from here https://api.zopim.com/files/meshim/widget/controllers/liveChatAPI/Badge-js.html#$zopim.livechat.badge.setText
- <script>
- $zopim(function(){
- $zopim.livechat.badge.setText('Wanna talk?');
- });
- </script>
But it doesn't seem to work. Am I missing something? Does anyone have an example of a working implementation that I can reference?