Browse Source

Piwik Code

Thomas Buck 10 years ago
parent
commit
b892fe657c
1 changed files with 15 additions and 1 deletions
  1. 15
    1
      page.html

+ 15
- 1
page.html View File

@@ -155,7 +155,21 @@
155 155
         ·
156 156
         <a href="http://creativecommons.org/licenses/by/3.0">CC-BY</a>
157 157
     </div>
158
-    <img src="http://xythobuz.de/stats/count.php?img" alt="Analytics">
158
+    <!-- Piwik -->
159
+    <script type="text/javascript">
160
+        var _paq = _paq || [];
161
+        _paq.push(['trackPageView']);
162
+        _paq.push(['enableLinkTracking']);
163
+        (function() {
164
+            var u=(("https:" == document.location.protocol) ? "https" : "http") + "://xythobuz.de/piwik//";
165
+            _paq.push(['setTrackerUrl', u+'piwik.php']);
166
+            _paq.push(['setSiteId', 1]);
167
+            var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
168
+            g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
169
+        })();
170
+    </script>
171
+    <noscript><p><img src="http://xythobuz.de/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
172
+    <!-- End Piwik Code -->
159 173
     <script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
160 174
 </body>
161 175
 </html>

Loading…
Cancel
Save