<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dave-Whittle.com &#187; How To Cloak Affiliate Links And Get More Affiliate Commissions</title>
	<atom:link href="http://dave-whittle.com/internet-marketing/how-to-cloak-affiliate-links-and-get-more-affiliate-commissions/feed" rel="self" type="application/rss+xml" />
	<link>http://dave-whittle.com</link>
	<description>....lets start an online business!</description>
	<lastBuildDate>Thu, 02 Sep 2010 18:47:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Cloak Affiliate Links And Get More Affiliate Commissions</title>
		<link>http://dave-whittle.com/internet-marketing/how-to-cloak-affiliate-links-and-get-more-affiliate-commissions</link>
		<comments>http://dave-whittle.com/internet-marketing/how-to-cloak-affiliate-links-and-get-more-affiliate-commissions#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:19:42 +0000</pubDate>
		<dc:creator>Dave-Whittle</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Active Link]]></category>
		<category><![CDATA[Affiliate Commissions]]></category>
		<category><![CDATA[Affiliate Link]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Click Bank]]></category>
		<category><![CDATA[Cloak]]></category>
		<category><![CDATA[Commas]]></category>
		<category><![CDATA[Copy And Paste]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Header Location]]></category>
		<category><![CDATA[Hosting Company]]></category>
		<category><![CDATA[Location Url]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[New Folder]]></category>
		<category><![CDATA[Nice People]]></category>
		<category><![CDATA[Notepad Document]]></category>
		<category><![CDATA[Php Document]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Space Log]]></category>
		<category><![CDATA[Task Bar]]></category>
		<category><![CDATA[Web Space]]></category>
		<category><![CDATA[Whittle]]></category>
		<category><![CDATA[Xxxx]]></category>

		<guid isPermaLink="false">http://dave-whittle.com/?p=371</guid>
		<description><![CDATA[What is link cloaking? It is generally advised that if you are using affiliate links that you cloak them so that they are not obviously an affiliate link. Some not very nice people out there will notice by hovering over the link and checking the task bar at the bottom of the screen, then change [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdave-whittle.com%2Finternet-marketing%2Fhow-to-cloak-affiliate-links-and-get-more-affiliate-commissions&amp;layout=standard&amp;show_faces=true&amp;width=300&amp;height=25&amp;action=like&amp;font=arial&amp;colorscheme=light"  id="fbLikeIframe" name="fbLikeIframe"  scrolling="no" frameborder="0" allowTransparency="true"  class="fbLikeContainer"  style="border:none; overflow:hidden; width:300px; height:25px; display:inline;"  ></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdave-whittle.com%2Finternet-marketing%2Fhow-to-cloak-affiliate-links-and-get-more-affiliate-commissions"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdave-whittle.com%2Finternet-marketing%2Fhow-to-cloak-affiliate-links-and-get-more-affiliate-commissions&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>What is link cloaking?</p>
<p>It is generally advised that if you are using affiliate links that you cloak them so that they are not obviously an affiliate link.</p>
<p>Some not very nice people out there will notice by hovering over the link and checking the task bar at the bottom of the screen, then change your link to theirs, and then of course collect the commission.</p>
<p>Also, some people just don&#8217;t like clicking on affiliate links for various reasons. Cloaking the following way will make it seem as if the link is part of your site.</p>
<p>When we talk about affiliate links Clickbank links come to mind as not only are they ugly but they are also very obvious.</p>
<p>Here is an example:</p>
<p>http://h30b2bgi19sb5v5ayu84uu7q85.hop.clickbank.net/ (Note: don&#8217;t click on this as it is not an active link but an example)</p>
<p>Here is a cloaked alternative:</p>
<p>http://yoururl.com/uses/xxxx.php</p>
<p>How do you make that cloaked link? Here is one way to do it that most people can do.</p>
<p><span id="more-371"></span></p>
<p>First, open up Notepad.<br />
Copy and paste the following link into Notepad</p>
<p>&lt;?php $URL=&#8221;http://www.youraffiliatelink&#8221;;<br />
header (&#8220;Location: $URL&#8221;);<br />
exit();<br />
?&gt;</p>
<p>Then enter your affiliate link where it says http://www.youraffiliatelink.</p>
<p>Leave the commas in there!<br />
Then save the Notepad document, naming it whatever you like, such as &#8220;product name&#8221; or similar&#8230; and so on.</p>
<p>Make sure you save it as a .php document, NOT a .txt</p>
<p>You now have to upload this saved document to your web space.</p>
<p>Log into your cpanel i.e. http://yoururl/cpanel.</p>
<p>You will be asked for your username/password.</p>
<p>You got this when you received your hosting details. If you can&#8217;t find it ask your hosting company to provide these details.</p>
<p>Make sure you create a new folder and call it &#8220;recommends&#8221; or &#8220;uses&#8221; or whatever is best for you, and upload the above .php document to this folder. This can be done via your CPanel/File Manager.</p>
<p>In file manager you will find that you can create the new folder and that you can upload the .php file to this folder.</p>
<p>You now have your cloaked link for example: http://yoururl.com/uses/productname.php</p>
<p>This is the link you will enter as your affiliate code.</p>
<p>Test it by entering this url into your browser and if done right you should then see the page of the site you are affiliated with. If not just go through the procedure again.</p>
<p><span style="text-decoration: underline;">HOWEVER, please note this!</span><br />
This procedure can be found in various places on the net and they are usually given via someone&#8217;s blog. Most blogs are WordPress blogs like this one.</p>
<p>I had a lot of problems with this and could not get it right despite talking to &#8220;experts&#8221;, until I stumbled upon some comments on another blog.</p>
<p>To cut a long story short, when you copy from WordPress  the &#8221; &#8221; are in <strong>WordPress format</strong>. This does not translate.</p>
<p>Not sure why and nobody else seems to know.</p>
<p>No problem!</p>
<p>So, what you need to do is when you have put the link into Notepad is delete the 4 inverted commas &#8220;&#8221; and then do them again <span style="text-decoration: underline;">in the text document.</span></p>
<p>Alternatively, you could open Notepad and retype the link code but you would have to get it right.<br />
First option worked best for me.</p>
<p>I hope this is not too confusing but it is just one of those strange things!</p>
<div class="shr-publisher-371"></div>
<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Active+Link' rel='tag' target='_blank'>Active Link</a>, <a class='technorati-link' href='http://technorati.com/tag/Affiliate+Commissions' rel='tag' target='_blank'>Affiliate Commissions</a>, <a class='technorati-link' href='http://technorati.com/tag/Affiliate+Link' rel='tag' target='_blank'>Affiliate Link</a>, <a class='technorati-link' href='http://technorati.com/tag/Blog' rel='tag' target='_blank'>Blog</a>, <a class='technorati-link' href='http://technorati.com/tag/blogs' rel='tag' target='_blank'>blogs</a>, <a class='technorati-link' href='http://technorati.com/tag/Click+Bank' rel='tag' target='_blank'>Click Bank</a>, <a class='technorati-link' href='http://technorati.com/tag/Cloak' rel='tag' target='_blank'>Cloak</a>, <a class='technorati-link' href='http://technorati.com/tag/Commas' rel='tag' target='_blank'>Commas</a>, <a class='technorati-link' href='http://technorati.com/tag/Copy+And+Paste' rel='tag' target='_blank'>Copy And Paste</a>, <a class='technorati-link' href='http://technorati.com/tag/Cpanel' rel='tag' target='_blank'>Cpanel</a>, <a class='technorati-link' href='http://technorati.com/tag/Header+Location' rel='tag' target='_blank'>Header Location</a>, <a class='technorati-link' href='http://technorati.com/tag/Hosting+Company' rel='tag' target='_blank'>Hosting Company</a>, <a class='technorati-link' href='http://technorati.com/tag/Location+Url' rel='tag' target='_blank'>Location Url</a>, <a class='technorati-link' href='http://technorati.com/tag/Lt' rel='tag' target='_blank'>Lt</a>, <a class='technorati-link' href='http://technorati.com/tag/New+Folder' rel='tag' target='_blank'>New Folder</a>, <a class='technorati-link' href='http://technorati.com/tag/Nice+People' rel='tag' target='_blank'>Nice People</a>, <a class='technorati-link' href='http://technorati.com/tag/Notepad+Document' rel='tag' target='_blank'>Notepad Document</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Document' rel='tag' target='_blank'>Php Document</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+File' rel='tag' target='_blank'>Php File</a>, <a class='technorati-link' href='http://technorati.com/tag/Space+Log' rel='tag' target='_blank'>Space Log</a>, <a class='technorati-link' href='http://technorati.com/tag/Task+Bar' rel='tag' target='_blank'>Task Bar</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Space' rel='tag' target='_blank'>Web Space</a>, <a class='technorati-link' href='http://technorati.com/tag/Whittle' rel='tag' target='_blank'>Whittle</a>, <a class='technorati-link' href='http://technorati.com/tag/Xxxx' rel='tag' target='_blank'>Xxxx</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://dave-whittle.com/internet-marketing/how-to-cloak-affiliate-links-and-get-more-affiliate-commissions/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
