You Are Being Redirected (interstitial)

To show users a brief message before redirecting them to the final target URL, follow the steps below.

Important: This works only with the Meta Refresh and Javascript redirection types.

  1. Edit or create your Pretty Link.
  2. On the Basic tab, set Redirection to Meta Refresh or Javascript.
  3. On the Advanced tab, set Delay Redirect to 3–5 seconds. This controls how long users see your message before the redirect.
  4. On the Pro tab, copy the following JavaScript into the Head Scripts box.
<script type="text/javascript">
  window.addEventListener('load', function() {
    var content = "<p>You are being redirected...</p>";
    document.getElementsByTagName('body')[0].innerHTML = content;
  })
</script>

To change the message, edit the You are being redirected… text.

Table of Contents

    Docs Didn’t Solve It?

    Send us a message and someone from our Support Team will be in touch shortly.