Plugin Directory

Changeset 546332


Ignore:
Timestamp:
05/19/2012 09:39:53 PM (14 years ago)
Author:
emcniece
Message:

FAQ, usage, screenshots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emc2-popup-disclaimer/trunk/readme.txt

    r545546 r546332  
    55Requires at least: 3.0.0
    66Tested up to: 3.3.2
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88
    99EMC2 Popup Disclaimer places a specified post into a lightbox and adds buttons so that your visitors must click through to agree to your terms!
     
    1111== Description ==
    1212
     13EMC2 Popup Disclaimer uses Fancybox (http://fancybox.net) to display the popup, and jQuery-cookie (https://github.com/carhartl/jquery-cookie) to detect user session. Creates a cookie named "emc2pdc" that can be viewed with regular developer tools.
    1314
    14 EMC2 Popup Disclaimer uses Fancybox (http://fancybox.net) to display the popup, and jQuery-cookie (https://github.com/carhartl/jquery-cookie) to detect user session. Creates a cookie named "emc2pdc" that can be viewed with regular developer tools.
     15Easy to use! By default the script is added to the wp_footer action and will work quietly. You can also force the display on pages via shortcode or function call:
     16Shortcode: [?php [emc2pdc] ?]
     17 -or-
     18Function:  [?php emc2pdc_force(); ?]
    1519
    1620To Do list:
     
    1923*   Create a selection of button themes
    2024*   Add support for different lightbox types
    21 *   Better post-grabber dialog
    22 *   Shortcode support
    23 *   Function call support
    24 *   Demo website
     25*   Improve handling, add PHP cookie support
    2526
    2627Known bugs:
     
    4950== Frequently Asked Questions ==
    5051
    51 = I'm having trouble =
     52= My Cufon styles aren't showing in the popup =
    5253
    53 Send me an email! [email protected]. You could also post here on the forums.
     54You can add your own callback function for the Fancybox call in /wp-content/plugins/emc2-popup-disclaimer/js/emc2pdc.js in the .fancybox() call:
     55[?php 'onComplete': function(){ Cufon.refresh(); } ?]
     56
     57= Are you available for help? =
     58I might be able to help you - it totally depends on my schedule and workload. Send me an email! [email protected]. You could also post here on the forums.
     59
     60If you want to jump the gun, make me a temporary user (with that email up there) and I will be more inclined to give you a hand. In return for my help, all I ask for is a rating! :)
    5461
    5562== Screenshots ==
    5663
    57 1. Dashboard view with themed widget.
    58 2. Settings page with demo server and first video expanded.
     641. Dashboard view with settings.
     652. Initial page view with popup display.
    5966
    6067== Changelog ==
     
    6370* Helloooooo World.
    6471
     72= 1.1 =
     73* Fixed post display selection input
     74* Added screenshots
     75* Set up demo site: http://popup.emc2innovation.com
     76* Admin styles
     77
Note: See TracChangeset for help on using the changeset viewer.