headermask image

header image

category archive listing Category Archives: code

3 powerful ways to cloak affiliate links

If you are an affiliate you can make more sales if your affiliate links are cloaked / hidden etc. I collected 5 ways that can be used to hide your affiliate link.
1. HTML: Open Notepad or an html editor software and copy-paste the following:
<HTML><HEAD><TITLE></TITLE> <meta
http-equiv=”refresh” content=”0; url=http://www.companyname.com/affiliateID=yourname“>
</HEAD> <BODY></BODY> </HTML>
After pasting the text [...]