stephenou / fruitionsite

Build your website with Notion for free
https://fruitionsite.com
MIT License
1.59k stars 218 forks source link

Issue with tawk.to chat widget #72

Open ketanpandey8 opened 3 years ago

ketanpandey8 commented 3 years ago

I added tawk.to widget code in CUSTOM_SCRIPT but I cannot see it anywhere on my notion site.

Below is the script code:

<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ffc08d7c31c9117cb6d5a94/1ero852s6';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

Thanks in advance.

leshchenko1979 commented 3 years ago

I have the same issue.

To clarify -- the script is present inside the page, but it doesn't work as it should.