Folks;
I would like to add the standard Tawk.To Widget Code to my ESPO instance.
I have Version 7.5.5 and have added:
<!--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.ge tElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/SecretCodeHere/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
into footer.tpl
I have also tried adding it to footer.js (with a little editing).
Neither works, and nothing appears in the espo log.
Any ideas, has any one else got this working?
Regards
David.
I would like to add the standard Tawk.To Widget Code to my ESPO instance.
I have Version 7.5.5 and have added:
<!--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.ge tElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/SecretCodeHere/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
into footer.tpl
I have also tried adding it to footer.js (with a little editing).
Neither works, and nothing appears in the espo log.
Any ideas, has any one else got this working?
Regards
David.
Comment