<?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>WAHM Blog &#187; affiliate</title>
	<atom:link href="http://wahmbreakcafe.com/tag/affiliate/feed" rel="self" type="application/rss+xml" />
	<link>http://wahmbreakcafe.com</link>
	<description>Helping WAHMs (work-at-home moms) succeed!</description>
	<lastBuildDate>Sat, 24 Apr 2010 22:05:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Setup an Affiliate Link That Looks Normal</title>
		<link>http://wahmbreakcafe.com/how-to-setup-an-affiliate-link-that-looks-normal</link>
		<comments>http://wahmbreakcafe.com/how-to-setup-an-affiliate-link-that-looks-normal#comments</comments>
		<pubDate>Sat, 16 Aug 2008 03:08:07 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[affiliate links]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[wahm geek]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/?p=101</guid>
		<description><![CDATA[Ready to become a WAHM Geek?
Have you ever hovered over a banner ad or link only to shy away from clicking on it because the link looked like code written by some pimply faced hacker?
Chances are the link was a tracking link used to record where you were when you clicked. This is how affiliate [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Ready to become a WAHM Geek?</em></strong></p>
<p><img class="size-medium wp-image-103 alignleft" style="margin-left: 6px; margin-right: 6px;" title="WAHM Geek" src="http://www.wahmbreakcafe.com/wp-content/uploads/2008/08/pc-geek.jpg" alt="" width="279" height="257" />Have you ever hovered over a banner ad or link only to shy away from clicking on it because the link looked like code written by some pimply faced hacker?</p>
<p>Chances are the link was a tracking link used to record where you were when you clicked. This is how affiliate programs are tracked so the right people get credit for sending traffic and paid.</p>
<p>Here are two examples of typical affiliate links:</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?ii=68188&amp;c=ib&amp;aff=18667&amp;ev=af7a1c01e8">https://www.e-junkie.com/ecom/gb.php?ii=68188&amp;c=ib&amp;aff=18667&amp;ev=af7a1c01e8</a></p>
<p>or like this if they&#8217;re trying their best to not scare you out of clicking :</p>
<p><a href="http://tinyurl.com/yqe3jz%22%3E%3Cimg">http://tinyurl.com/yqe3jz</a></p>
<p align="center"><strong><span style="font-size: medium; font-family: Verdana; color: #666666;"> </span></strong></p>
<p align="left"><strong><span class="postbody"> <span style="font-size: x-small; font-family: Verdana;"> </span></span></strong></p>
<p align="left"><span class="postbody"> <span style="font-size: x-small; font-family: Verdana;"> </span></span></p>
<p align="left"><span class="postbody"> </span></p>
<p align="left"><span style="font-size: x-small; font-family: Verdana;"> </span> <span style="font-size: xx-small; font-family: Verdana;"> </span></p>
<p>They&#8217;ll work if and when people click on them, but there is a cleaner, more effective, approach.</p>
<p><strong>Here&#8217;s how you can setup affiliate links that should help your overall results:</strong></p>
<p>- Log into your Web host manager (cpanel in my case) and create a new <strong>FOLDER</strong> and name it<strong> &#8216;more&#8217;</strong> (or whatever you prefer). Note: You can set this folder up in your root directory (public_html) or in any subfolder.</p>
<p>- Next open the new &#8220;more&#8221; FOLDER and create an <strong>HTML FILE</strong> named <strong>&#8220;info1001&#8243;</strong> or anything you like. You should keep it generic and keep in mind that you may want to create many more links in the future.</p>
<p>This has created a single blank page in the &#8216;more&#8217; folder. This will result in a link that looks like this when someone scrolls over it:</p>
<p><strong>http://www.<em>yoursite</em>.com/more/info1001.html</strong></p>
<p>Now you have the good looking link ready&#8230; but if you want the link to work you will have to insert a little code onto the HTML page you created, which is inside of the new folder.</p>
<p><strong>Here&#8217;s the code:</strong><br />
(REPLACE the generic info in all caps with YOUR information.)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;YOUR PAGE TITLE&lt;/title&gt;</strong></p>
<p><strong>&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=http://YOUR AFFILIATE URL&#8221;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;p&gt;<br />
Redirecting, please wait. If you&#8217;re not redirected within a couple of seconds,<br />
click here:&lt;br /&gt;<br />
&lt;a href=&#8221;http://YOUR AFFILIATE URL&#8221;&gt;PRODUCT NAME&lt;/a&gt;</strong></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
</strong></p>
<p>Change &#8220;YOUR PAGE TITLE&#8221; (whatever you want it to be)<br />
Change &#8220;YOUR AFFILIATE URL&#8221; to the affiliate url given to you from vendor for the item or page (must be precise and complete)<br />
Change &#8220;PRODUCT NAME&#8221; to your affiliate product name (can be anything)<strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
</strong>Yes, it takes about 10-15 minutes, but once it&#8217;s setup you can reuse it everywhere you want to market that program, product, or service using the easy-to-remember URL you created from scratch.</p>
<p><strong>If this doesn&#8217;t work for you try this site:</strong></p>
<p><strong><a title="Hide affiliate links" href="http://www.forfreedom.ws/affiliate-marketing-for-dummies/how-to-hide-affiliate-links-25/" target="_blank">http://www.forfreedom.ws/affiliate-marketing-for-dummies/how-to-hide-affiliate-links-25/</a></strong></p>
<p><strong>(NO&#8230; that is <em>NOT</em> an affiliate link! Really!)</strong></p>
<p align="left">
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/how-to-setup-an-affiliate-link-that-looks-normal/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
