Hi, I m running a WP blog on which I am promotion CB products; but I am having a problem with simple link cloaker which is already installed on it. Could anyone help me get a good Af Link cloaker or simply send me a link I would check it out. Thanks
<a href="http://LOLOMGWTF.com/" onClick="this.href='http://youraffiliatelinkhere.com'" rel="nofollow">Do you dare to click here to visit a product that I am promoting?</a> I use this way for all my landing pages.
you could use bit.ly or create a php redirect and host that page on your server if you are dealing with few links. This looks more natural.
I use link shorteners like bit.ly and snipurl that allow me to customize the link, but I think php redirects are probably the way to go. It definitely takes some time, but it certainly looks better and probably generates higher clickthroughs...
Shameless plug, but it will work for you. You can set up a free store at cbdealer.com. Do that, then visit your store and copy links from there- they are completely cloaked.
Some of autoresponder provide the tool to cloak the link such as Aweber. But if you don't have that, better do this manually using domain and upload the code into hosting.
Hey, I use (Pretty link plugin) on all of my WP blogs, works great and easy to manage all of my links.
would Thesis built in 302 redirect work ok? you can make any page redirect from your own site with your own link from your site
I agree with the comments above about using bit.ly - I use it on my wordpress blog too. But a great reason to use it is you'll have all your affiliate links right there at your fingertips. No more searching your computer for your lost AF links.
Use a .php redirect script instead of using a link cloaking service instead. <?php header( 'Location: http://www.yoursite.com/product.phpl' ) ; ?> Code (markup): You'll need to upload this file to the root of your domain. Here's how your aff. link should look like. http://www.yoursite.com/product1.php http://www.yoursite.com/product2.php http://www.yoursite.com/product3.php Al.