By : halfdata Published On Tuesday, June 03, 2014, 15:09 In PHP Scripts
With this script you can easily add floating opt-in panel to your websites and stick it to any window edge. Opt-In Panels has modern AJAX-ed subscription form to collect users’ names and e-mails. It works with most popular autoresponders, such as MailChimp, AWeber, GetResponse, iContact, Campaign Monitor, Mad Mimi. Make your website more attractive and boost number of subscribers with ease.
This is standalone version of the script. Panels can be easily integrated into any website. All you need to do is to add several lines of code.
For WordPress-driven websites try Opt-In Panels – WordPress Plugin.
admin
admin
http://www.website.com/ and you want to install there.
optin-panels (use any other name) in root of your domain. Once created it can be reached by URL: http://www.website.com/optin-panels/optin-panels has permissions 0755 and php-files 0644.
inc/config.php and set MySQL database parameters.http://www.website.com/optin-panels/ using default login/password (login: admin, password: admin), configure script, create panels and set “default” panel on Settings page.How To Use section in admin panel.
head section:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>head section, below jQuery (before </head> tag):
<link href="http://www.website.com/optin-panels/css/perfect-scrollbar-0.4.6.min.css" rel="stylesheet" type="text/css">
<link href="http://www.website.com/optin-panels/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://www.website.com/optin-panels/css/style.css" rel="stylesheet" type="text/css">
<script src="http://www.website.com/optin-panels/js/perfect-scrollbar-0.4.6.with-mousewheel.min.js"></script>
<script src="http://www.website.com/optin-panels/js/uop-jsonp.js"></script>