Extension:Site Meter
Jump to navigation
Jump to search
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Site Meter Release status: unmaintained |
|
---|---|
Implementation | Skin |
Description | Adds 'Site Meter' traffic statistic monitoring to MediaWiki. |
Author(s) | Lewis Cawte (Lcawtetalk) |
Latest version | 1.1 |
MediaWiki | 1.16+ |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
$smServer, $smCode |
|
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.
Installation[edit]
- 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.