[CODE] Hiding Your Affiliate Code

derrickvwall

Newbie
Joined
May 1, 2009
Messages
23
Reaction score
17
Alot of people aren't stupid and won't buy stuff with wierd letters and numbers at the end, this code will solve it. I have used this method and seen a near 10% better conversion rate.


This will display the websites main path, or any path you choose and will hide your affiliate links. It basically loads your affiliate link then very quickly loads the main page.

Code:
<html>
<head>
<title>
</title>
</head>
<script language="JavaScript">
eval(unescape('window.status='Opening Pagehttp://www.website.com''));
s=unescape('<embed src='http://www.youraffiliatelink.com' width='2' height='2'></embed><META HTTP-EQUIV="Refresh" CONTENT="0;url=http://www.website.com">');eval(unescape("document.write(s);"))
</script>
</html>


website.com = The website path you want to display

youaffiliatelink.com = Your affiliate link
 
Can you insert img src command as well? It will be very helpful. :)
 
how to do this man?
do i need to upload something?
please give some details.
 
Thanks for the effort but you can also just use cloaking software to hide your affiliate links.
 
how to do this man?
do i need to upload something?
please give some details.

It's HTML, so it needs to be placed on your site in that way yes. Won't work on Myspace if that's what you're wanting it for. :rolleyes:
 
i just punch this into the header section of the page that has my affiliate link listed on it? or do i just use the <script></script> parts and paste that where i want the link to be cloaked?

last thing should there be a space here?
.......window.status='Opening Pagehxxp://ww.......
 
You may have to decode the "unescape" tags, if you don't know how to do this, then don't bother.

The code isn't perfect, but it's not meant to be ;)

Do a little research.
 
Last edited:
But what about when your potential customer gets to the landing page and sees and affiliate address or something that they don't like in the address bar? Will it still hide it when they get to the landing page?
 
what's the difference between that and just linking to a php redirect or a meta-refresh on your own domain?
 
Doen't work under FF does it? FF will display the affiliate link no matter if you cloak it or not
 
Just google iframe generator and you'll find one for free. it's iframed the affiliate site toyour domain,but also you can add yur own keyword and description to it.
 
this will only work for people who use Java Script in a browser
 
Whats the difference from doing it that way then just using DMR?

I'm still trying to catch on to this.
 
Back
Top