Updated changes to default branding and customising the bot
We are very excited to let you all know that today the changes to support customisations and branding changes were deployed. You may have already noticed that "Answer Bot" has already been replaced by your brand name, and the avatar is inheriting the brand logo.
If this isn't enough though, you can now also control the widget title, bot name and avatar through a basic JS API shown below. By default, the "Bot" tag will always be present to help indicate to users that the experience is not with a human.
Adding this BEFORE the Answer Bot widget script is loaded will allow you to control / define the title, bot name and avatar image source, for example:
<script type="text/javascript">
window.zESettings = {
webWidget: {
answerBot: {
avatar: {
url: 'https://link-to-some-image',
name: {
"*" : 'Zendesk'
}
},
title: {
"en-US": "Support"
}
}
}
};
</script>
View the quick example video
This topic has been closed for replies.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.