Hide Your Affiliate Links.(2)
I wrote here about a good and easy way to hide your affiliate links.
I’ll tell you about more ways today,some simple some having a little bit more of code,anyway they are good ways to hide your affiliate links.
- Use zero-frame code to Hide Your Affiliate Link:
The following code frames the web site you’re advertising making it look to the visitor like they’re still on your web site, in other words, regardless which page they go to on the framed site they’ll only see your domain in the browser window.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”><head><meta http-equiv=”Content-Type”
content=”text/html; charset=iso-8859-1″ />
<title>Product Title</title><META name=”robots” content=”noindex,nofollow”>
</head><frameset rows=”100%,*” border=”0″>
<frame src=”http:// www .Your-Destination-Link” frameborder=”0″ />
<frame frameborder=”0″ noresize />
</frameset> document.removeEventListener(’click, clickHandler, true);
</html>
Just create a new Html file,copy the code,rename Your-Destination-Link.Save the file naming it whatever you like.Done.
- Using htaccess to Hide Your Affiliate links:
Although midphase is equally popular as powweb, still people don’t really go to them when looking for special web hosting. They first consult domain name service sites, especially when looking for .edu domain portal.
This is a simple and a fast way.Just add this to your httaccess file:
redirect 301 /AnyNameYouLike http://AffiliateUrl
Where /AnyNameYouLike is the directory or page you want to use for redirection, for example, if named it /car your link would look like this http://www.yourdomain/car which would redirect traffic to your affiliate link.
- PHP Script To Hide Your Affiliate Links:
I found a very nice php script here ,that allows you to create shorter URL’s and keeps track of how many times a link has been clicked. It’s useful for managing downloads, keeping track of outbound links and for masking URL’s.
- Use a plugin for Wordpress to Hide Your Affiliate Links:
Here is a very good plugin for those who use wordpress,it has a lot of features i find it very useful.
Of course there are Online Services to hide and shorten your affiliate links but i strongly advice you to not use them.





