cloaking an affiliate link

15 replies
when promoting an affiliate link, say in articles and forums, what is the best way to cloak in...really confused!! i know that many people wont click if they know it is an affiliate link... please help
#affiliate #cloaking #link
  • Profile picture of the author jaggyjay
    Use a redirection service such as bit.ly. Or you can create your own redirection script in PHP or some other scripting language. Then when a visitor clicks on you'll link, they'll be redirected to the final destination; in this case, your affiliate url. Naturally, anyone hovering over your link will not be able to see the actual affiliate url in the browser's status bar. They'll only be able to see a link pointing to your redirection url.
    {{ DiscussionBoard.errors[5301334].message }}
  • Profile picture of the author elexmedia
    From my experience, the best way is using your own domain redirection...

    To do it:
    1. Just go to FTP, create a file called index.php
    2. Then, put this code in the index php file

    PHP Code:
    <?php 
     
    ""//Put the link to your aff in the quotations 
    header("Location: " . ); 
    exit(); 
    ?>
    {{ DiscussionBoard.errors[5301419].message }}
    • Profile picture of the author Ed Micah
      Originally Posted by elexmedia View Post

      From my experience, the best way is using your own domain redirection...

      To do it:
      1. Just go to FTP, create a file called index.php
      2. Then, put this code in the index php file

      PHP Code:
      <?php 
       
      ""//Put the link to your aff in the quotations 
      header("Location: " . ); 
      exit(); 
      ?>
      What he had said is probably the best option; However, if you have wordpress on your site, you can also use the plugin - "Pretty Link" to cloak all your affiliate links using your domain name

      My 2c.
      {{ DiscussionBoard.errors[5301454].message }}
    • Profile picture of the author barbling
      Originally Posted by elexmedia View Post

      From my experience, the best way is using your own domain redirection...

      To do it:
      1. Just go to FTP, create a file called index.php
      2. Then, put this code in the index php file

      PHP Code:
      <?php 
       
      ""//Put the link to your aff in the quotations 
      header("Location: " . ); 
      exit(); 
      ?>
      This is definitely the best idea, but one step I think is missing.

      If you use "index.php", you need to create a new directory to put it into (ie, index.php is the default file for any directory).

      What I do is simply do the above but not use the name "index.php". I'll create a directory called

      learnmore
      discover

      etc.etc.etc. and then upload the cloaked links into it.

      All of the posts at

      http://www.dailywsos.com

      point to

      /discover/month/niche/productname

      ie

      /discover/dec2011/holidays/uhg.php

      Works out grand.
      {{ DiscussionBoard.errors[5302864].message }}
  • Profile picture of the author Colin Klinkert
    I use Pretty link often, but I also use my own site, Frank Bauer recommends the worlds largest & fastest growing Link Cloaker, Shortener & List Builder... ViralURL.com - you can join free, and cloak links with the firefox plugin in a couple of clicks, very cool. Also there is a section and code for you to use your own url! The advantage of this is you can see all click stats, while still using your own domain Hope this helps and I know it is a shameless plug, but no aff link used and it is very useful to many marketers
    Signature

    I Blog about How To Make Money Online - It is my own experiences over the last 8 years, building some 7 figure businesses

    {{ DiscussionBoard.errors[5301507].message }}
  • Profile picture of the author jrpt
    JVPress Gopages: Free Affiliate Link Cloaker – GoPages | #1 Worpdress Plugin

    Free and easy to use.
    Signature

    {{ DiscussionBoard.errors[5301752].message }}
  • Profile picture of the author Coby
    here is the html version of the code...

    <html><script>location="websiteurl"</script></html>

    you can name the file "product.html" and upload it to your server or name it "index.html" and put it in a folder named "prouct" and upload that to your server...

    Whichever you prefer
    {{ DiscussionBoard.errors[5302066].message }}
  • Profile picture of the author ryuchi
    When I need to cloak my affiliate links I use tinyurl or bit.ly. It doesn't matter which one you choose though, both works fine. Sometimes I also use a wordpress plug-in which I can't recall, you can easily search for it though.

    Ryuchi
    {{ DiscussionBoard.errors[5302659].message }}
  • Profile picture of the author Trevor
    There are many ways you can go around cloaking.

    You can use a redirect. There are many services you can use. Bit.ly or Tiny URL are two free options I've used in the past.

    Or you can redirect via your own domain. For this purpose, if you have a hosting with cPanel, just click on "Redirects" in the Domains tab within your cPanel account and set a redirect for a URL of your choice. This is really simple and straight forward.

    - Trev
    {{ DiscussionBoard.errors[5343493].message }}
  • Profile picture of the author stevet563
    What I do is by a domain from Go daddy and forward and mask it. It looks better and more professional than a shortened link from one of the free services. You can select a domain with your keyword phrase in it. Then after you have bought the domain, use the forward and masking feature. Simply put your target url in the appropriate box field and your good to go.

    Take Care,

    Charles

    P.S. Click the link below if you want some free info on making money with Facebook.
    Signature

    Highly skilled, professional, passionate and experienced web designer For Hire.

    {{ DiscussionBoard.errors[5343588].message }}
    • Profile picture of the author Kal B
      adf dot ly works well for me!
      {{ DiscussionBoard.errors[5343593].message }}
  • Profile picture of the author JiuJitsuSweep
    why do people NOT like clicking on aff. links?

    What difference does it make if they get a % from your sale by clicking and/or buying?
    {{ DiscussionBoard.errors[5343652].message }}
  • Profile picture of the author Shoot
    I use .htaccess for that.
    {{ DiscussionBoard.errors[5343679].message }}

Trending Topics