Cloaking affiliate links

11 replies
Hi

I want to cloak my affiliate links, how do you know which product is safe to use to cloak affiliate links I have a word press site and an ordinary site.

There seems to be plenty around but how to choose:confused:

Thanks in adavance
#affiliate #cloaking #links
  • Profile picture of the author Ephrils
    You could do it the old fashioned way. Find some code that will redirect the person when they go to a particular page.

    There's HTML, PHP, Htaccess redirects and all kinds in between. You just put the link you want it to redirect to, upload it, test it, and you're done.

    Here's an example of an HTML redirect.
    HTML Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <title>Your Page Title</title>
    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
    <BODY>
    Optional page text here.
    </BODY>
    </HTML>
    Then you can name the page/folder whatever you want.
    Signature

    Two Signature lines for rent.

    {{ DiscussionBoard.errors[7774620].message }}
    • Profile picture of the author ozzie2012
      I use php redirects. Simply open a txt file, add the following code to it and rename it from "link.txt" to "link.php"

      <?php
      header( 'Location: http://www.domain.com/' ) ;
      ?>
      Signature

      {{ DiscussionBoard.errors[7774660].message }}
      • Profile picture of the author Rosalie
        Will have a look at that thanks to you both
        {{ DiscussionBoard.errors[7774712].message }}
        • Profile picture of the author Cram
          you could always get prettylink plugin for your Wordpress site.
          it cloaks and tracks clicks.
          {{ DiscussionBoard.errors[7775023].message }}
      • Profile picture of the author Ephrils
        Originally Posted by ozzie2012 View Post

        I use php redirects. Simply open a txt file, add the following code to it and rename it from "link.txt" to "link.php"

        <?php
        header( 'Location: http://www.domain.com/' ) ;
        ?>
        This works just as well.

        There's many ways to do it and you don't have to buy anything.
        Signature

        Two Signature lines for rent.

        {{ DiscussionBoard.errors[7775660].message }}
      • Profile picture of the author zpoll92
        Originally Posted by ozzie2012 View Post

        I use php redirects. Simply open a txt file, add the following code to it and rename it from "link.txt" to "link.php"

        <?php
        header( 'Location: http://www.domain.com/' ) ;
        ?>
        Yes, this is the most simple way of cloaking. You could use the code above freely.
        {{ DiscussionBoard.errors[7776494].message }}
  • Profile picture of the author netsz
    Search The "Cloak" in wordpress plugin sites, You will get a lot plugins from it
    {{ DiscussionBoard.errors[7776368].message }}
    • Profile picture of the author Rosalie
      Originally Posted by netsz View Post

      Search The "Cloak" in wordpress plugin sites, You will get a lot plugins from it
      That's what I mean so many to choose from
      {{ DiscussionBoard.errors[7777790].message }}
      • Profile picture of the author Rosalie
        Thanks for all your input everybody, will have a look Sunday
        {{ DiscussionBoard.errors[7777807].message }}
  • Profile picture of the author CatK
    I use the Pretty Link Lite plugin also. It's great for not only cloaking, but also optimizing links. If you need a tutorial how to set it up I have done one here.

    Good luck Rosalie!
    {{ DiscussionBoard.errors[7776413].message }}
  • Profile picture of the author aZapX
    Making em afflitiate links no follow helps a lot too.
    {{ DiscussionBoard.errors[7776429].message }}

Trending Topics