Author |
Message |
aldanson Forums Member
Joined: 1 Sep 2007 Posts: 65
|
#1 · Posted: 26 Sep 2007 18:56
I want to cloak my affiliate links that I have a on a website so when people click them they show a different url. I know html code but I don't know how to have it show up in the search box without the affiliate link.
__________________
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1265
|
#2 · Posted: 27 Sep 2007 00:32
Quoting: aldanson but I don't know how to have it show up in the search box without the affiliate link.
I don't get what exactly you meant by it. When some one clicks on your link do you want it to load your affiliate web page without the actual link (with affiliate code) showing on the browser address bar?
One way of doing it is using frames. Here's the code for that:
<html> <head> <title>Your Web Page Title</title> </head> <frameset rows="100%,*" frameborder="0" border="0"> <frame src="http://www.youraffiliatelink.com" marginheight="0" marginwidth="0" scrolling="auto" noresize> </frameset> <noframes><p>Sorry, but it appears you are using a Web browser that does not support frames.</p> </noframes> </html>
__________________
|
affiliatesheree Forums Member
Joined: 31 Aug 2007 Posts: 27
|
#3 · Posted: 1 Oct 2007 22:59
Profit Protector
or
Tinyurl.com
__________________
|
pcwork Forums Member
Joined: 12 Aug 2006 Posts: 1653
|
#4 · Posted: 2 Oct 2007 10:02
Use tinyurl
__________________
|
bob022 Forums Member
Joined: 11 Sep 2007 Posts: 14
|
#5 · Posted: 4 Oct 2007 10:55
Try URL Freeze It's free.
__________________
|
bwh1 Forums Member
Joined: 1 Nov 2007 Posts: 2
|
#6 · Posted: 1 Nov 2007 09:54
If you have a Website Hosted you can use redirect to hide your affiliate links. Over subdomains who redirect or over PHP redirect.
My Host Hostmonster is allowing unlimited subdomains, so I create for each Aff program a subdomain, redirecting to the Aff link. But you as well can put a Website with a PHP redirect in that subdomain, its up to you. As I didn't know the PHP script I resolved all over the cPanel redirect option from my Host.
__________________
|