wordpress-popup
Last commit date
popoverincludes
15 years ago
license.txt
15 years ago
popover.php
15 years ago
readme.txt
15 years ago
testheadfooter.php
15 years ago
readme.txt
72 lines
| 1 | === WordPress PopUp === |
| 2 | Contributors: WPMUDEV |
| 3 | Tags: buddypress, wpmu, wpmu plugin, buddypress plugin, making money, seo, Advertising, multisite, Advertising |
| 4 | Requires at least: 3.1 |
| 5 | Tested up to: 3.1.2 |
| 6 | Stable tag: 3.0 |
| 7 | |
| 8 | Allows you to display a fancy popup (powered as a popover!) to visitors sitewide or per blog, a *very* effective way of advertising a mailing list, special offer or running a plan old ad. |
| 9 | |
| 10 | == Description == |
| 11 | |
| 12 | One of the most effective ways to advertise your mailing list, special offer or simply to show ads is via javascript 'pop over' on your site. |
| 13 | |
| 14 | And that's exactly what his easy-to-use and guaranteed-to-work plugin does. |
| 15 | |
| 16 | Check out the impact it has had on WPMU DEV! |
| 17 | |
| 18 | The popover ad, for WPMU DEV running on WPMU.org - which uses this plugin, delivers visitors to WPMU DEV Premium that look atdouble the number of pages and stay doubly as long as visitors that come via Adwords! |
| 19 | |
| 20 | |
| 21 | You can either use this plugin for all pages on your entire site, by placing it in /mu-plugins/, or allow each individual blog control over it by placing it in /plugins/ - it's easy. |
| 22 | |
| 23 | Once you've done that, it's really simple, just activate it and visit Settings > Pop Overs. |
| 24 | |
| 25 | Then paste in your ad code... whether its javascript or, like us, an image. |
| 26 | |
| 27 | And select it's size, borders, background color, position and even font color. |
| 28 | |
| 29 | Then, set the display rules, namely: |
| 30 | |
| 31 | Show the Pop Over if one of the following checked rules is true: |
| 32 | |
| 33 | Visitor is not logged in. |
| 34 | |
| 35 | Visitor has never commented here before. |
| 36 | Visitor did not come from an internal page. |
| 37 | And the visitor has seen the pop over less than X times |
| 38 | |
| 39 | And you're good to go! |
| 40 | |
| 41 | And of course it even contains a link allowing users to click it and never see the popover again... just to take care of the complainers! |
| 42 | |
| 43 | Not that we've ever had a single complaint! |
| 44 | |
| 45 | Enjoy :) |
| 46 | |
| 47 | == Installation == |
| 48 | |
| 49 | WordPress Installation Instructions: |
| 50 | |
| 51 | ---------------------------------------------------------------------- |
| 52 | |
| 53 | 1) Place the popover directory in the plugins directory |
| 54 | 2) Activate the plugin |
| 55 | |
| 56 | |
| 57 | WPMU Installation Instructions: |
| 58 | |
| 59 | ---------------------------------------------------------------------- |
| 60 | |
| 61 | 1) Place the popover.php file in the mu-plugins directory |
| 62 | 2) Place the popoverincludes in the mu-plugins directory |
| 63 | |
| 64 | For site-wide control, leave as is. |
| 65 | |
| 66 | |
| 67 | For blog by blog control - comment out the PO_GLOBAL line at the top of the plugin file. |
| 68 | |
| 69 | == Changelog == |
| 70 | |
| 71 | = 3.0 = |
| 72 | * Initial release |