Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

A Dashboard widget for getkirby, showing piwik stats

Notifications You must be signed in to change notification settings

mauricerenck/getkirby-piwik-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Piwik Widget

This is a (currently) very rudimentary widget for your Kirby-Panel. It shows you current Piwik-Stats of your site. I will add more functionality and a more beautiful look step by step.

sample

Installation

  1. Go to the plugin-folder /site/widgets (if the folder doesn't exist, create it)
  2. get the plugin using
    • Git: git submodule add https://github.com/mauricerenck/getkirby-piwik-widget.git piwik-widget
    • Download: Download it from GitHub, unzip to plugin-folder, make sure to name the directory piwik-widget

Configuration

You have to set three values in your config.php

c::set('piwik_token', 'xxxxxxxxxxxxxxx');

c::set('piwik_baseUrl', 'http://your.piwik-url.tld/');

c::set('piwik_siteId', '1');

To find your Piwik-Token, login to Piwik, click on your personal-settings (user-icon top-right), then click on "API", copy your token (without &token_auth=). Set the base-url to the URL piwik is available via web Set the site id to the site you want to see reportings of.

That is it for now. More options and possibilities will follow.

About

A Dashboard widget for getkirby, showing piwik stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages