Exit Pop Ups for PHP Pages? Any suggestions?

4 replies
I am working on a site and I am looking to add an exit pop up to the site. Basically like you see on alot of sites.

The problem is that the several that I have tested only work with html pages. I also have found some things that would work for WordPress.

Anyone know of any good exit pop ups that I can use to add to a PHP page?

Thanks for all the feedback.
#exit #pages #php #pop #suggestions #ups
  • Profile picture of the author ericmartinez
    Hey,

    I good one that I personally use is Dave Guindon's Exit Splash | Exit Page Software
    It works great. Lots of features. Really easy to work with.
    Hit a few check boxes, copy n paste, and your done.

    It works with wordpress really well as well as html pages.

    I did find that it is a bit tricky with subdomains but is not that big of a deal.
    {{ DiscussionBoard.errors[997635].message }}
  • Profile picture of the author Adeel_Chowdhry
    Try the Virtual Smart Agent too (also created by Dave Guindon).

    - Adeel
    {{ DiscussionBoard.errors[997678].message }}
  • Profile picture of the author Andrew E.
    Any exit pop that works in HTML will work with Wordpress, since all WP does is spit out HTML to the reader - you just need to know where in your theme to insert the code.

    If the code that makes an exit-pop show is supposed to go in the HEAD of your page, put it in the header.php file of your WP theme, if it is supposed to go in the BODY, put it in the footer.php file.

    There's no need to go out and buy something if you already know something that works.
    {{ DiscussionBoard.errors[997679].message }}
    • Profile picture of the author stayfocused
      I meant to say that I need to use it on a .php page. Not a html page or a WP site.

      I will check out exit splash.

      I have been messing around with The Ultimate Exit Popup Has Arrived! but it edits the code and spits out html and that won't work since the page is in .php
      {{ DiscussionBoard.errors[997691].message }}

Trending Topics