Injects ads of any type to your wordpress blog in every place you like….
Download
Version – 0.54
Description :
OmniAds can use very complex syntax to balance where and when ads are displayed and it’s widget ready and supports many advertising networks like eBay, Amazon, Google Adsense, Captain Ad, Layer Ads, Contaxe and many more
OmniAds supports you with channels and two types of units.
- With units of type HTML (default) you can deliver text ad code like html or javascript. This unit type supports no finetuning.
- Using units of type PHP, you can manage ad delivery in every way you like. E.g. just after the first post or after the first and the second or just if the user has a specific referrer … Please see the plugin homepage or a full documentation of unit type php.
Installation :
- Unpack the zipfile omniads-X.y.zip
- Upload folder
omniads
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php if( function_exists( 'omniads_channel' ) ) omniads_channel( 'CHANNEL_NAME' ); ?>
or<?php if( function_exists( 'omniads_unit' ) ) omniads_channel( 'UNIT_ID' ); ?>
in your template or use the sidebar widgets.
Screenshots :
Short Example
- Display channel in template
<?php if( function_exists( 'omniads_channel' ) ) omniads_channel( 'CHANNEL_NAME' ); ?>
- Display unit in template
<?php if( function_exists( 'omniads_unit' ) ) omniads_unit( 'UNIT_ID' ); ?>
- Display channel in page or post content
- Display unit in page or post content
- If there is a unit associated with the channel “more”, it’ll be displayed after the tag.
- You can place every unit or channel in a sidebar widget
Check out the plugin page at OmniAds