Add Disqus blog comments engine.
I use my own AvbDisqus extension to add Disqus functionality to my MediaWiki site.
Source code of Disqus extension for MediaWiki can be found there: http://devwiki.beloblotskiy.com/index.php5/AvbDisqus_(MediaWiki_extension)
Friday, August 28, 2009
Thursday, August 27, 2009
Google AdSense
Adding Google AdSense module into MediaWiki.
Ad module added with help of Google AdSense extension for MediaWiki engine. This small extension does all routine work.
LocalSettings.php
require_once( "extensions/GoogleAdSense/GoogleAdSense.php" );
$wgGoogleAdSenseClient = 'pub-8940041409402700';
$wgGoogleAdSenseSlot = '2005982900';
$wgGoogleAdSenseID = 'AvbWiki_Right_Skyscraper_120x600';
$wgGoogleAdSenseWidth = 120;
$wgGoogleAdSenseHeight = 600;
All these parameters are from Google AsSense code.
As always, all extensions are listed here...
Ad module added with help of Google AdSense extension for MediaWiki engine. This small extension does all routine work.
- Download Google AdSense extension for MediaWiki (1.14+).
- Unpack to "extensions" directory.
- Update LocalSettings.php (see below).
- Update common.css (http://devwiki.beloblotskiy.com/index.php5?title=MediaWiki:Common.css). New CSS fragment can be found here. This step is really optional.
LocalSettings.php
require_once( "extensions/GoogleAdSense/GoogleAdSense.php" );
$wgGoogleAdSenseClient = 'pub-8940041409402700';
$wgGoogleAdSenseSlot = '2005982900';
$wgGoogleAdSenseID = 'AvbWiki_Right_Skyscraper_120x600';
$wgGoogleAdSenseWidth = 120;
$wgGoogleAdSenseHeight = 600;
All these parameters are from Google AsSense code.
As always, all extensions are listed here...
Upgrade to 1.15
Upgrade MediaWiki 1.13 to MediaWiki 1.15
Delails are here: http://devwiki.beloblotskiy.com/index.php5?title=MediaWiki_upgrade_history
Delails are here: http://devwiki.beloblotskiy.com/index.php5?title=MediaWiki_upgrade_history
Subscribe to:
Posts (Atom)