=== Adblade Publisher Tools === Tags: ad, ads, advert, advertisements, adverts, banner, display, monetization, marketing, adblade Requires at least: 4.3.1 Tested up to: 4.3.1 Stable tag: trunk Provides publishers the ability to implement ad tags using WordPress short codes and additional tools to help monetize website traffic. == Description == The Adblade Publisher Tools plugin provides publishers the ability to implement ad tags using WordPress short codes and additional tools to help monetize and track website traffic. The plugin works with publishers using WordPress and currently using Adblade ad tags. Simply install the plugin on the plugins page and it will start working for all existing Adblade tags on a publisher's website. == Installation == 1. Upload 'ablade' to the '/wp-content/plugins/' directory, 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = How do I install the plugin? = Install and activate the plugin on the plugins page. Nothing else is required to use the Adblade Publisher Tools plugin. = How do I use the plugin? = Once the plugin is installed it will start working for all existing Adblade tags on a publisher's site. Simply place your Adblade tags in your WordPress site where you want the ads to render. Optionally, publishers can use the short codes instead of placing Adblade tags directly. = How do I use the short codes? = Short code for dynamic responsive tags: [adblade container_id="1234-1234567890"]. Short code for fixed sized tags: [adblade container_id="1234-1234567890" width=160 height=600 type=1]. Replace "1234-1234567890" with the actual data-cid value from your ad tags. If the tag is fixed sized replace the width and height values accordingly. = How do I use the Before Post Ad Tag? = The Before Post Ad Tag field can be used to automatically append an ad tag to the top of every post. Just save the ad tag in the Before Post Ad Tag field on the options page. = How do I use the [AdsWithin] short code? = The [AdsWithin] short code can be used to place an ad tag inside and article. Just put the [AdsWithin] short code in your article where you'd like the ad tag to appear and save the ad tag in the [AdsWithin] Short Code Ad Tag field on the options page. = How do I use the After Post Ad Tag? = The After Post Ad Tag field can be used to automatically append an ad tag to the bottom of every post. Just save the ad tag in the After Post Ad Tag field on the options page. = How can I become an Adblade publisher and get ad tags? = Visit https://www.adblade.com/registration/publisher-signup and register for an account. == Changelog == = 1.5 = * Add hooks to add ads before and after posts. * Add new [AdsWithin] short code. * Add limits to what URLs can be bypassed. * Bring code up to WordPress standards (https://codex.wordpress.org/WordPress_Coding_Standards) * Refactor admin page. = 1.4 = * Tighter controls over which hostnames can be used in the bypass. = 1.3 = * use transients to speed up server to server calls * add caching headers to static Adblade assets * fix CSS with older dynazones = 1.2 = * Make sure plugin JavaScript loads after jQuery = 1.1 = * use wp_safe_remote_get * catch HTTP errors in proxy * add default values to plugin options * change disclosure on proxy * add changelog = 1.0 = * Initial plugin