Link Search Menu Expand Document

Chat widget

By default we have added tawk.to chat widget in the theme.

  1. Create an account in tawk.to
  2. Log in to the Dashboard and make your way to Administration ➞ Channels ➞ Chat Widget.
  3. Next, hover over the Widget Code section and select Copy to Clipboard to copy the code.
  4. Paste the widget code into _includes/chat-script.html
<div id='tawk_5d79cb089f6b7a4457e141f1'></div>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); Tawk_API.embedded='tawk_5d79cb089f6b7a4457e141f1';
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5d79cb089f6b7a4457e141f1/1g9ijj6g4';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);})();
</script>
<!--End of Tawk.to Script-->
<!--End of tawk.to Status Code -->

You can follow the steps mentioned in the this article.