<?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: Associating urls created with bit.ly API to your account</title>
	<atom:link href="http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html/feed" rel="self" type="application/rss+xml" />
	<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html</link>
	<description>WordPress, JavaScript, Android and some random stuff</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:38:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Consolidated all my code in github - Night Dreaming (by Sudar)</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-578317</link>
		<dc:creator>Consolidated all my code in github - Night Dreaming (by Sudar)</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-578317</guid>
		<description>[...] It is a fork of John Resig’s retweet script which I am using in my Easy Reweet WordPress Plugin. I have added a new feature to this script which allows you to associate the list of urls created to your bit.ly account. [...]</description>
		<content:encoded><![CDATA[<p>[...] It is a fork of John Resig’s retweet script which I am using in my Easy Reweet WordPress Plugin. I have added a new feature to this script which allows you to associate the list of urls created to your bit.ly account. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudar</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-571707</link>
		<dc:creator>Sudar</dc:creator>
		<pubDate>Sat, 05 Dec 2009 19:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-571707</guid>
		<description>@Pete,

Thanks for suggesting it. I will use wp_remote_request() in any Plugin that I develop. Since this is just a code listing, I am going to leave it with WP_Http itself.</description>
		<content:encoded><![CDATA[<p>@Pete,</p>
<p>Thanks for suggesting it. I will use wp_remote_request() in any Plugin that I develop. Since this is just a code listing, I am going to leave it with WP_Http itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Mall</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-571672</link>
		<dc:creator>Pete Mall</dc:creator>
		<pubDate>Sat, 05 Dec 2009 09:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-571672</guid>
		<description>You should use &lt;code&gt;wp_remote_request()&lt;/code&gt; instead of instantiating &lt;code&gt;WP_Http&lt;/code&gt; in your plugins.</description>
		<content:encoded><![CDATA[<p>You should use <code>wp_remote_request()</code> instead of instantiating <code>WP_Http</code> in your plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theferf (Chris McIntyre)</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-558423</link>
		<dc:creator>theferf (Chris McIntyre)</dc:creator>
		<pubDate>Wed, 16 Sep 2009 22:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-558423</guid>
		<description>RT: &lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/sudarmuthu&quot;&gt;@sudarmuthu&lt;/a&gt; Associating urls created with bit.ly API to your account http://bit.ly/qVtuG</description>
		<content:encoded><![CDATA[<p>RT: <a rel="nofollow" href="http://twitter.com/sudarmuthu">@sudarmuthu</a> Associating urls created with bit.ly API to your account <a href="http://bit.ly/qVtuG" rel="nofollow">http://bit.ly/qVtuG</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Post to FriendFeed 1.0 - Night Dreaming (by Sudar)</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-557898</link>
		<dc:creator>Post to FriendFeed 1.0 - Night Dreaming (by Sudar)</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-557898</guid>
		<description>[...] You can place the above code either in your own Plugin or in the functions.php file of your theme. If you want to shorten the url using bit.ly then you can use the code from my other post. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can place the above code either in your own Plugin or in the functions.php file of your theme. If you want to shorten the url using bit.ly then you can use the code from my other post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudar</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-554770</link>
		<dc:creator>Sudar</dc:creator>
		<pubDate>Fri, 04 Sep 2009 04:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-554770</guid>
		<description>Yeah even I am wondering why they are not documenting it. Anyways nice to know that this was useful to you.</description>
		<content:encoded><![CDATA[<p>Yeah even I am wondering why they are not documenting it. Anyways nice to know that this was useful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrispy</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-554661</link>
		<dc:creator>chrispy</dc:creator>
		<pubDate>Thu, 03 Sep 2009 22:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-554661</guid>
		<description>Thanks so much for this post! Can&#039;t believe its not documented. Much appreciated and hope this helps others too.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this post! Can&#8217;t believe its not documented. Much appreciated and hope this helps others too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudarmuthu (Sudar)</title>
		<link>http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-550866</link>
		<dc:creator>sudarmuthu (Sudar)</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2009/08/21/associating-urls-created-with-bit-ly-api-to-your-account.html#comment-550866</guid>
		<description>Associating urls created with &lt;a rel=&quot;nofollow&quot; href=&quot;http://twitter.com/bitly&quot;&gt;@bitly&lt;/a&gt; API to your account is little tricky and I have explained it here http://bit.ly/qVtuG</description>
		<content:encoded><![CDATA[<p>Associating urls created with <a rel="nofollow" href="http://twitter.com/bitly">@bitly</a> API to your account is little tricky and I have explained it here <a href="http://bit.ly/qVtuG" rel="nofollow">http://bit.ly/qVtuG</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
