Extension:Site Meter for MediaWiki
From MediaWiki.org
|
Site Meter for MediaWiki Release status: stable |
|||
|---|---|---|---|
| Implementation | Skin | ||
| Description | Adds 'Site Meter' traffic statistic monitoring to MediaWiki. | ||
| Author(s) | Lewis Cawte (LcawteTalk) | ||
| Last version | 1.0 | ||
| MediaWiki | 1.16 | ||
| License | GPL | ||
| Download | |||
| Example | dev.lewiscawte.info | ||
|
|||
|
|||
|
Check usage (experimental) |
|||
Site Meter for MediaWiki is an extension that allows site owners to add Site Meter traffic statistic gathering to your MediaWiki installation by displaying the small image in your sidebar. It was written by Lewis Cawte.
[edit] Installation
- Download the extension.
- Unpack the files to
extensions/SiteMeterMW. - Add
to your LocalSettings.php file.
require_once("$IP/extensions/SiteMeterMW/SiteMeterMW.php");
- Add your Site Meter HTML/JS code in your LocalSettings.php file using
$wgSiteMeterMW = 'Site Meter code here';. - Verify installation via Special:Version.
