Live Chat Javascript on website.
Hi,
I want to install the Live Chat on my website www.neurohm.com. The instruction is to copy & paste this code above the last tag. But unfortunately it show ERROR every time i put it to me website. Can you please give me some advices where is the best place to put this code?
This is link to application that I want to use: https://www.jakweb.ch/
Kind regards,
Karol
I want to install the Live Chat on my website www.neurohm.com. The instruction is to copy & paste this code above the last tag. But unfortunately it show ERROR every time i put it to me website. Can you please give me some advices where is the best place to put this code?
<!-- Cloud Chat 3 widget -->
<script type="text/javascript">
(function(w, d, s, u) {
w.id = 3; w.lang = ''; w.cName = ''; w.cEmail = ''; w.cMessage = ''; w.lcjUrl = u;
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
j.async = true; j.src = 'https://chat.neurohm.com/ chat/js/jaklcpchat.js';
h.parentNode.insertBefore(j, h);
})(window, document, 'script', 'https://chat.neurohm.com/ chat/');
</script>
<div id="jaklcp-chat-container"></ div>
<!-- end Cloud Chat 3 widget -->
Kind regards,
Karol
Comments