Can anyone recommend a "Exit Popup" script for offering discount?

jakeparker

BANNED
Joined
Mar 23, 2011
Messages
274
Reaction score
298
I am seeking a script that I can install on my web site that will capture the people leaving my web site without purchasing and pop up with a promotional offer? I am wanting to try and convert some of my leaving, non paying, visitors into some conversions.

Please let me know. Also, I am looking for the script to be nulled or free.
 
Ive used:

http://wplapdance.com/

in the past. Its easy to use and setup (the video is pretty funny). You should be able to find it on the net somewhere.

You dont say what platform though, this plugin is for wordpress.
 
I am seeking a script that I can install on my web site that will capture the people leaving my web site without purchasing and pop up with a promotional offer? I am wanting to try and convert some of my leaving, non paying, visitors into some conversions.
Please let me know. Also, I am looking for the script to be nulled or free.

If you are using WordPress CMS there are a few snappy options that work very well.
(not totally free, but will help make you more money through higher conversions)
Code:
1  - http://www.popupdomination.com/live/
2  - http://wpleadrocket.com/
(no affiliation)

1 - Great for a better user experience to get the lead conversion before they are ready to leave the page.
2 - Highly customizable to be used as a landing page or exit page.

Both offer HIGH conversions if the copy is written well.

On any site, WP or HTML, a simple javascript exit splash message and exit splash page can be used.
It's free, simple, and fast.
However some feel that it is not the best user experience to force someone to stay on a page after they decided to leave.

Simply design your landing/exit pages to offer the discount or collect the lead.
Then write the exit message, and finish the exit pop-up.

This is the basic code, which should be customized to your application:
Code:
<script language="javascript" type="text/javascript">

var exitsplashmessage = "Wait! Before You Go- I Want To Give You An Amazing Discount Offer! Check Out This 50% Off Discount On Your Favorite Widget";
var exitsplashpage = 'http://your-website.com/the-special-offer-or-discount-page/';

</script>

Using the javascript or WP options, it is easy to create many different pop-ups or landing pages for
testing to find what works for you to get the highest conversions.
 
I've seen this with TrialPay... they have what they call a "page abandonment tool" It's sweet! But it probably only works for trial pay offers.
 
I custom made one. Conversions increased 7%. Worth doing. I used live people rather than virtual.
 
Thanks everyone for their suggestions. I have found and tried this code right here on my web site and it worked. I just have a question about adding to it. My question is... The script works right now but I am trying to offer a promotional code to anyone that LEAVES my website or does NOT goto the payment page. That way it does not discount EVERYONE that is coming to my web site. Any suggestions of code to add to this where I can have some type of url blacklist...
 
Back
Top