Updated Analytics Script 2025
Updated Analytics Script 2025 avatar

We are proud to announce that we have updated the analytics code snippet that you place on your webpage to be a simple four lines of code.  Please update any website you have to include this new code below…

<script src=”https://www.sitelinks.online/apps/prd/bin/analytics.js”></script>
<script>InitialiseAnalytics();</script>
<div id=”SiteLinksOnlineAnalytics”></div>
<div id=”Log”></div>

Technical

Each of the four lines performs the following…

  1. This line loads the “analytics.js” javascript code into your website.
  2. This line calls the javascript code function “InitialiseAnalytics” in order to load the “Likes” and/or any business cards.
  3. This is a “space” placeholder for the analytics HTML data to be loaded into.
  4. This is for diagnostics and may not be used.