Disguising Clickbank Hoplinks

mrpatel786

BANNED
Joined
Sep 14, 2008
Messages
446
Reaction score
65
Hey guys. I was wondering if there is a way to disguise CB hoplinks so it looks less spammy? The new hoplinks have a string of random words that just screams spam. The classic ones http://yourID.vendor.hop.clickbank.net/ still appear spammy. Any other ways besides using Tinyurl?
 
Use php redirect.
If you are using wordpress there are redirect plugins available.
 
Lots of ways actually, but here is probably the most common method people use:

1. Set up a folder on a domain that you control - most people call it "go" or "recommends" or similar.

2. Within that folder create another folder called - "whateverproductyourarepromoting".

3. Within that folder create a standard index.html file, and put the following code inside it:

Code:
<html>
<head>
<title></title>
<META http-equiv="refresh" content="0;URL=CLICKBANKLINK">
</head>


<body bgcolor="#FFFFFF">

</body>


</html>

Of course you want to replace "CLICKBANKLINK" with the appropriate link.

Once you've done that, you can now promote your clickbank link with
Code:
http://yoursite/recommends(or GO)/whateverproductyouarepromoting

PM if you need further clarification.
 
You can use your own domain, or any domain that have php, and use header(); function to redirect.
 
There is a WP plugin perfect for this called go-codes .. So basically does what was explained above for you.. not that it's much work otherwise.
 
Will this method work with Google Adwords campaigns ? Since Google Adwords does not allow redirects AFAIK on a destination URL. Let me know if I am wrong.
 
The type of person who wants to bypass your aff link will do it. All redirects end up with a
?hop=cbidhere It would be nice if CB just recorded the cookie and got rid of the ?hop=ID at the end of the vendor's url.
 
What about using tinyurl? if you post your links to twitter using something like twitterbar itll do that automatically
 
Back
Top