Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created August 8, 2012 16:19
Show Gist options
  • Select an option

  • Save nfreear/3296326 to your computer and use it in GitHub Desktop.

Select an option

Save nfreear/3296326 to your computer and use it in GitHub Desktop.
Piwik no-script image tracking sample page, #3
<!doctype html> <title>*Piwik - image tracker</title>
<h1>Piwik</h1>
<h3>'Invisible' 1-pixel GIF</h3>
<!-- Piwik Image Tracker -->
<img src="http://XX-localhost:8888/piwik/piwik.php?idsite=1&amp;rec=1" style="border:0" alt="" />
<!-- End Piwik -->
<h3>Creative Commons license tracker</h3>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/deed.en_GB"
><img
alt="Creative Commons Licence"
style="border-width:0"
data-X-src="http://i.creativecommons.org/l/by-nc-sa/2.0/uk/88x31.png"
src=
"http://localhost:8888/piwik/piwik.php?idsite=2&rec=1&img=cc:by-nc-sa&action_name=Succeed+with+Math&urlref=http%3A//labspace.open.ac.uk/Succeed_with_Math_1.0&url=http%3A//destination.example.ac.uk/path/to/910%23!labspace:Succeed_with_Math_1.0-ANO&amp;_cvar=%7B%221%22%3A%5B%22License%22%2C%22http%3A%2F%2Fcreativecommons.org%2Flicenses%2Fby-nc-sa%2F3.0%22%5D%7D"
/></a>
<br />
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Succeed with Math</span>
by <a xmlns:cc="http://creativecommons.org/ns#" href="http://labspace.open.ac.uk/b2s" property="cc:attributionName" rel="cc:attributionURL">OpenLearn/Bridge to Success</a>
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/deed.en_GB">Creative Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England &amp; Wales License</a>.
<br />
Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://labspace.open.ac.uk/course/view.php?id=7654" rel="dct:source">http://labspace.open.ac.uk/Succeed_with_Math_1.0</a>.
</p>
<pre>
N.D.Freear, 7 August 2012.
{"0":["license","cc:by-nc-sa/2.0/uk"]}
* http://dev.piwik.org/trac/ticket/2672 -- "Custom image to replace default 1x1 GIF image"
* http://labspace.open.ac.uk/b2s --> /course/category.php?id=43
* http://labspace.open.ac.uk/SectorSpace --> /course/category.php?id=39 [HEAT, Vital, B2S, B2STest, PostPC]
* http://labspace.open.ac.uk/Learning_to_Learn_1.0 --> /course/view.php?id=7442 [301]
* http://labspace.open.ac.uk/Learning_to_Learn_1.0?format=rdf
* http://labspace.open.ac.uk/course/view.php?name=Learning_to_Learn_1.0&format=rdf
* http://labspace.open.ac.uk/Succeed_with_Math_1.0 --> /course/view.php?id=7654
* http://openlearn.open.ac.uk/T180_9 --> /course/view.php?id=1715 [/course/view.php?name=T180_9]
* OPML: http://labspace.open.ac.uk/rss/file.php/stdfeed/1/full_opml.xml
* OPML: http://openlearn.open.ac.uk/rss/file.php/stdfeed/1/full_opml.xml
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment