Aweber light box opt in form

3 replies
Aweber seems to have gotten rid of their option for users to only see this opt in form once per NEW visitor. Anyone know how to accomplish this with Word press?

I can only get it to do one of the following:

1. pop up for EVERY PAGE, EVERY TIME which will annoy people, or
2. pop up ONCE per new visitor and never pops up again

Is there a way to get it to pop up once per visit but if that visitor declines and comes back say two days later they get the option of signing up then?

Seems like this might have something to do with cookies...
#aweber #box #form #light #opt
  • Profile picture of the author juangarciamtl
    you can add the lightbox
    and include cookies to the website
    let say that expire in 3 days
    so after when they comeback
    they wont see the aweber form until past 3 days
    its very simple, i should have the code somewhere
    just look in the internet
    this link will help you to put your colorbox
    after just look the code to add cookies
    Signature

    More than 105 modules , scrapes, post and make money.
    http://autopostingtools.com/

    {{ DiscussionBoard.errors[7876850].message }}
    • Profile picture of the author robo916
      Can this be used with my aweber form?

      Where does the code go? Because right now my light box script code is in a widget in Wordpress...

      Thanks
      Signature

      Internet business where someone else does all of the set-up, selling, and follow-up FOR YOU! ==> Click Here

      {{ DiscussionBoard.errors[7879158].message }}
  • Profile picture of the author juangarciamtl
    this is the javascript to put the cookies


    <script type="text/javascript"> jQuery(document).ready(function(){ if (document.cookie.indexOf('visited=true') == -1) { var fifteenDays = 1000*60*60*24*3; var expires = new Date((new Date()).valueOf() + fifteenDays); document.cookie = "visited=true;expires=" + expires.toUTCString(); $.fn.colorbox({width:"80%", inline:true, href:"#inline_content"}); } else { // alert('no colorbox -- we\'ve already shown in it.'); } }); </script>
    modify it as you need
    this is just an example
    you can customized to your needs
    basically and the days you want the cookies to last
    also the color box can be activated by clicking on links
    Signature

    More than 105 modules , scrapes, post and make money.
    http://autopostingtools.com/

    {{ DiscussionBoard.errors[7880198].message }}

Trending Topics