...
How do you do it?
When you retrieve the script code form the various vendors, look out for the links, codes or keys inside the script code. Replace the respective parameters in the revised code we have provided. Please contact us if it still does not work.
Tawk | |
Replace HERE with link from tawk, it should look something like what is showcase in the example below. | var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); |
Udesk | |
Replace HEREand HERE with code and link from Udesk, it should look something like what is showcase in the example below. Example: Random code should look something like 1gndfj6a | (function(a,h,c,b,f,g){a["UdeskApiObject"]=f;a[f]=a[f]||function() |
Zendesk | |
Replace HERE with key from Zendesk widget code, it should look something like what is showcased in the example below. Example: | function loadScript(src, callback) { var script = document.createElement('script'), head = document.getElementsByTagName('head')[0]; script.type = 'text/javascript'; script.charset = 'UTF-8'; script.src = src; script.async = 'async'; script.id = 'ze-snippet';if (script.addEventListener){ script.addEventListener('load', function (){ callback(); }, false); } else if (script.attachEvent) { script.attachEvent('onreadystatechange', function (){ var target = window.event.srcElement; if (target.readyState == 'loaded'){ callback(); }}); } head.appendChild(script);}loadScript('https://static.zdassets.com/ekr/snippet.js?key=HERE',function(){}); |
Zoho Live Chat | |
Replace HERE with widget code from Zoho, it should look something like what is showcase in the example below. Example: ccdd92e9619653f08eDe0fe2e0de27f91c0irbaebf965f186e057739585045 | var $zoho={}; $zoho.salesiq = {widgetcode: "HERE", values:{},ready:function(){}}; var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t); |