Difference between revisions of "MediaWiki:Common.js"

From 70 Brigade
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[...")
 
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
<script>
+
var j = 1;
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
 
+
  ga('create', 'UA-16232662-1', 'auto', {'allowLinker': true});
+
  ga('require', 'linker');
+
  ga('linker:autoLink', ['www.newmp.org.uk'] );
+
 
+
</script>
+

Revision as of 17:04, 7 July 2016

/* Any JavaScript here will be loaded for all users on every page load. */
var j = 1;