tombath10 Posted March 13, 2012 Share Posted March 13, 2012 Hello, I have Zopim live chat, and I'm using the portal template for WHMCS, how can I integrate zopim with WHMCS? Thanks guys 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted March 13, 2012 Share Posted March 13, 2012 (edited) Hi, take the integration code given and put it in header.tpl .. it will be in /templates/portal/header.tpl Edit* This is also a good opportunity to imbed Google analytics in the same location, Put both scripts just before the </head> tag Edited March 13, 2012 by tripler 0 Quote Link to comment Share on other sites More sharing options...
honesting Posted March 13, 2012 Share Posted March 13, 2012 Zopim don't work for me, even in a simple .html file, it's offline or anything? 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted March 13, 2012 Share Posted March 13, 2012 No it works as long as you follow the advice I gave in the previous post. 0 Quote Link to comment Share on other sites More sharing options...
honesting Posted March 13, 2012 Share Posted March 13, 2012 Thank you tripler, but still not working as you can see at http://www.honesting.es/index.php?systpl=default 0 Quote Link to comment Share on other sites More sharing options...
tripler Posted March 13, 2012 Share Posted March 13, 2012 ... Thats because you dont have it in header.tpl you need to put the code above the closing </head> 0 Quote Link to comment Share on other sites More sharing options...
tombath10 Posted July 3, 2012 Author Share Posted July 3, 2012 ... Thats because you dont have it in header.tpl you need to put the code above the closing </head> Here is a youtube video on how to do so: 0 Quote Link to comment Share on other sites More sharing options...
tombath10 Posted July 3, 2012 Author Share Posted July 3, 2012 I found out, use the vid I made: 0 Quote Link to comment Share on other sites More sharing options...
itsnyc Posted July 30, 2012 Share Posted July 30, 2012 Just did mine right now....... and it's in the footer not header <div class="whmcscontainer"> <div class="footer"> <div id="copyright">{$LANG.copyright} © {$date_year} {$companyname}. {$LANG.allrightsreserved}.</div> {if $langchange}<div id="languagechooser">{$setlanguage}</div>{/if} <div class="clear"></div> </div> </div> {$footeroutput} <!--Start of Zopim Live Chat Script--> <script type="text/javascript"> window.$zopim||(function(d,s){var z=$zopim=function©{z._.push©},$=z.s= d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8'); $.src='//get your own code for you account';z.t=+new Date;$. type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script'); </script> <!--End of Zopim Live Chat Script--> </body> </html> This is in the default for version 5 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.