simonseyer / ZUKS-Website

The official ZUKS Website
http://www.zuks.org
GNU General Public License v3.0
0 stars 1 forks source link

Piwik integration is not completly correct for secure website #12

Closed monofox closed 10 years ago

monofox commented 10 years ago

There are two issues with integration of Piwik in website: 1.) In the imprint, Piwik opt-in / opt-out is integrated as iframe, but always with "http" instead. This cause the problem that the iframe is not shown. 2.) There is always this on the site:

<noscript><p><img src="http://analytics.zuks.org/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>

This cause the issue that the image is not loaded when javascript is disabled.

monofox commented 10 years ago

Solved by Simon with last pull request #23