Multi Events Subscription Pop

This website demonstates how Multi Events Subscription Pop works. You can see 7 events popup: on page load, on outgoing link click, on copy content, on context menu, on scroll down, on idle, on click.

Learn more »

Intro

Multi Events Subscription Pop is a PHP+jQuery script that allows you to add a highly customizable subscription pop-up window to any website. It handles 7 different events (on page load, on outgoing 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, Campaign Monitor and Mad Mimi 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

Demo

You can see all subscribe popups on this page.
  1. Once page opened you saw OnPageLoad popup.
  2. Click outgoing link #1 or outgoing link #2 and you will see OnClickExternalLink popup.
  3. Try to copy any part of content into clipboard and you will see OnCopyContent popup.
  4. Scroll down this page and you will see OnScrollDown popup.
  5. Do not touch mouse, keyboard or screen for 30 seconds and you will see OnIdle popup.
  6. Click right mouse button and you will see OnContextMenu popup.
  7. Click this link and you will see OnClick popup.

Admin Panel Demo

You can try admin panel:
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.

  1. Create folder subscription-popup (use any other name) in root of your domain. Once created it can be reached by URL: http://www.website.com/subscription-popup/
  2. Edit inc/config.php and set MySQL database parameters.
  3. Go to admin panel http://www.website.com/subscription-popup/ using default login/password (login: admin, password: admin) and configure script on Settings page.
  4. Make sure that your website loads jQuery. If it doesn't, just add this line into head section:
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  5. Add these lines into head section (before </head> tag and below jQuery):
    <link href="//www.website.com/subscription-popup/css/aiosp.css" rel="stylesheet">
    <script src="//www.website.com/subscription-popup/js/aiosp-jsonp.js"></script>

Requirements

Support

If you have problems regarding using the plugin, please contact me and I'll help you.