How do you make pop ups within landing page?

2 replies
Do you guys use some sort of tools? I prefer free tools because I am not looking for something fancy simple alert style pop ups will work.

Or do anyone know the html of exit pop ups and intro pop ups? that I can paste with my editor?
#landing #make #page #pop #ups
  • Profile picture of the author EricBernard
    Look up PopupAlly
    Signature
    Don't wish it were easier, wish you were better.
    {{ DiscussionBoard.errors[10330002].message }}
  • Profile picture of the author deekay
    There are many free and paid plugins for wordpress.... PM me for best one(I am using currently)

    for html use, here is FREE script you can use...

    <script language="javascript">
    (function() {
    setTimeout(function() {
    var __redirect_to = 'http://dotcommoney.net/wp/cpar-2/';//

    var _tags = ['button', 'input', 'a'], _els, _i, _i2;
    for(_i in _tags) {
    _els = document.getElementsByTagName(_tags[_i]);
    for(_i2 in _els) {
    if((_tags[_i] == 'input' && _els[_i2].type != 'button' && _els[_i2].type != 'submit' && _els[_i2].type != 'image') || _els[_i2].target == '_blank') continue;
    _els[_i2].onclick = function() {window.onbeforeunload = function(){};}
    }
    }

    window.onbeforeunload = function() {
    setTimeout(function() {
    window.onbeforeunload = function() {};
    setTimeout(function() {
    document.location.href = __redirect_to;
    }, 500);
    },5);
    return 'WAIT BEFORE YOU GO! CLICK THE *Stay on this page* BUTTON RIGHT NOW! I HAVE SOMETHING VERY SPECIAL FOR YOU COMPLETELY FREE.';
    }
    }, 500);
    })();
    </script>


    1. change your domain with given one in redirect line

    2. This is exit Pop up (not slide in or time based)

    3. Paste this code above closing body tag before footer

    You can see it in action here(just use exit or back button)

    CPAR | Wordpress Plugins

    PM for any advice or trouble shooting.
    {{ DiscussionBoard.errors[10333457].message }}

Trending Topics