General settings > Script/plugin/add-on

How to insert the script in my webpage source code


  1. Access the source code of your website as Administrator or contact your webmaster for this task. If you need help, Livebeep has a free installation service and you only have to give us a provisional access to your web configuration (FTP).
  2. Copy the following HTML code (CTRL + C):
    !--Start of LiveBeep Script-->
    <script type="text/javascript">
    (function(d,s,id){
    if(d.getElementById(id)){return;}
    var u='//www.livebeep.com/'+d.domain+'/eye.js';
    if((h=d.location.href.split(/#ev!/)[1])) u += '?_e=' +h;
    else if((r=/.*\_evV=(\w+)\b.*/).test(c=d.cookie) ) u += '?_v='+c.replace(r,'$1');
    var js = d.createElement(s);
    js.src = u;js.id = id;
    var fjs = d.getElementsByTagName(s)[0];
    fjs.parentNode.insertBefore(js, fjs);
    })(document,'script','livebeep-script');
    </script>
    <!--End of LiveBeep Script-->

  3. Paste the code (CTRL + V) in EVERY PAGE of your website just before the closing tag "</head>" Example:

  4. Access your Livebeep account and check the code has been successfully installed. You just have to activate any tool in your panel to confirm this (we recommend you access your website using the Private/Incognito mode in order to check it).