Question
My customers often avoid the widget button and I would like to have the widget window automatically open when they arrive on my page. Is it possible to have the window pop up when someone goes to my website? How do I customize my widget so that the window is displayed instead of the button?
Answer
When users arrive at your website they will see the default widget button. Set the window to automatically open by adding the following script after your widget script:
<script type="text/javascript">
zE(function() {
zE.activate();
});
</script>
For more information, visit our Zendesk Developers page.
Tip: For more information on how to proactively reach out to visitors on your webpage, see the article on proactive Chat Triggers.
0 Comments
Please sign in to leave a comment.