whats the best way to hide affiliate links

davidmann

Registered Member
Joined
Jan 4, 2007
Messages
52
Reaction score
70
when someone hovers over my link in pdf reports, instaed of getting the domain title I get a suspicious jumbled up url which has

nothing to do with the actual domain. I believe this can easily put people off using this link, so does anyone know if there any other better way to hide this without the need of buying a domain to redirect to it
 
Yea tons of ways,

You can simply forward a domain.

You can upload a txt file and rename it to a php extension, use this:

<?php header("Location: http://AFFILIATELINKHERE"); ?>

Just use the web address where you have that file.
 
If you don't want to, or know how to install a PHP Script, here is another - web based and will give you a cloaked link for your liking...


Code:
mackdalton.com/newcloak.php

RTJ
 
Tiny URL is just a link shortener and it looks like a bunch of jibberish though(not far from looking like an affiliate link)
 
Setup a wordpress blog with w.e. and get the plugin Prettylinks. It lets you create custom urls that redirect to your affiliate link.

It's good because you can change the affiliate link down the line. I use it for recommending a stock trading affiliate.
 
at least people do not have to open new threads for asking the same questions...
 
Back
Top