Installing the Web Widget

Return to top

2 Comments

  • Noa Kressel

    Is there a way to block the widget from SPECIFIC pages in a domain?

    0
  • Viktor Osetrov
    Hello Noa,

    Thanks a lot for your interesting question.

    For suppressing widget features on specific pages in the Web Widget (Classic), please enable chat and then use the suppress setting to change the features offered on particular pages of your site to suit your needs.
     
    For example, you can use suppress to:
    • Have Chat without deflection on other pages.
    <script type=“text/javascript”>
    window.zESettings = {
      webWidget: {
        chat: {
          suppress: true
        }
      }
    };
    </script>
     
    If you would like to suppress the web widget when your chat is offline, please use hideWhenOffline variable.

    Hope it helps.
    0

Please sign in to leave a comment.

Powered by Zendesk