Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Call To Action Popup

Descrizione

Call To Action Popup – it’s an incredibly easy to use and completely free popup plugin for WordPress.

Main Features:

  • Create targeted marketing campaigns, keep customers from leaving your site, and build your mailing list easily and quickly with Call To Action Popup.
  • Create an unlimited number of popups with different looks and configurations.
  • Record number of PopUp displayed
  • Record number of Subscribed

Binding Event:

To record number of Subscribed, we have created Binding Event subscribed, you can use JavaScript to call to that Event on JavaScript event.
Example for event click:

$( "#foo" ).on( "click", function() {
    $( "#cactus-popup" ).trigger("subscribed");
});

Shortcode:

[cta_popup id=""]

Parameter required:

  • ID: ID off PopUp post in PopUp Custom Post Type.

Screenshot

  • PopUp Settings
  • PopUp Custom Post Type

Installazione

  1. Upload call-to-action-popup.zip to the /wp-content/plugins/ directory and extract it.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Recensioni

Leggi tutte le recensioni di 2

Contributi e sviluppo

“Call To Action Popup” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Call To Action Popup” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0.2

  • Tested up to WordPress 5.1.1
  • Add Settings link in Plugin action link

1.0.1

  • Minor bug fixes
  • Add option Custom CSS
  • Add option Custom Class

1.0

  • First Release