
內容簡介
行動號召彈窗插件 - 這是一個非常容易使用且完全免費的 WordPress 彈窗插件。
主要功能:
使用「行動號召彈窗」輕鬆快速地建立具有針對性的行銷活動,防止客戶離開您的網站,並建立您的郵件列表。
創建多個外觀和配置不同的彈窗無數次數。
記錄彈窗顯示的次數。
記錄已訂閱的次數。
綁定事件:
為了記錄已訂閱的次數,我們創建了綁定事件 subscribed,您可以在 JavaScript 事件中使用 JavaScript 來調用該事件。
例如 click 事件:
$( "#foo" ).on( "click", function() {
$( "#cactus-popup" ).trigger("subscribed");
});
短碼:
[cta_popup id=""]
必要參數:
ID: 在彈窗自訂文章類型中張貼了彈窗的 ID。
外掛標籤
開發者團隊
原文外掛簡介
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.
