- Posts: 22
- Thank you received: 0
zoho chat box
-
donald.patch
Inactive member - Topic Author
- Member
Less
More
2 years 3 weeks ago #49521
by donald.patch
zoho chat box was created by donald.patch
Hello
Where can I install this script. It say right before the end body tags. Can I get access to that area inside the framework or joomla section
<script type="text/javascript" id="zsiqchat">var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode: "5e9f0bd6b5f53118814750e89f784bd63700334a00c9b97b2d87983124c1ed6c8ade0968a55120672cb038272e53c4e1", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src=" salesiq.zoho.com/widget";t=d.getElementsByTagName("script") [0];t.parentNode.insertBefore(s,t);</script>
Where can I install this script. It say right before the end body tags. Can I get access to that area inside the framework or joomla section
<script type="text/javascript" id="zsiqchat">var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode: "5e9f0bd6b5f53118814750e89f784bd63700334a00c9b97b2d87983124c1ed6c8ade0968a55120672cb038272e53c4e1", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src=" salesiq.zoho.com/widget";t=d.getElementsByTagName("script") [0];t.parentNode.insertBefore(s,t);</script>
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6686
- Thank you received: 709
2 years 3 weeks ago #49523
by milos
Replied by milos on topic zoho chat box
Hello,
You should edit the template's index.php file:
/templates/sparky_framework/index.php
or
/templates/NAME/index.php
where NAME is the actual template name. There you will find the ending body tag, so paste your script right ABOVE it. The end body tag line is:
Regards,
Milos
You should edit the template's index.php file:
/templates/sparky_framework/index.php
or
/templates/NAME/index.php
where NAME is the actual template name. There you will find the ending body tag, so paste your script right ABOVE it. The end body tag line is:
Code:
</body>
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.291 seconds