Nov 9, 2021 3:36 AM
Hi, can anyone help me customise our Hubspot tracking code to change to VAR?
Our LMS doesn't accept script type.
<!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/2057xxxx.js"></script> <!-- End of HubSpot Embed Code --> |
Example of what we're using now via Zoho SalesIQ. We are now migrating to Hubspot.
var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode: "xxxxxxxxxxxxxxxxxxxx", values:{},ready:function(){}};var d=document;var s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.com/widget";var t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);
I really appreciate your help in advance. Thank you.
Solved! Go to Solution.
Nov 18, 2021 6:03 PM
We managed to solve this by customising the code. It works now.
Nov 18, 2021 6:03 PM
We managed to solve this by customising the code. It works now.
Nov 10, 2021 1:05 PM
Nov 10, 2021 10:55 PM
Hi @Kevin-C - we need to embed our chatflow (chat bot) to our Canvas LMS. Their system doesn't accept the script code. They only allow using variable to insert in their javascript file.
Nov 9, 2021 10:09 AM
Eek.
@Kevin-C , any thoughts here?