Disclaimer: This article is provided for instructional purposes only. MorgWard does not support or guarantee the code. Please post any issues you have in the comments section or try searching for a solution online.
Question
How can I customise the top title of the widget for each one of my brands?
Answer
- Web Widget: you can use the Web Widget API.
- Chat Widget: you can use the the Javascript API from chat.
- Web Widget with the Chat option: you can wrap the chat script in the zE code. The following code is an example on how you can do it:
<script>
zE(function() {
$zopim(function() {
$zopim.livechat.window.setTitle('Zopim Chat Support');
});
});
</script>
For further customizations see Advanced customization of your Web Widget.

Comments
0 comments
Please sign in to leave a comment.