<?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>Another Wordpress Blog &#187; aLinks</title>
	<atom:link href="http://money.bigbucksblogger.com/category/wordpress/alinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://money.bigbucksblogger.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 17:53:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ALinks NOT a memory Hog&#8211; usually!</title>
		<link>http://money.bigbucksblogger.com/alinks-not-a-memory-hog-usually/</link>
		<comments>http://money.bigbucksblogger.com/alinks-not-a-memory-hog-usually/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 02:08:38 +0000</pubDate>
		<dc:creator>Bucks</dc:creator>
				<category><![CDATA[Blog Hacks]]></category>
		<category><![CDATA[Monetize]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://money.bigbucksblogger.com/alinks-not-a-memory-hog-usually/</guid>
		<description><![CDATA[ALinks has been cleared! Sort of. (And, at least I think it&#8217;s cleared!) 

The difficulty was mostly due to a bug in PHP 5.2.2.  The bug causes Wordpress&#8217;s xmlrpc.php file to break down. For some reason I don&#8217;t quite understand, aLinks uses the xmlrpc.php. (Why aLinks uses this is a mystery. )
The fix was [...]]]></description>
			<content:encoded><![CDATA[<p>ALinks has been cleared! Sort of. (And, at least I think it&#8217;s cleared!) </p>
<div style="float:left; margin:2px 10px 2px 2px;"><!--adsense#200by200--></div>
<p>The difficulty was mostly due to a bug in PHP 5.2.2.  The bug causes Wordpress&#8217;s xmlrpc.php file to break down. For some reason I don&#8217;t quite understand, aLinks uses the xmlrpc.php. (Why aLinks uses this is a mystery. )</p>
<p>The fix was easy. I added this line to the top of xmlrpc.php in my blog directory. </p>
<p><code>$HTTP_RAW_POST_DATA = file_get_contents("php://input"); </code></p>
<p>By &#8220;top&#8221;, I mean I placed it immediately after the &lt;?php.   ( If you cut and paste from a blog, retype the double quotes.  These are sometimes replaced with slightly different quotes which will not work. Just retype.)</p>
<p>I found both the solution and a description of the problem at <a href="http://will.hughesfamily.net.au/20070513/wordpress-xml-rpc-server-accepts-post-requests-only/">hughesfamily.net.au</a> and <a href="http://www.red-sweater.com/forums/viewtopic.php?pid=1087#p1087">red-sweater.com</a>. </p>
<h3>Does this problem affect more than aLinks?</h3>
<p>Yes.  The &#8216;xmlrpc.php&#8217; file contains some functions associated with pinging.  So, if you are noticing difficulties receiving pings (which I was) you may be having problems with this file.  (Presumably, my problems will be cured now.)</p>
<h3>Do I have to fiddle with my xmlrpc.php file to fix the bug?</h3>
<p>No. WP 2.2.2 includes the work around for the PHP 5.2.2 bug. When you upgrade, things will be fixed. </p>
<div style="float:left; margin:2px 2px 2px 10px;"><img src="http://redirect.alexa.com/redirect?http://lordmatt.co.uk/images/alexa.jpg" /></div>
<p>Thanks <a href="http://lordmatt.co.uk/">Lord Matt</a> for noticing that aLinks was getting all bogged up trying to ping and ping and ping and&#8230;. Now I think I have the problem licked.  </p>
 <div class='series_toc'></div>  ]]></content:encoded>
			<wfw:commentRss>http://money.bigbucksblogger.com/alinks-not-a-memory-hog-usually/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>aLinks Plugin: memory hog!</title>
		<link>http://money.bigbucksblogger.com/alinks-plugin-memory-hog/</link>
		<comments>http://money.bigbucksblogger.com/alinks-plugin-memory-hog/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 18:52:03 +0000</pubDate>
		<dc:creator>Bucks</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://money.bigbucksblogger.com/alinks-plugin-memory-hog/</guid>
		<description><![CDATA[Drat! I love the functionality of aLinks. But today, the admin panel of my blog was running so slowly, I had to break down and communicate with Dreamhost about the slowness.  After some discussion with them and some fiddling at my blogs, I concluded that aLinks plugin is a hog.  (Needless to say, [...]]]></description>
			<content:encoded><![CDATA[<p>Drat! I love the functionality of aLinks. But today, the admin panel of my blog was running so slowly, I had to break down and communicate with Dreamhost about the slowness.  After some discussion with them and some fiddling at my blogs, I concluded that aLinks plugin is a hog.  (Needless to say, I breathed a sigh of relief to learn the problem was not one of my plugins!)</p>
<div style="float:left; margin:2px 10px 2px 2px;"><!--adsense#200by200--></div>
<p>Evidently, aLinks not a cpu hog (that&#8217;s processing) it&#8217;s a memory hog. Or at least Dreamhost tells me my problem is memory.</p>
<p>The memory use issue is quite bizarre because the piggish behavior only happens when you are in the admin panel&#8211; that is when you write posts, publish, turn plugins on and off etc. It does not happen when the blog loads. (This means my visitors probably noticed nothing.)   </p>
<p>When I finally turned off the plugin, my admin panel loaded quickly. The blog always loaded quickly.</p>
<p>I love the functionality of the aLinks. I looked at the calls, and I suspect the program can be salvaged fairly easily by making it do what it does <i>much less frequently</i>. (As in: do whatever it&#8217;s doing when the blogger makes changes at aLinks itself or possibly when the blogger publishes a post rather than every time we turn on any random plugin, edit our themes etc. There is no reason aLinks needs to do anything when I make a change to my style sheet! )</p>
<p>Because I love the functionality of the plugin, I&#8217;ll be communicating with the plugin developer. Meanwhile, if you are using ALinks, I advise you turn aLinks off. (Sigh. . .  I make good money from Amazon using the auto-linking feature of that plugin. )</p>
 <div class='series_toc'></div>  ]]></content:encoded>
			<wfw:commentRss>http://money.bigbucksblogger.com/alinks-plugin-memory-hog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>aLinks Plugin &amp; Clickbank: Create Affiliate Links</title>
		<link>http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/</link>
		<comments>http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 22:46:30 +0000</pubDate>
		<dc:creator>Bucks</dc:creator>
				<category><![CDATA[Clickbank]]></category>
		<category><![CDATA[Monetize]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/</guid>
		<description><![CDATA[Clickbank is an affiliate program with lots of high-commission products you can advertise on your blog. Alinks is a Wordpress plugin that can make it easy to drop &#8220;auto-links&#8221; to the high commission products.   I told Jude I&#8217;d explain how to use both together.

I&#8217;ll assume you know how to install a plugin, and [...]]]></description>
			<content:encoded><![CDATA[<p>Clickbank is an affiliate program with lots of high-commission products you can advertise on your blog. Alinks is a Wordpress plugin that can make it easy to drop &#8220;auto-links&#8221; to the high commission products.   I told Jude I&#8217;d explain how to use both together.</p>
<div style="float:right; margin:0px 0px 15px 0px;"><!--adsense#200by200--></div>
<p>I&#8217;ll assume you know how to install a plugin, and then give a detailed explanation of what to do.    So, go get aLinks and the aLinks module for clickbank. Install and activate aLinks. Unzip the aLinks Module for Clickbank and leave that somewhere easy to find on your computer.</p>
<p>So, you&#8217;ve installed aLinks and activated, right? </p>
<p>Now, here&#8217;s how to create an auto-link to a Clickbank product.  </p>
<p>First, go to the administration area in Wordpress. You click  &#8220;aLinks&#8221;  to open the aLinks administration screen.  It will look<br />
sort of like this:<br />
<center><a href='http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/alinks-control-screen/' rel='attachment wp-att-127' title='Alinks control Screen'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/alinkscontrolscreen.gif' alt='Alinks control Screen' /></a><br />
</center></p>
<p>Next, click &#8220;modules&#8221;.  That will open a screen that looks sort of like this:<span id="more-132"></span><br />
<center><a href='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/installedclickbank.gif' title='Installed Clickbank module'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/installedclickbank.gif' alt='Installed Clickbank module' /></a></center></p>
<p>Except, if you haven&#8217;t yet installed the Clickbanks module, it won&#8217;t be there.  So, scroll down to the uploading area which I have outlined in red.  </p>
<p>Click &#8220;browse&#8221; to find the Clickbank module on your home computer. Upload. It&#8217;s now installed&#8211; you&#8217;ll see it in the modules area. </p>
<p>Now, go back to the Clickbank administration area. This time click &#8220;General Settings&#8221;.  That will open a screen that lets you set some permanent choices for various modules installed. </p>
<p>The ClickBank portion looks like this:<br />
<center><a href='http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/clickbank-settings/' rel='attachment wp-att-129' title='Clickbank Settings'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/clickbanksettings.gif' alt='Clickbank Settings' /></a></center></p>
<p>You need to add <em>your</em> Clickbank nickname.  Oh my&#8230;now what is that?</p>
<p>Well, your Clickbank nickname is created when you join clickbank. You use the nickname every time you log in&#8211; and Clickbank greets you with &#8220;Hi XXXXXXX&#8221;.   So, do remember that nickname when you join Clickbank. Enter that name in the aLinks text box and save.  </p>
<p>You are now finished with the General settings. Go back to the main admin board and click &#8220;keyphrases&#8221;.<br />
<center><a href='http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/clickbank-key-phrase/' rel='attachment wp-att-125' title='ClickBank Key Phrase'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/clickbankkeyphrase.gif' alt='ClickBank Key Phrase' /></a></center></p>
<p>Notice you must enter three things: a Keyphrase, a product ID and a Description. Now, let&#8217;s figure out the Clickbank productID! </p>
<p>To do this, open a second browser window on your computer and visit Clickbank; log into your account and visit the marketplace by clicking &#8220;marketplace&#8221;. The screen will look like this:<br />
<center><a href='http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/clickbank-market-place/' rel='attachment wp-att-128' title='ClickBank Market Place'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/clickbankmarketplace.gif' alt='ClickBank Market Place' /></a></center></p>
<p>Use the various pulldown menus and submit buttons to find something you&#8217;d like to advertise.  Once you have, click the word &#8220;hoplink&#8221; underneath the opportunity.</p>
<p>A clickbank window will open asking for that nickname again &#8212; enter that. Ignore the other blank box and click to submit. </p>
<p>You will be shown the hoplink similar to this:<br />
<center><a href='http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/hop-link/' rel='attachment wp-att-126' title='Hop link'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/hoplink.gif' alt='Hop link' /></a></center></p>
<p>Notice that after the hoplink is in the form:<br />
<center>http://nickname.productID.hop.clickbank.net</center></p>
<p>This hoplink contains the information you need to enter into the aLinks box product ID box! The productID for the product I want to create a link to is &#8220;bryxen1&#8243;.  </p>
<p>To make aLinks create links to the product ID &#8220;brixen1&#8243;, enter &#8220;brixen1&#8243; in the &#8220;Product ID&#8221; box on the aLinks screen.</p>
<p>Now, you&#8217;ll want to pick a &#8220;keyphrase&#8221; and a &#8220;description&#8221;. Both are entirely up to you.  I decided that I wanted aLinks to automatically create a link to this affiliate product the first time I wrote &#8220;SEO Software&#8221; at my blog.  So, I entered that as the keyphrase for this product.  </p>
<p>Notice how my first mention of SEO Software in this article became a link? Alinks did that!<br />
<center><a href='http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/clickbank-key-phrase/' rel='attachment wp-att-125' title='ClickBank Key Phrase'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/07/clickbankkeyphrase.gif' alt='ClickBank Key Phrase' /></a></center></p>
<p>Oh&#8230; before I continue, don&#8217;t forget to save what you entered. <img src='http://money.bigbucksblogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can enter anything you want for the description.  But, to find out what it does, why don&#8217;t you mouse over the link to SEO Software aLinks created above?  I bet that just makes you want to click and buy that software, doesn&#8217;t it!</p>
<p>Now, I bet you are wondering: How can this make you more money than just creating an ordinary link evertime I want to blog about this software?  Easy!</p>
<p>This is the second time I&#8217;ve dropped a link to this product. The first time I dropped that link, I actually visited Clickbank and found the software.  But, from now on, aLinks will do this for me; I don&#8217;t need to remember the hoplink. And given my niche, you can also be pretty sure I will be writing more posts about &#8220;SEO software&#8221;. Curious visitors may click that link, like the software and buy it.</p>
<p>What&#8217;s even better is that if <i>this</i> software company ever stops paying commissions, I can edit the hoplink to point to other software: All my old links will point to commission paying software. </p>
<p>So, four months from now, or 4 years from now, when people visit this blog post, the link will still be paying out big bucks to me! </p>
<p>I hope this paves the road to Big Bucks for you too! </p>
 <div class='series_toc'></div>  ]]></content:encoded>
			<wfw:commentRss>http://money.bigbucksblogger.com/alinks-plugin-clickbank-create-affiliate-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Money Making Module: Clickbank for A Links.</title>
		<link>http://money.bigbucksblogger.com/the-money-making-module-clickbank-for-a-links/</link>
		<comments>http://money.bigbucksblogger.com/the-money-making-module-clickbank-for-a-links/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 16:33:20 +0000</pubDate>
		<dc:creator>Bucks</dc:creator>
				<category><![CDATA[Clickbank]]></category>
		<category><![CDATA[Dreams of Money]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://money.bigbucksblogger.com/the-money-making-module-clickbank-for-a-links/</guid>
		<description><![CDATA[Do you want to find the best money making plugin?  It&#8217;s  ALinks. I already described how you can use it to profit by automatically droping links to products at Amazon.com products.  It turns out that the plugin can also be used to auto-link keywords and phrases for &#8220;Clickbank&#8221; products.
You ask: &#8220;Why will [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to find the best money making plugin?  It&#8217;s  ALinks. I already described how you can use it to profit by automatically droping links to products at Amazon.com products.  It turns out that the plugin can also be used to auto-link keywords and phrases for &#8220;Clickbank&#8221; products.</p>
<p>You ask: &#8220;Why will auto-liking to  Clickbank products make me money?&#8221; Well, first you need to know what &#8220;Clickbank&#8221; is: it&#8217;s an affiliate program that lets you make <i>lots</i> of money online by linking to other people&#8217;s products. </p>
<div style="float:left;margin 5px 5px 5px 5px;"><!--adsense#200by200--></div>
<p>But now you want to know: What&#8217;s <em>auto</em>-linking? And why will that make you more money than normal linking.  Well&#8230; autolinking is sort of like blogger designed contextual linking on steroids: it&#8217;s a great when Kontera poops out and doesn&#8217;t provide the links you need (like <a href="http://www.andy-coates.com/blog/2007/06/27/whats-going-on-with-kontera/">Andy Coates.</a>)</p>
<p>Why is it great? <i>You</i> the blogger pick key word or phrases. Then <i>you</i> the blogger associate those words and phrases with highly profitable Clickbank products. Then, the first time you write that key word in <i>any</i> post at your blog, aLinks will create link to that highly profitable Clickbank product.  </p>
<p>Here&#8217;s an example of a keyphrase that I&#8217;ve liked to a potentially profitable product:  <center>SEO Software</center><span id="more-108"></span> </p>
<p>If you click and buy the SEO Elite software, I get a commission!  Whoo hooo! (By the way, SEO Elite  analyzes your site for SEO effectiveness. At $167, it&#8217;s fairly affordable for webmasters who are serious about improving their SEO.  Using this software,you can easily see if someone killed their link to you. You can figure out if people promising do follows actually  nofollowed. You can do loads of useful stuff! So, it&#8217;s software that can help boost your profit margin. )</p>
<p>But, I digress&#8230; back to aLinks and how it can make you money by making it easy to hawk product. </p>
<p>Here are the important points! <img src='http://money.bigbucksblogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <i>I</i> didn&#8217;t hand code the link to that phrase; aLinks did.  Better yet, from now on, whenever I type &#8220;SEO Software&#8221; for the first time in an article, aLinks will automatically drop the link to the affiliate link I specified. I don&#8217;t need to remember or anything. <i>Plus</i> should the person offering me the commission ever withdraw their commission offer, I can modify the entry in aLinks to point to someone else who sells decent SEO software (and who will give me a commission.)  </p>
<p>That will cause every single old link in my blog to point to an affiliate program <i>that  makes me money</i>. You can do the same at your blog.</p>
<p>I bet you are wondering if this works?  I&#8217;ve used this aLinks for Amazon affiliates at my knitting blog, and these sorts of links do work.  I simply create aLinks to items that I actually  have purchased and I would want to let knitters read about <i>even if I didn&#8217;t get paid</i>. Visitors do click and buy. I make about $500 a year on Amazon sales. It&#8217;s not a zilliions&#8211;but remember. That&#8217;s a knitting blog that was <i>never intended</i> to be a big money maker! </p>
<p>Now you&#8217;re wondering how difficult it is to drop these aLinks? It&#8217;s easy!  </p>
<p>Once I after I set up the Clickbank module, I entered the &#8220;key phrase&#8221; Seo Software in aLinks, and I entered the product code in a little user interface box similar to the one shown below:</p>
<p><center><a href='http://money.bigbucksblogger.com/the-money-making-module-clickbank-for-a-links/keyphrase/' rel='attachment wp-att-109' title='keyphrase'><img src='http://money.bigbucksblogger.com/wp-content/uploads/2007/06/clickbankkeyphrase.gif' alt='keyphrase' /></a></center></p>
<p>To get the aLinks Module, visit <a href="http://headzoo.com/alinks_modules">aLinks Clickbank Module.</a>  Of course, the way this works, you&#8217;ll need to install <a href="http://headzoo.com/alinks">aLinks</a> first.  </p>
<p>Now, go install both, and if you ask nicely, I&#8217;ll give a detailed tutorial on how to install and use both. &#8216;Cuz installing and using is &#8220;the hard part&#8221;&#8211; if you can call it that.   I took screen shots to help newbies get up to speed.</p>
<p>So&#8230; ask nicely, and I&#8217;ll blog about how to do this so you can make money too.</p>
 <div class='series_toc'></div>  ]]></content:encoded>
			<wfw:commentRss>http://money.bigbucksblogger.com/the-money-making-module-clickbank-for-a-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Links Plugin</title>
		<link>http://money.bigbucksblogger.com/a-links-plugin/</link>
		<comments>http://money.bigbucksblogger.com/a-links-plugin/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 17:39:43 +0000</pubDate>
		<dc:creator>Bucks</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://money.bigbucksblogger.com/a-links-plugin/</guid>
		<description><![CDATA[Do you like to link some people constantly? I&#8217;ve only blogged a few times, but I&#8217;ve linked Tricia and PayPerPost several times.  And guess what? I want linking them to be easy and convenient.  I don&#8217;t want to look up the url to their sites every time I write an article.
So, you know [...]]]></description>
			<content:encoded><![CDATA[<p>Do you like to link some people constantly? I&#8217;ve only blogged a few times, but I&#8217;ve linked Tricia and PayPerPost several times.  And guess what? I want linking them to be easy and convenient.  I don&#8217;t want to look up the url to their sites every time I write an article.</p>
<p>So, you know what I did? I added both Tricia and PayPerPost  my keywords in the &#8220;aLinks&#8221; Wordpress plugin which is available at <a href="http://www.headzoo.com/alinks">Headzoo.</a>  I also added appropriate links. Now, the first time I write &#8220;Tricia&#8221; or &#8220;PayPerPost&#8221; in an article, it&#8217;s automatically linked. Now, I don&#8217;t have to write the html!</p>
<p>Handy,  huh? </p>
<p>Plus, if Tricia or PPP ever change their domain names, I can just edit the aLinks keywords and automatically fix every dead link in every article I ever wrote. Even handier!</p>
<p>Guess what else? I have an Amazon account, and aLinks has a module that lets me enter my Amazon affiliate code. Then, later, I easily create automatic links to Amazon.  (I use this at my knitting blog to link my favorite knitting books to Amazon, and I actually do  make money when people buy stuff at Amazon.)</p>
<p>It&#8217;s a great plugin. If you use Wordpress, you should get it. Then, code Big Bucks Blogger, talk about me and send me traffic!  (Heck, you never know, if I learn to love your blog, I&#8217;ll add you too. ) <img src='http://money.bigbucksblogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Update:<br />
Two people asked me for tips on using this plug in. It has a zillion features and I use two only.</p>
<p>To create Keyphrases, go to your WP dashboard.  Click &#8220;aLinks&#8221;.</p>
<p>Find Keyphases and click. (Just skip General Settings for now!)</p>
<p>Key phrases lets you do four things. But, the first one you want to learn is &#8220;General Keyphrases&#8221;.  Scroll w_a_y down.</p>
<p>Now under &#8220;General Keyphrases&#8221;, </p>
<ol>
<li>Enter the phrase you want to link. Say you want to link &#8216;The Best Knitting Blog in the World&#8217;. Enter that in the box.</li>
<li>Now enter the URL  using the http://  </li>
<li>Click Update</li>
</ol>
 <div class='series_toc'></div>  ]]></content:encoded>
			<wfw:commentRss>http://money.bigbucksblogger.com/a-links-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.335 seconds -->
