1
0
Fork 0
web-jbeyerstedt/site/plugins/piwik
2016-10-15 20:10:34 +02:00
..
.gitignore [GIT] setup initial configuration 2016-03-28 22:32:42 +02:00
piwik.php [GIT] setup initial configuration 2016-03-28 22:32:42 +02:00
Readme.md [GIT] setup initial configuration 2016-03-28 22:32:42 +02:00
template.php [SITE] new CSP without 'unsafe-inline' 2016-10-15 20:10:34 +02:00

Piwik plugin

A plugin for Kirby CMS that generates piwik analytics code to use in your templates.

Installation

Put the piwik folder in /site/plugins.

Configure piwik URL and site id in your page config.

Config Variables

  • spicy.piwik.active: true / false (Default: true)
  • spicy.piwik.url: 'stats.yourpage.com'
  • spicy.piwik.id: 1 (replace with the page ID in your piwik installation)

How to use it

You can use this in a template file.

Example usage

Snippets

<!-- use this right before closing </body> tag -->
<?php echo piwik(); ?>

Author

Michael Fürmann @ Spicy Web https://spicyweb.de