Download the PHP package floriankarsten/kirby-plausible without Composer
On this page you can find all versions of the php package floriankarsten/kirby-plausible. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download floriankarsten/kirby-plausible
More information about floriankarsten/kirby-plausible
Files in floriankarsten/kirby-plausible
Package kirby-plausible
Short Description Simple plugin providing Plausible tracking and iframe panel view to Kirby panel.
License MIT
Informations about the package kirby-plausible
Kirby Plausible
Simple plugin providing Plausible tracking and iframe panel view to Kirby panel.

Installation
composer require floriankarsten/kirby-plausible
or download from releases
How to use
- Create a shared link https://plausible.io/docs/shared-links
-
Set
floriankarsten.plausible.sharedLinkin config.php - Add the following snippet inside your site's
<head>tag. Note that this will not generate any output for logged in users or when Kirby is in debug mode.
Proxy setup
To avoid ad blockers you can proxy the Plausible script and events through your own server.
- Set
floriankarsten.plausible.proxy.enabledtotruein your config.php - When self-hosting Plausible, set
floriankarsten.plausible.proxy.plausibleEndpointto your Plausible instance URL.
More information about the Plausible proxy setup can be found in the Plausible documentation.
Optional measurements / additional Plausible options
There are a number of additional options you can set when initialising Plausible (more here: https://plausible.io/docs/script-extensions). The easiest way to set these is by copying snippets/plausible.php from the plugin into your own snippets folder and modifying it to your needs.
Troubleshooting
The panel menu item doesn't show up or is not working
- Make sure you have set a valid
sharedLinkin your config.php. - If you have overwritten your panel menu items using the
panel.menuoption, includeplausiblein the array of menu items.
Credits
This plugin wouldn't happen without @garethworld who kindly hired me to make it and then wanted to have it released to Kirby community. Yaaaaay