Skip to content

A Mediawiki extension for displaying Google AdSense Ads

License

Notifications You must be signed in to change notification settings

mattrude/mediawiki-google-adsense

Repository files navigation


Add the following to your LocalSettings.php file

### Google AdSense Extenstion ###
require_once( "$IP/extensions/mediawiki-google-adsense/GoogleAdSense.php" );
$wgGoogleAdSenseClient = 'pub-4272474988067896';
$wgGoogleAdSenseSlot = '5426528782';
$wgGoogleAdSenseID = 'wikisidebar';
$wgGoogleAdSenseWidth  = 120;
$wgGoogleAdSenseHeight = 600;
$wgGoogleAdSenseSrc    = "http://pagead2.googlesyndication.com/pagead/show_ads.js";
$wgGoogleAdSenseAnonOnly = true;

About

A Mediawiki extension for displaying Google AdSense Ads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages