change version and add selenium tests
This commit is contained in:
parent
6fb26fcaf4
commit
99668be607
@ -3,11 +3,11 @@
|
|||||||
Plugin Name: Plugin Wonderful
|
Plugin Name: Plugin Wonderful
|
||||||
Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
||||||
Description: Easily embed a Project Wonderful publisher's advertisements.
|
Description: Easily embed a Project Wonderful publisher's advertisements.
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Author: John Bintz
|
Author: John Bintz
|
||||||
Author URI: http://www.coswellproductions.org/wordpress/
|
Author URI: http://www.coswellproductions.org/wordpress/
|
||||||
|
|
||||||
Copyright 2009 John Bintz (email : jcoswell@coswellproductions.org)
|
Copyright 2009 John Bintz (email : john@coswellproductions.com)
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
12
readme.txt
12
readme.txt
@ -3,7 +3,7 @@ Contributors: johncoswell
|
|||||||
Tags: ads, sidebar, widget
|
Tags: ads, sidebar, widget
|
||||||
Requires at least: 2.7
|
Requires at least: 2.7
|
||||||
Tested up to: 2.7.1
|
Tested up to: 2.7.1
|
||||||
Stable tag: 0.4.3
|
Stable tag: 0.4.4
|
||||||
Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
||||||
|
|
||||||
Plugin Wonderful lets Project Wonderful publishers quickly and easily add their adboxes to thier WordPress site.
|
Plugin Wonderful lets Project Wonderful publishers quickly and easily add their adboxes to thier WordPress site.
|
||||||
@ -28,6 +28,16 @@ If you want to refer to an ad by an arbitrary name, rather than the adbox id, yo
|
|||||||
|
|
||||||
`the_project_wonderful_ad('header')`
|
`the_project_wonderful_ad('header')`
|
||||||
|
|
||||||
|
= How do I inject an ad into a blog post? =
|
||||||
|
|
||||||
|
In the body of your post, place a `PW(adboxid|template tag)` reference:
|
||||||
|
|
||||||
|
`This is my post, and here's an ad: PW(header)`
|
||||||
|
|
||||||
|
You can use either the adbox's numeric ID or the template tag identifier for the ad. If you need to display the PW() tag on the page, escape the parenthesis:
|
||||||
|
|
||||||
|
`Here's how you use Plugin Wonderful blog post tags: PW\(header\)`
|
||||||
|
|
||||||
= How robust is placing ads in the RSS feed? =
|
= How robust is placing ads in the RSS feed? =
|
||||||
|
|
||||||
Project Wonderful does support placing ads in the RSS feed. In this case, all of the JavaScript is stripped out, since many RSS feed readers don't support JavaScript in the feed. The ads are placed above any excerpts in the feed. Some readers may not like the markup used. Until further testing is done, there are no good answers on how well PW ads delivered by Plugin Wonderful will perform.
|
Project Wonderful does support placing ads in the RSS feed. In this case, all of the JavaScript is stripped out, since many RSS feed readers don't support JavaScript in the feed. The ads are placed above any excerpts in the feed. Some readers may not like the markup used. Until further testing is done, there are no good answers on how well PW ads delivered by Plugin Wonderful will perform.
|
||||||
|
Loading…
Reference in New Issue
Block a user