View Single Post
  #1 (permalink)  
Old 06-28-2006, 03:47 AM
its_me_shaners its_me_shaners is offline
5 Star Member
 
Join Date: Mar 2006
Location: Orleans, Ontario Canada
Posts: 67
Default How to hide your affiliate links

In many of the forums I visit I come across the perennial question:
How do I hide my affiliate links, or what can i do about hop link theft?
So I went about the search and heres what I found that may solve those problems for you.

METHOD ONE: By creating redirecting pages:
1. Open your note pad or html editor.
2. Copy and paste this code in your note pad and save as '.html' file with a catchy name.
<*HTML><*HEAD><*TITLE>Redirecting to youraffiliatesite.com...<*/TITLE> <*meta http-*****="refresh" content="0; url=http://www.youraffiliate link here"> <*/HEAD> <*BODY> <*P>You will be redirected to youraffiliatesite.com.<*/P> <*/BODY> <*/HTML>
TIP: Second line of this code ("refresh" metatag) should be in SINGLE line. Take out all * characters from the html code.
3. Upload this file to your server. Send this URL in your emails or keep on your website.
4. When your subscriber or visitor clicks on the link they will be redirected to your affiliate page.
METHOD TWO: A cool Html Trick that works on your webpages:
Usually you will keep your links in this format-
<*A href="http://www.youraffiliatelink">clickhere
In this way when you keep your cursor over the link, you can see your long affiliate link.
Instead of above code, you can keep this code-
<*A href="http://www.youraffiliate link" onMouseOver= "window.status='your text here!'; return true" onMouseOut= "window.status=''; return true"*>Click here<*/a><*BR><*BR>
(Take out all * characters from html code)
Whole of the above line should be in SINGLE line. When you keep cursor on the link, you can see the text that you put in the status bar.

METHOD THREE: Producing Frame pages:
Actually your visitor sees a link like - http://www.yoursite.com/product/index.html.
But when he clicks on the link he will be taken to a page where top frame showing links to your site and lower frame showing your affiliate product page.
<*html> <*head><*title>your title<*/title><*/head> <*frameset rows="20%,*" border=0> <*frame name="top" src="http://www.yoursite.com/yourlinks.htm" marginwidth="10" marginheight="10" scrolling="Auto" frameborder="no" noresize> <*frame name="bottom" src="http://www.affiliatesite.com/youraffid?12345" marginwidth="10" marginheight="10" scrolling="Auto" frameborder="no" noresize> <*noframes> <*body> <*p>This page uses frames, but your browser doesn't support them.<*/p> <*/body> <*/noframes> <*/frameset> <*/html>
You can also use cgi scripts to make this happen - http://www.webmasters-central.com/Se...d_Redirection/
Basically these scripts retain a link for your site but your visitor goes to your affiliate site. He can come back to your site anytime by clicking on the links in the top frame.
___________
feel free to use or publish this article in full or in part But do inlcude a link back to me. http://affiliatesforyou.blogspot.com
___________
__________________
Get 5,000$ worth of professional mentoring for free
Darren Rowse says its hard to How to make money online blogging He's WRONG ! :)
Get your FREE report about how to make money on face book the worlds largest social networking site.
Reply With Quote