=== 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: 2.8
Tested up to: 3.2.1
Stable tag: 1.1.1

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.

This plugin was intentionally kept simple; there are no option pages. 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.

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

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

"readme.txt" and "screenshot-1.png" are not used in the actual plugin. Feel free to delete them if you wish.

== Frequently Asked Questions ==

None yet!

== Screenshots ==

1. The added widget.

== Changelog ==

= 1.1.1 =
* Added internationalization support.

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

= 1.0 =
* Initial release

== Upgrade Notice ==

= 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.

== 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. Check "Load asynchronously" and 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 -->

Make sure to keep the underscores when using the shortcode or template tag.

For reference: xxxxx is the ad number, y is the ad type, and z is the number used for duplicate ads. If you ever want to display the same ad more than once on the same page, increment z (xxxxx_y_0, xxxxx_y_1). You can only 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, the number for your ad type (y) used in the plugin will need to be appropriately updated.