Hello,
I wonder why the same code on different server causes tawk not working?
On both of them, I install original prestashop template - which is belong to prestashop and free:
Is not working on this server:
http://ecommerce.advance-web-studio.com/index.php
Is working on this server:
Can you guess why this code (below) does not work on
http://ecommerce.advance-web-studio.com/index.php which I place it on themes/default-bootstrap/footer.tpl
<!--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/59bf6f14c28eca75e4620a17/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script> <!--End of Tawk.to Script--> </body> `