- Extension:AdSense (Currently contains vulnerabilities and not recommended)
- Extension:Google AdSense 2 (Recommended) [For MediaWiki Version 1.14 or newer]
To download Extension:Google Adsense 2 click here and download the compatible package for your MediaWiki version from the drop-down box. Once you've downloaded the package, unzip it and upload it to your Wiki's /extensions
folder. Once uploaded copy the following code to the bottom of your LocalSettings.php file:
require_once( "$IP/extensions/GoogleAdSense/GoogleAdSense.php" );
$wgGoogleAdSenseClient = 'replace this with the client name';
$wgGoogleAdSenseSlot = 'replace this with the slot name';
$wgGoogleAdSenseID = 'replace this with your ID';
If installed correctly, the extension should appear on the Special:Version page on your Wiki.
No comments:
Post a Comment