Changes between Version 1 and Version 2 of mfpl-piwik
- Timestamp:
- Mar 20, 2014, 5:46:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mfpl-piwik
v1 v2 29 29 <!-- End Piwik Code --> 30 30 }}} 31 32 ==== Image Tracking Link ==== 33 34 When a visitor has disabled JavaScript, or when JavaScript cannot be used, you can use an image tracking link to track visitors. Generate the link below and copy-paste the generated HTML in the page. If you're using this as a fallback for JavaScript tracking, you can surround it in <noscript></noscript> tags. 35 36 {{{ 37 <!-- Piwik Image Tracker --> 38 <img src="http://analytics.mayfirst.org/piwik.php?idsite=1&rec=1" style="border:0" alt="" /> 39 <!-- End Piwik --> 40 }}} 41