Hi i have a problem i cant find out how i make my own links. Like this link i found on a forum " http://www.casinochipschallenges.com/unibetcasinosignupbonus " When people press it the comes to Unibet.com i need to know how to make links like that. Hope i posted in the right area. Sincerely R
This is what i need help with: http://www.prosperly.com/2009/link-cloaking-how-cloaking-affiliate-links-will-make-you-more-money/
I think you posted in the wrong section. But to answer yoru question there is different ways to do it. You can do a simple one by following the instructions below. You can also go more into it and do it so that the link at the top displays as if they're still browsing on your site. But Here's the code for the simple one: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Your Page Title</title> <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD> <BODY> Optional page text here. </BODY> </HTML> HTML: Code Description: <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"> is the part that actually does the redirecting. The number preceding the url (in this case zero) tells the browser the number of seconds to wait before redirecting to the new url. You could set this to 5 and add some optional text to your page - something like: "Please wait while we redirect you to our new site". That's it! Just copy the code, save it (i.e. save as casinoredirection.html) and upload it to your website and when you go to yoursitedomain.com/casinoredirection.html the user will get redirected to the affiliate or whatever link you specify.