Plugin Directory

Changeset 546357


Ignore:
Timestamp:
05/19/2012 10:16:17 PM (14 years ago)
Author:
emcniece
Message:
 
File:
1 edited

Legend:

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

    r546338 r546357  
    1212
    1313EMC2 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.
     14 
     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: `[emc2pdc]` 
     17 -or- 
     18Function:  `<?php emc2pdc_force(); ?>` 
    1419
    15 Easy 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:
    16 Shortcode: `[emc2pdc]`
    17  -or-
    18 Function:  `<?php emc2pdc_force(); ?>`
     20Check the demo at http://popup.emc2innovation.com !
    1921
    2022To Do list:
     
    6769== Changelog ==
    6870
    69 = 1.0 =
    70 * Helloooooo World.
    71 
    7271= 1.1 =
    7372* Fixed post display selection input
     
    7877* Function call support
    7978
     79= 1.0 =
     80* Helloooooo World.
    8081
     82
     83
Note: See TracChangeset for help on using the changeset viewer.