Plugin Directory

Changeset 1587013


Ignore:
Timestamp:
02/02/2017 06:37:25 AM (9 years ago)
Author:
lampd
Message:

update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • call-to-action-popup/trunk/readme.txt

    r1587008 r1587013  
    1515Call To Action Popup – it’s an incredibly easy to use and completely free popup plugin for WordPress.
    1616
    17 <strong>Main Features:</strong><br/>
     17= Main Features: =
     18
    1819* Create targeted marketing campaigns, keep customers from leaving your site, and build your mailing list easily and quickly with Call To Action Popup.
    1920* Create an unlimited number of popups with different looks and configurations.
     
    2526Example for event "click":
    2627
    27 <blockquote>$( "#foo" ).on( "click", function() {
    28     $( "#cactus-popup" ).trigger("subscribed");
    29 });</blockquote>
     28    $( "#foo" ).on( "click", function() {
     29        $( "#cactus-popup" ).trigger("subscribed");
     30    });
    3031
    3132= Shortcode: =
    32 [cta_popup id=""]
     33    [cta_popup id=""]
    3334
    34 Parameter required <br/>
    35 *ID: ID off PopUp post in PopUp Custom Post Type.
     35Parameter required:
     36
     37* ID: ID off PopUp post in PopUp Custom Post Type.
    3638
    3739== Installation ==
Note: See TracChangeset for help on using the changeset viewer.