Multi Events Subscription Pop is a PHP+jQuery script that allows you to add a highly customizable subscribe popup box to any website. The popup can be displayed on 7 different events: on page load, on external link click, on copy content, on context menu, on scroll down, on idle, on click. Once raised, popup asks visitors to submit their name and e-mail. These data are saved in database and/or submitted to MailChimp, iContact, GetResponse, Mad Mimi and Campaign Monitor newsletter systems. All saved data can be exported as CSV-file to be used with any other newsletter systems. Integration of the script is really simple. All you need to do is to add single line of code into your website.
Features
When you open demo website, you will see OnPageLoad popup. Then you can click external link #1 or external link #2 under “Demo” section and you will see OnClickExternalLink popup. Try to copy any part of content into clipboard and you will see OnCopyContent popup. Scroll down this page and you will see OnScrollDown popup. Do not touch mouse, keyboard or screen for 30 seconds and you will see OnIdle popup. Click right mouse button and you will see OnContextMenu popup. At the end you can click another demo link under “Demo” section and see OnClick popup.
Admin Panel Demo
You can try admin panel:
URL: http://halfdata.com/pluto/all-in-one-subscribe-popup/
Login:
Password:Create folder Edit Go to admin panel Make sure that your website loads jQuery. If it doesn’t, just add this line into
Add these lines into
Requirements
- Modern Opt-in form: popup box contains HTML5+CSS3 AJAX-ed opt-in form.
- Highly customizable: set size, colors, opacity, background image and even edit CSS.
- Modern popup box: shadows, round corners, etc.
- Secure Admin Panel: configure script and manage data through nice admin panel.
- Content editor: insert any HTML-content inside of popup box.
- MailChimp supported: contact details can be submitted to MailChimp through their API.
- iContact supported: contact details can be submitted to iContact through their API.
- GetResponse supported: contact details can be submitted to GetResponse through their API.
- Campaign Monitor supported: contact details can be submitted to Campaign Monitor through their API.
- Mad Mimi supported: contact details can be submitted to Mad Mimi through their API.
- CSV Export: all data can be exported as CSV-file to be used with any newsletter systems.
- Raise popup on 7 different events: use them separetely or simultaneously without conflicts.
- OnPageLoad popup appears once user open page in browser.
- OnClickExternalLink popup appears once user click any external link on page.
- OnCopyContent popup appears once user copy part of your page into clipboard (using Ctrl+C or through context menu).
- OnScrollDown popup appears once user scroll down current page to particular point.
- OnIdle popup appears after defined period of inactivity.
- OnContextMenu popup appears once user call context menu (click right mouse button).
- OnClick popup appears once user click on link with
class="aiosp_click"
attribute.
- Remember visitors: OnPageLoad and OnScrollDown popups can be displayed only once per visit.
- OnPageLoad autoopen and autoclose delay: you can configure these parameters too.
- Remember subscribed visitors: script remembers users who already subscribed the page (using cookie).
- Show or hide close button: open popup box as modal window.
- Cross domain access supported: you can install script on one domain and use it with unlimited number of domains.
- and more, and more, and more…
URL: http://halfdata.com/pluto/all-in-one-subscribe-popup/
Login:
admin
Password:
admin
Installation
Let’s imagine that you have website http://www.website.com/
and you want to install there.
subscribe-popup
(use any other name) in root of your domain. Once created it can be reached by URL: http://www.website.com/subscribe-popup/
inc/config.php
and set MySQL database parameters.http://www.website.com/subscribe-popup/
using default login/password (login: admin
, password: admin
) and configure script on Settings
page.head
section:
head
section (before
tag and below jQuery):
- PHP version 5.2 or greater
- MySQL version 5.0 or greater
- jQuery version 1.7 or greater