Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209455

    I’m trying to add a script for a live chat, the instructions states that the script goes before the closing body tag. So far I have not been succesful. Any help would be appriciated. I’m pasting the code below:

    <script type=”text/javascript”>
    var thisref = document.referrer.replace(/&/g, “zzzzz”);
    var ciJsHost = ((“https:” == document.location.protocol) ? “https://&#8221; : “http://&#8221;);
    document.write(unescape(“%3Cscript src='” + ciJsHost + “tracking.callmeasurement.com/clickx/click_matrix.cfm?munique=” + new Date().getTime() + “&prev=” + thisref + “‘ type=’text/javascript’%3E%3C/script%3E”));
    </script>

    • This topic was modified 10 years, 2 months ago by autogrupo.
    #209482

    Hi autogrupo!

    Just to make sure, please go to Appearance > Editor and open Footer.php file and add your code below following line

    <div id="fb-root"></div>

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘PROBLEMS WITH SCRIPTS’ is closed to new replies.