Allows you to manage your ads formats from Google Adsense and to include them in your theme or in your posts ...
Insert into a post or a page the following
to display default ad :
''
to display 'name_of_the_ad' ad :
'</em>
**Insert** in your code :
<em>
to display default ad :
'<?php
if ( class_exists( 'MyAdsense' ) )
MyAdsense::doit();
?>'
to display 'name_of_the_ad' ad :
'<?php
if ( class_exists( 'MyAdsense' ) )
MyAdsense::doit( 'name_of_the_ad' );
?>
Requires: 2.5 or higher
Last Updated: 2008-7-24
Downloads: 9,749




