Extension:Woopra

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
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
License No license specified
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

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.

Install is simple. Create the extensions/Woopra directory. Download the Woopra.php file and put it in the directory. Then add the following to LocalSettings.php:

$wgWoopraSitekey = "123abc"; // Replace 123abc with the site key you got from Woopra
require_once("$IP/extensions/Woopra/Woopra.php");