how to open 2 links with one url in email

7 replies
plz can you provide me a website that create redirect link from website1 (ex: google.com) and stay for 2 second then redirect to website2 (ex: facebook.com),

i need this in email marketing, i found some examples in javascript, but i want a website that make this plz help
#email #links #open #url
  • Profile picture of the author getbread
    Seems like it would have to be some type of iframe or something to make that happen. Go to freelancer.com and pay $10 a have someone set it up for you. Don't waste hours or days search for code that will be hard to find.
    {{ DiscussionBoard.errors[10628130].message }}
    • Profile picture of the author AnouarZerdeb
      i don't want code or something like that, i need just a redirect link that open 2 website, one for 3 seconds and go to other, i know that there are many shortener websites like that, that's why i ask for help
      {{ DiscussionBoard.errors[10628155].message }}
  • Profile picture of the author DIABL0
    What exactly do you want, you are not being clear.

    I've been doing email marketing for 16+ years and what your asking for doesn't make sense.

    Please explain exactly what you are trying to accomplish.
    Signature
    How to Build LARGE EMAIL LISTS on a Budget and MONETIZE Like a PRO
    20+ Years Exp . . . . . . . . . . . . Email - CPA - PPL
    {{ DiscussionBoard.errors[10628164].message }}
  • Profile picture of the author yakim1
    Originally Posted by AnouarZerdeb View Post

    plz can you provide me a website that create redirect link from website1 (ex: google.com) and stay for 2 second then redirect to website2 (ex: facebook.com),

    i need this in email marketing, i found some examples in javascript, but i want a website that make this plz help
    I know exactly what your want...

    The way I use it is with a squeeze page. When the new subscriber clicks the submit button on the form, the new subscriber will see a webpage for about 4 to 5 seconds that says...

    Your Gift has been emailed to you
    But First
    You may be interested in seeing this...

    Then the page redirects to a sales letter related to the product or report I just gave away on the sales letter.

    I used to use a autoredirect meta tag in the header of the webpage that only shows for a few seconds.

    But some of the browsers do not recognize this meta tag any more so I use a javascript redirect to automatically send the reader from this page to the sales letter.

    I call this page... "Sales Letter Announce"

    I don't have access to the code right now because I'm not at home. If you PM me I will get the code to you.

    You can see an example of the "Sales Letter Announce" page in action at...

    EZ-OnlineBootCamp - The Training You Need To For Success Online

    You will have to subscribe to see the "Sales Letter Announce" page in action but you can easily unsubscribe.

    I hope this has been helpful,
    Steve Yakim
    {{ DiscussionBoard.errors[10628226].message }}
  • Profile picture of the author DIABL0
    If what yakim1 has posted is what you want, then just use the following...

    <html>
    <head>
    <title>Page Title</title>
    <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=XXXXX">
    </head>
    <body>
    </body>
    </html>

    Obviously in the body section you must put what you want displayed.

    <body>
    content goes here
    </body>

    Where you see CONTENT="0; Change the 0 to how many seconds you want the redirect delayed.

    Change XXXXX to the url that you want to redirect the user to.

    So if 5 seconds and redirect to xyz.com

    <META HTTP-EQUIV="REFRESH" CONTENT="5; URL=http://xyz.com">
    Signature
    How to Build LARGE EMAIL LISTS on a Budget and MONETIZE Like a PRO
    20+ Years Exp . . . . . . . . . . . . Email - CPA - PPL
    {{ DiscussionBoard.errors[10628433].message }}
    • Profile picture of the author Dano101
      Originally Posted by DIABL0 View Post

      If what yakim1 has posted is what you want, then just use the following...

      <html>
      <head>
      <title>Page Title</title>
      <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=XXXXX">
      </head>
      <body>
      </body>
      </html>

      Obviously in the body section you must put what you want displayed.

      <body>
      content goes here
      </body>

      Where you see CONTENT="0; Change the 0 to how many seconds you want the redirect delayed.

      Change XXXXX to the url that you want to redirect the user to.

      So if 5 seconds and redirect to xyz.com

      <META HTTP-EQUIV="REFRESH" CONTENT="5; URL=http://xyz.com">
      Can you trick the Google display network with this?

      I have adult product but display won't let me run.

      So can I start a clean site on display without the code. And then put the redirect code in after my sites approved without google checking again?

      Please help
      {{ DiscussionBoard.errors[10628449].message }}
      • Profile picture of the author DIABL0
        Originally Posted by Dano101 View Post

        Can you trick the Google display network with this?

        I have adult product but display won't let me run.

        So can I start a clean site on display without the code. And then put the redirect code in after my sites approved without google checking again?

        Please help
        Sounds like you want some type of cloaker. Where google goes to one page and users goes to the actual offer. With this comes risk and I wouldn't use an account you don't want terminated.

        Which I am not really the person to ask, as this is all blackhat. So I would start by doing some reasearch from blackhat forums, etc...
        Signature
        How to Build LARGE EMAIL LISTS on a Budget and MONETIZE Like a PRO
        20+ Years Exp . . . . . . . . . . . . Email - CPA - PPL
        {{ DiscussionBoard.errors[10628498].message }}

Trending Topics