<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Cloak Your Affiliate Links the Easy Way</title>
	<atom:link href="http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/</link>
	<description>Author of the best-selling affiliate marketing training book shares free money-making affiliate tips.</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:41:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anthony</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-106674</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 08 Feb 2012 21:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-106674</guid>
		<description>I have seen most people not aware of these link cloaking techniques simple use the tiny.url method or just use a simple url shortener but if many hosting companies would make it easier for noobs to be in the know and learn hwo to do a simple redirect or ghost their links it would make it much harder for other click jackers to steal commish from all of us hard working IM&#039;ers</description>
		<content:encoded><![CDATA[<p>I have seen most people not aware of these link cloaking techniques simple use the tiny.url method or just use a simple url shortener but if many hosting companies would make it easier for noobs to be in the know and learn hwo to do a simple redirect or ghost their links it would make it much harder for other click jackers to steal commish from all of us hard working IM&#8217;ers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-105888</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 19 Jan 2012 20:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-105888</guid>
		<description>Nice I tried all the free if you sign up affiliate programs and they all have the same problem, white screen and don&#039;t work and while searching came to your site and nice way to do it. I&#039;m going to give it a go.
One question that hits my mind and that is. can I use a another domain to put all the affiliate links form all my sites into one file and all the sites would use that domain to call the link instead of the html page the link is sitting on?</description>
		<content:encoded><![CDATA[<p>Nice I tried all the free if you sign up affiliate programs and they all have the same problem, white screen and don&#8217;t work and while searching came to your site and nice way to do it. I&#8217;m going to give it a go.<br />
One question that hits my mind and that is. can I use a another domain to put all the affiliate links form all my sites into one file and all the sites would use that domain to call the link instead of the html page the link is sitting on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiTesco</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-105713</link>
		<dc:creator>DiTesco</dc:creator>
		<pubDate>Sat, 14 Jan 2012 11:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-105713</guid>
		<description>Hi. Sorry to be asking you this, but I am not a tech savvy guy and I followed your instructions to the letter. Somehow, I can&#039;t make it work. Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi. Sorry to be asking you this, but I am not a tech savvy guy and I followed your instructions to the letter. Somehow, I can&#8217;t make it work. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javi</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-105546</link>
		<dc:creator>Javi</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-105546</guid>
		<description>Very awesome method! I&#039;m new to WordPress, and I didn&#039;t wanted to create a WP page named &quot;go&quot; and add sub-pages for every link -- what a hassle!

By the way, the PHP coding wouldn&#039;t work for me until I made some changes. For those of you having trouble, replace the single quotation marks with double quotations ( &#039; to &quot; ).

As so:

  &quot;http://affiliatelink1.com&quot;,
&quot;affiliatelink2&quot; =&gt;  &quot;http://affiliatelink1.com&quot;,
&quot;affiliatelink3&quot; =&gt;  &quot;http://affiliatelink1.com&quot;,
);
if (array_key_exists($_GET[&quot;id&quot;], $path))
header(&quot;Location: &quot; .$path[$_GET[&quot;id&quot;]]);
?&gt;

I&#039;m still new to PHP, so I don&#039;t know why single quotation marks were a problem on my site, but things work perfectly now.

Thanks again, Rosalind.</description>
		<content:encoded><![CDATA[<p>Very awesome method! I&#8217;m new to WordPress, and I didn&#8217;t wanted to create a WP page named &#8220;go&#8221; and add sub-pages for every link &#8212; what a hassle!</p>
<p>By the way, the PHP coding wouldn&#8217;t work for me until I made some changes. For those of you having trouble, replace the single quotation marks with double quotations ( &#8216; to &#8221; ).</p>
<p>As so:</p>
<p>  &#8220;http://affiliatelink1.com&#8221;,<br />
&#8220;affiliatelink2&#8243; =&gt;  &#8220;http://affiliatelink1.com&#8221;,<br />
&#8220;affiliatelink3&#8243; =&gt;  &#8220;http://affiliatelink1.com&#8221;,<br />
);<br />
if (array_key_exists($_GET["id"], $path))<br />
header(&#8220;Location: &#8221; .$path[$_GET["id"]]);<br />
?&gt;</p>
<p>I&#8217;m still new to PHP, so I don&#8217;t know why single quotation marks were a problem on my site, but things work perfectly now.</p>
<p>Thanks again, Rosalind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vps hosting reviews</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-104840</link>
		<dc:creator>vps hosting reviews</dc:creator>
		<pubDate>Sat, 05 Nov 2011 09:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-104840</guid>
		<description>Thanks for this - always wondered how to do it correctly.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; always wondered how to do it correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerri</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-104730</link>
		<dc:creator>Gerri</dc:creator>
		<pubDate>Sat, 15 Oct 2011 21:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-104730</guid>
		<description>I just tried to implement cloaking using the steps outlined above. It worked but, when I went back to the site 5 - 10 minutes later to see of everything was working the way it should, I encountered a 404 message. Any idea why this may have happened? Do you have a fix for it? 
Thanks.</description>
		<content:encoded><![CDATA[<p>I just tried to implement cloaking using the steps outlined above. It worked but, when I went back to the site 5 &#8211; 10 minutes later to see of everything was working the way it should, I encountered a 404 message. Any idea why this may have happened? Do you have a fix for it?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Spacey</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-104722</link>
		<dc:creator>Richard Spacey</dc:creator>
		<pubDate>Fri, 14 Oct 2011 18:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-104722</guid>
		<description>If you setup your affiliate your links in this manner, .php, do you still get the visibility and tracking in google analytics that you get with .html?</description>
		<content:encoded><![CDATA[<p>If you setup your affiliate your links in this manner, .php, do you still get the visibility and tracking in google analytics that you get with .html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot Martin</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-99505</link>
		<dc:creator>Elliot Martin</dc:creator>
		<pubDate>Fri, 26 Nov 2010 08:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-99505</guid>
		<description>I&#039;m new to all this and have been using Pretty Links in WP.  Reading your article and the following conversation has made me understand why I have been getting the message &quot;ALERT! Your Cloaks and Pretty Bars aren&#039;t working fully anymore.&quot;
I liked the tracking feature of Pretty Links, but I guess I&#039;m looking for a new method, so might try yours.  Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to all this and have been using Pretty Links in WP.  Reading your article and the following conversation has made me understand why I have been getting the message &#8220;ALERT! Your Cloaks and Pretty Bars aren&#8217;t working fully anymore.&#8221;<br />
I liked the tracking feature of Pretty Links, but I guess I&#8217;m looking for a new method, so might try yours.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-99259</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 28 Oct 2010 04:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-99259</guid>
		<description>Hi Rosalind,
This link cloaking via redirect to a php page sounds easy to do for single html links and I would like to thank you for sharing this tip. But how is it possible to redirect affiliate links, that are DHTML, like e.g. a product widget, which includes products from a data feed of the merchant? The script for such widgets are pure php or java script only and all links to images and call to action buttons are generated dynamically. Avantlink.com for instance provides such a widget tool.</description>
		<content:encoded><![CDATA[<p>Hi Rosalind,<br />
This link cloaking via redirect to a php page sounds easy to do for single html links and I would like to thank you for sharing this tip. But how is it possible to redirect affiliate links, that are DHTML, like e.g. a product widget, which includes products from a data feed of the merchant? The script for such widgets are pure php or java script only and all links to images and call to action buttons are generated dynamically. Avantlink.com for instance provides such a widget tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://netprofitstoday.com/blog/how-to-cloak-your-affiliate-links-the-easy-way/comment-page-2/#comment-99192</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 25 Oct 2010 18:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.netprofitstoday.com/blog/?p=2899#comment-99192</guid>
		<description>I used to use tinyurl or bitly, but now i&#039;m using this free soft called Cloaker Buzz. It will change your affiliate link into anything you like, so its more flexible. Anyone want to try you can download it here : www.imbuzzfreesoftware.com</description>
		<content:encoded><![CDATA[<p>I used to use tinyurl or bitly, but now i&#8217;m using this free soft called Cloaker Buzz. It will change your affiliate link into anything you like, so its more flexible. Anyone want to try you can download it here : <a href="http://www.imbuzzfreesoftware.com" rel="nofollow">http://www.imbuzzfreesoftware.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

