Artiss AdSense Insert
Artiss AdSense Insert provides a basic method of displaying AdSense adverts on your blog.
Description
Artiss AdSense Insert provides a basic way of inserting AdSense adverts into your WordPress installation, whilst having full control of display and content.
Adding the Code
If you've not done so already, create your AdSense advert via the Google Adsense website. The code you are provided by Google contains the parameters that are required by Artiss AdSense Insert.
The 4 pieces of information you require are the values in google_ad_client, google_ad_slot, google_ad_width and google_ad_height.
To display your AdSense advert you will need to insert the following code, where appropriate, into your theme...
<?php artiss_adsense_insert( 'client=pub-0743991857092062&slot=5302103070&width=468&height=60' ); ?>
In the above example, I've used my credentials, but you will need to use the details that I suggested you note before, as supplied by AdSense.
The client= is your publisher ID (i.e. google_ad_client), slot= is google_ad_slot, width= is the width of the advert (i.e. google_ad_width) and height= is the height of the advert (i.e. google_ad_height).
Alternatively, if you wish to ensure that your code still works correctly, even if Simple AdSense Insert is switched off, you can use the following format of code...
<?php if ( function_exists( 'artiss_adsense_insert' ) ) artiss_adsense_insert( 'client=pub-0743991857092062&slot=5302103070&width=468&height=60 '); ?>
Licence
This WordPress plugin is licensed under the GPLv2 (or later).
Support
All of my plugins are supported via my website.
Please feel free to visit the site for plugin updates and development news - either visit the site regularly or follow me on Twitter (@artiss_tech).
For problems, suggestions or enhancements for this plugin, there is a dedicated page and a forum. The dedicated page will also list any known issues and planned enhancements.
This plugin, and all support, is supplied for free, but donations are always welcome.
Installation
- Upload the entire
simple-adsense-insertfolder to your wp-content/plugins/ directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- That's it, you're done - configuration is done in your code!
Frequently Asked Questions
My AdSense code doesn't have a slot number
Ah, yes. Google changed the format of their AdSense code - if you're looking at some existing AdSense code and it doesn't look the same as my examples, then head back to the AdSense website and get it to create the code again.
Which version of PHP does this plugin work with?
It has been tested and been found valid from PHP 4 upwards.
Please note, however, that the minimum for WordPress is now PHP 5.2.4. Even though this plugin supports a lower version, I am not coding specifically to achieve this - therefore this minimum may change in the future.
Changelog
1.3
- Maintenance: Renamed plugin to Artiss Adsense Insert
- Enhancement: Improved code - brought shared functions up-to-date
- Enhancement: Created new function with new plugin name - this is not backwards compatible with previous versions. Previous function exists for this purpose.
- Enhancement: Plugin information output along with code to assist in future support
1.2
- Maintenance: Google script checked
- Maintenance: Code optimised
- Enhancement: Parameters now sent via single string to plugin
1.1
- Enhancement: Minor code modifications to improve size and performance
1.0
- Initial release

Known Bugs
No bugs are currently recorded.
Planned Enhancements
View the Roadmap for Artiss AdSense Insert
View the Change Log for Artiss AdSense Insert
- Use other advertisers [View]
















Copyright © 2000-2012
Artiss.co.uk is checked by
[...] Simple AdSense Insert [...]