Quantcast

February 9, 2012

How to Cloak Your Affiliate Links the Easy Way

cloak-mask

I used to cloak my links the old-fashioned way, using simple HTML redirects. The html page would be coded as follows: <html> <head> <title>YOUR PAGE TITLE</title> <meta http-equiv=”refresh” content=”0;url=http://YOUR AFFILIATE URL”> </head> <body> <p>Redirecting, please wait. If you’re not redirected within a couple of seconds, click here:<br /> <a href=”http://YOUR AFFILIATE URL”>PRODUCT NAME</a> </p> </body> [...]