=== Simple PW Ads ===
Contributors: Big Bagel
Donate link: http://interruptedreality.com/plugins/simple-pw-ads/
Tags: ad, ads, advertising, Project Wonderful, widget, shortcode, template tag
Requires at least: 3.0
Tested up to: 3.2.1
Stable tag: 2.0.0

Provides three easy ways to add Project Wonderful ads.

== Description ==

Provides three (widget, shortcode, and template tag) easy ways to add Project Wonderful ads to your WordPress site along with a simple management page to handle them.

This plugin was intentionally kept simple. When you add the new PW widget, shortcode, or template tag the proper code to display your ad is inserted at that position. Then, if the currently shown page has an ad, the Project Wonderful asynchronous JavaScript code is loaded in the footer.

= New in version 2 =

Simple PW Ads now includes a management page to keep track of your ads. The plugin will also handle incrementing the final number of your ad code on its own. Ads you added in version 1 will still work, but updating them to use the management page is recommended.

For ads that are added through the management page:

The added shortcode is: `[spw_ad managed_ad="x"]`  
The added template tag is: `spw_insert_ad( 'x' )`

X is the number that corresponds to your ad on the management page (1-5).

For legacy purposes, the old codes still work (any number after "y" is now ignored):

The old shortcode is: `[spw_ad ad="xxxxx_y"]`  
The old template tag is: `spw_insert_ad( 'xxxxx_y' )`

Plugin Website: [Simple PW Ads](http://interruptedreality.com/plugins/simple-pw-ads/)

== Installation ==

You can use the "Install Plugins" page in your dashboard to search for and automatically install the plugin.

If you need or want to manually install the plugin:

1. Download and extract Simple PW Ads
2. Upload the `simple_pw_ads` folder to the `/wp-content/plugins/` directory
3. Activate/Network activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

None yet!

[Create a topic](http://wordpress.org/tags/simple-pw-ads?forum_id=10#postform) here through the [main plugin page](http://wordpress.org/extend/plugins/simple-pw-ads/) or on the [author's site](http://interruptedreality.com/plugins/simple-pw-ads/) to ask anything.

== Screenshots ==

1. The added widget.
2. The management page.

== Changelog ==

= 2.0.0 =
* Added management page.
* Updated widget, shortcode, and template tag to use ads added through management page.
* Replaced any uses of `split()` with `explode()` since `split()` is now deprecated.

= 1.1.1 =
* Added internationalization support.

= 1.1 =
* Made the code nicer. Nothing else.

= 1.0 =
* Initial release

== Upgrade Notice ==

= 2.0.0 =
Added management page and updated widget, shortcode, and template tag to use it. Your current ads shouldn't be affected.

= 1.1.1 =
Added internationalization. No other changes.

= 1.1 =
Made the code nicer to look at. Upgrade at your leisure.

= 1.0 =
First release.

== Planned Improvements ==

= 2.5.0 =
* ETA: Within the next few days due to unexpectedly rapid development.
* Use Project Wonderful's xmlpublisherdata.php to retrieve all ad information with only a publisher ID.
* Allow for the use of standard, asynchronous, and advanced code.
* Show ad preview and details for each ad on the management page.

= 2.5.1 =
* ETA: Nov 1st, 2011
* Inject ads into RSS feeds.

== Usage ==

When you create an ad in your Project Wonderful account, you then have the option of seeing the code needed to show your ad. Take note of the numbers (shown here as xyz's) within this block of code:

    <!-- Project Wonderful Ad Box Code -->
    <div id="pw_adbox_xxxxx_y_z"></div>
    <!-- End Project Wonderful Ad Box Code -->


For reference: xxxxx is the ad number, y is the ad type, and z is the number used for duplicate ads. This plugin handles duplicate ads for you, so you can safely ignore z. As per Project Wonderful rules, you can only have five separate ads per site and display the same ad up to four times on a single page.

Any changes you make to the ad within your Project Wonderful account will change your current ads automatically. If you change the ad type (Ex: leaderboard to banner), the number for your ad type (y) used in the plugin will need to be appropriately updated.