Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Activate Zendesk Chat on your Website
  2.  
  3. First, activate the Zendesk Chat widget on your website by copying and pasting the following code between <head> and </head> tags of your site's HTML file:
  4.  
  5. <!--Start of Zendesk Chat Script-->
  6. <script type="text/javascript">
  7. window.$zopim||(function(d,s){var z=$zopim=function(c){
  8. z._.push(c)},$=z.s=
  9. d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
  10. _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
  11. $.src='https://v2.zopim.com/?5ixARXim8bXRjgC3USL6HDINChDOmPDi';z.t=+new Date;$.
  12. type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
  13. </script>
  14. <!--End of Zendesk Chat Script-->
  15.  
  16. That's it! You're now ready to start chatting with your visitors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement