Version Description
Download this release
Release Info
Developer | broadstreetads |
Plugin | WordPress Ad Widget |
Version | 2.8.1 |
Comparing to | |
See all releases |
Code changes from version 2.8.0 to 2.8.1
- adwidget.php +2 -2
- readme.txt +16 -2
adwidget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Wordpress Ad Widget
|
4 |
Plugin URI: https://github.com/broadstreetads/wordpress-ad-widget
|
5 |
Description: The easiest way to place ads in your Wordpress sidebar. Go to Settings -> Ad Widget
|
6 |
-
Version: 2.8.
|
7 |
Author: Broadstreet Ads
|
8 |
Author URI: http://broadstreetads.com
|
9 |
*/
|
@@ -21,7 +21,7 @@ add_action('admin_footer', array('AdWidget_Core', 'footerScripts'));
|
|
21 |
class AdWidget_Core
|
22 |
{
|
23 |
CONST KEY_INSTALL_REPORT = 'AdWidget_Installed';
|
24 |
-
CONST VERSION = '2.8.
|
25 |
CONST KEY_WELCOME = 'AdWidget_Welcome';
|
26 |
|
27 |
/**
|
3 |
Plugin Name: Wordpress Ad Widget
|
4 |
Plugin URI: https://github.com/broadstreetads/wordpress-ad-widget
|
5 |
Description: The easiest way to place ads in your Wordpress sidebar. Go to Settings -> Ad Widget
|
6 |
+
Version: 2.8.1
|
7 |
Author: Broadstreet Ads
|
8 |
Author URI: http://broadstreetads.com
|
9 |
*/
|
21 |
class AdWidget_Core
|
22 |
{
|
23 |
CONST KEY_INSTALL_REPORT = 'AdWidget_Installed';
|
24 |
+
CONST VERSION = '2.8.1';
|
25 |
CONST KEY_WELCOME = 'AdWidget_Welcome';
|
26 |
|
27 |
/**
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Broadstreet
|
|
3 |
Tags: wordpress,ad,widget,sidebar,google,tag,code
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.1
|
6 |
-
Stable tag: 2.8.
|
7 |
|
8 |
Easily upload ad images and ad code to your sidebar. For those that don't need or
|
9 |
want a complicated ad management system.
|
@@ -29,9 +29,23 @@ You will not find an easier way to run ads on your website!
|
|
29 |
|
30 |
Watch a short video demo: http://www.screenr.com/u0t7
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
== Installation ==
|
33 |
|
34 |
-
|
|
|
|
|
|
|
35 |
installed, go to Appearance -> Widgets, and look for the "Ad Widget" widgets!
|
36 |
|
37 |
You can also go to Settings -> Ad Widget for a video demo on how to use it.
|
3 |
Tags: wordpress,ad,widget,sidebar,google,tag,code
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.1
|
6 |
+
Stable tag: 2.8.1
|
7 |
|
8 |
Easily upload ad images and ad code to your sidebar. For those that don't need or
|
9 |
want a complicated ad management system.
|
29 |
|
30 |
Watch a short video demo: http://www.screenr.com/u0t7
|
31 |
|
32 |
+
== Troubleshooting ==
|
33 |
+
|
34 |
+
The Ad Widget is a very simple plugin. If you are having trouble
|
35 |
+
loading ads on your site, please make sure that:
|
36 |
+
|
37 |
+
* You do not have an ad blocker installed (you would be amazed how often this happens). Disable it and refresh the page a few times to see if the ad appears.
|
38 |
+
* You don't have CSS in your theme which is hiding images (rare, but it happens)
|
39 |
+
|
40 |
+
If you have any other trouble, email kenny@broadstreetads.com - try to avoid
|
41 |
+
the Wordpress support forums because they're awful.
|
42 |
+
|
43 |
== Installation ==
|
44 |
|
45 |
+
First: Turn off any ad blockers you might have installed. They prevent
|
46 |
+
ads from appearing!
|
47 |
+
|
48 |
+
Other than that, there aren't any special instructions for installing this plug-in. Once
|
49 |
installed, go to Appearance -> Widgets, and look for the "Ad Widget" widgets!
|
50 |
|
51 |
You can also go to Settings -> Ad Widget for a video demo on how to use it.
|