PuppetMaster
Registered Member
- Jun 2, 2008
- 97
- 122
Has anyone had success using the recommended code that clickbank provides for cloaking hop links (from their site):
"The secret is to send the customer to a url of your own that quietly redirects them through the correct hoplink. We recommend using the html below. Don't forget to replace each occurrence of AFFILIATE and PUBLISHER with the correct value!
HopLink Cloaker HTML:
<html>
<head>
<title>Loading page...</title>
<meta http-equiv="refresh" content="2;URL=http://AFFILIATE.PUBLISHER.hop.clickbank.net">
<script>
url='http://AFFILIATE.PUBLISHER.hop.clickbank.net';
if(document.images) { top.location.replace(url); }
else { top.location.href=url; }
</script>
</head>
<body>Loading
<a href=http://AFFILIATE.PUBLISHER.hop.clickbank.net>page</a>...
</body>
</html> "
Does this method work for both Firefox and IE? I'm assuming that "url" above refers to the merchant's actual landing page. Is this correct?
Finally, what is the significance of "Loading Page" and "Loading"?
Thanks in advance!
"The secret is to send the customer to a url of your own that quietly redirects them through the correct hoplink. We recommend using the html below. Don't forget to replace each occurrence of AFFILIATE and PUBLISHER with the correct value!
HopLink Cloaker HTML:
<html>
<head>
<title>Loading page...</title>
<meta http-equiv="refresh" content="2;URL=http://AFFILIATE.PUBLISHER.hop.clickbank.net">
<script>
url='http://AFFILIATE.PUBLISHER.hop.clickbank.net';
if(document.images) { top.location.replace(url); }
else { top.location.href=url; }
</script>
</head>
<body>Loading
<a href=http://AFFILIATE.PUBLISHER.hop.clickbank.net>page</a>...
</body>
</html> "
Does this method work for both Firefox and IE? I'm assuming that "url" above refers to the merchant's actual landing page. Is this correct?
Finally, what is the significance of "Loading Page" and "Loading"?
Thanks in advance!