Closed monofox closed 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.
Solved by Simon with last pull request #23
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:
This cause the issue that the image is not loaded when javascript is disabled.