Extension:Woopra
From MediaWiki.org
|
Woopra Release status: beta |
|||
|---|---|---|---|
| Implementation | Tag | ||
| Description | Allows for the Woopra Live Tracking Software to work for your MediaWiki installation | ||
| Author(s) | Shane | ||
| MediaWiki | 1.12-1.17 | ||
| License | GPLv2+ | ||
| Download |
SVN [?]:
|
||
|
|||
| Check usage and version matrix | |||
The Woopra extension adds the needed JavaScript to your MediaWiki skin so it can be tracked by the Woopra Live Stats software. You must have your site registered on the Woopra site to get a unique key number for your site so tracking can take place.
You need to add your Woopra key to LocalSettings.php:
require_once("$IP/extensions/Woopra/Woopra.php"); $wgWoopraSitekey = "123abc"; // Replace 123abc with the site key you got from Woopra