Extension:Woopra: Difference between revisions
Appearance
Content deleted Content added
KrenairBot (talk | contribs) m This extension appears to be in SVN, not Git. |
m correct the "license" parameter of the Extension template - discussion |
||
| Line 5: | Line 5: | ||
| hook1 = BeforePageDisplay |
| hook1 = BeforePageDisplay |
||
| mediawiki = 1.12-1.17 |
| mediawiki = 1.12-1.17 |
||
| license = |
| license = GPL-2.0+ |
||
| description = Allows for the [http://www.woopra.com/ Woopra Live Tracking Software] to work for your MediaWiki installation |
| description = Allows for the [http://www.woopra.com/ Woopra Live Tracking Software] to work for your MediaWiki installation |
||
| author = [[User:Bugs5382|Shane]] |
| author = [[User:Bugs5382|Shane]] |
||
Revision as of 11:35, 10 February 2015
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 |
| Licence | GNU General Public License 2.0 or later |
| Download | |
| Translate the Woopra extension if it is available at translatewiki.net | |
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
