Time Delay Redirect WordPress Plugin?

by 4 replies
5
Here's my idea....I would imagine there's an existing plugin that can do this.

Let's say I advertise a free guide on "How to do whatever", and send traffic to my squeeze page.

They then go to my my Thank You page that tells them to check their inbox. This page then automatically redirects to an affiliate offer after 5 seconds or so..

Does such a plugin exist?

Thanks,
Ed
#programming #delay #plugin #redirect #time #wordpress
  • Not sure - but if you need to do this, it's a javascript one-liner

    Chuck something like [script]setTimeout(function(){window.location="http://www.warriorforum.com"}, 5000);[/script]

    obviously replace square brackets with lt and gt symbols
    • [1] reply
    • Thanks, but,

      1 - where on the page would I put this (before head tag, after etc?) and,
      2 - what is a gt symbol?

      I'm familiar with how to insert javascript code into WordPress pages, such as my autoresponder and this solution makes sense.

      Just where do I put it and what is a gt symbol?

      Thanks!
      Ed
  • gt = >
    lt = <
    • [1] reply
    • And you should be able to drop it anywhere on the page

      Alternatively, there are some wordpress plugins around for inserting JS into pages/posts that handle the script tag for you
  • [DELETED]
  • Banned
    [DELETED]

Next Topics on Trending Feed