A Shaarli plugin that will count how often your links have been clicked.
The count for each link will be displayed in the link_plugin
section (usually between the permalink and link URL) depending on the template in use and how it has implemented the link_plugin
section. So it should basically work with all templates (tested with Stack).
A demo can be found on https://metaref.link.
- Place the folder (
clickcounter
) in theplugins/
folder of your Shaarli installation. - Enable the plugin in the Plugin Administration page.
The clickcounter data resides in the data
folder of your Shaari installation in a file called clickcounter.php
so your data should be contained in your regular Shaari backup.
See Backup & Restore in the Shaari documentation for details.
If you would like to reset the click counters simply delete the clickcounter.php
file from the data
folder of your Shaari installation.