Saturday, February 2, 2008

Make Your Affiliate Link Keep Works

How to Conceal The Affiliate Code It's a proven fact that many customers will not click on an affiliate URL at your site. Maybe they resent seeing commission paid to an affiliate, maybe they feel less security when buying from an affiliate. So, suppose they see a link looking like this in the browser status bar http://www.abc.com/123where '123' is your affiliate code. They may decide to bypass the affiliate code and just type in the home page URLhttp://www.abc.com And that means you lose out on the commission. Here is how to conceal not only the affiliate code but anything about that URL which may indicate it is an affiliate link. Use some Javascript. < a href="http://......"onmouseover="window.status='ABC'; return true;"onmouseout="window.status=' '; return true;" >(remove thour e spaces after the first tag "<" and before the last tag ">") Then 'ABC' will show in the browser status bar instead of the URL.

No comments: