How to make CB affiliate link redirect from inner page?

3 replies
I always get emails from marketers saying to check out the product at theirsite dot com/CB product. I am assuming this is an inner page. When you click on the link it goes straight to the CB sales page. It seems like it is a quick redirect. How do you do this?
#affiliate #link #make #page #redirect
  • Profile picture of the author WebMarketingDiva
    If you're using a Wordpress site on the domain name you want to use as the main domain, you can use a link cloaking plugin such as Pretty Link (free) as a redirect. It's really easy to do.
    {{ DiscussionBoard.errors[5624845].message }}
  • Profile picture of the author bigballin6161
    So it will redirect from an inner page? Im not looking for the main site because I know how to do that!
    {{ DiscussionBoard.errors[5624860].message }}
    • Profile picture of the author ImHot
      You mean to load the affiliate link into a page that you own? This would be an iframe.

      Or...

      Their using PHP. It does the redirect instantaneously!

      Simply Google how to create a PHP script, then using the following code:

      <?php

      header(" location: http://www.myAffiliateSite.com");

      ?>
      {{ DiscussionBoard.errors[5624932].message }}

Trending Topics