<?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: Show Your Latest Tweet In 5 Lines of Code</title>
	<atom:link href="http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/</link>
	<description>WordPress Developer</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:59:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: John Kolbert</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-803</link>
		<dc:creator>John Kolbert</dc:creator>
		<pubDate>Wed, 28 Jul 2010 03:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-803</guid>
		<description>I&#039;ve used this successfully in WP 3.0.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used this successfully in WP 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Kolbert</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-802</link>
		<dc:creator>John Kolbert</dc:creator>
		<pubDate>Wed, 28 Jul 2010 03:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-802</guid>
		<description>Here&#039;s an updated version that allows for multiple tweets:

 http://jhnk.pastebin.com/5A4aXYTW</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an updated version that allows for multiple tweets:</p>
<p> <a href="http://jhnk.pastebin.com/5A4aXYTW" rel="nofollow">http://jhnk.pastebin.com/5A4aXYTW</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-787</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Fri, 23 Jul 2010 08:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-787</guid>
		<description>Thanks for the code. Is there any way to show more than 1 tweet?</description>
		<content:encoded><![CDATA[<p>Thanks for the code. Is there any way to show more than 1 tweet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArcheoNet Vlaanderen</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-783</link>
		<dc:creator>ArcheoNet Vlaanderen</dc:creator>
		<pubDate>Mon, 19 Jul 2010 22:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-783</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @johnkolbert: Show Your Latest Tweet In 5 Lines of Code http://bit.ly/bDUHwj&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @johnkolbert: Show Your Latest Tweet In 5 Lines of Code <a href="http://bit.ly/bDUHwj" rel="nofollow">http://bit.ly/bDUHwj</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-782</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 14 Jul 2010 16:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-782</guid>
		<description>does this work with wordpress 3.0? I put the above code in my theme&#039;s functions.php file and it breaks wordpress.</description>
		<content:encoded><![CDATA[<p>does this work with wordpress 3.0? I put the above code in my theme&#8217;s functions.php file and it breaks wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rys</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-777</link>
		<dc:creator>rys</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-777</guid>
		<description>you can also refer to this site on how to display your latest tweets in twitter. with twitter API.
as easy as 1 2 3..  ;)

http://www.ryscript.co.cc/web/how-to-display-latest-tweets-using-javascript-and-twitter-api/

thanks..</description>
		<content:encoded><![CDATA[<p>you can also refer to this site on how to display your latest tweets in twitter. with twitter API.<br />
as easy as 1 2 3..  <img src='http://www.johnkolbert.com/jkblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.ryscript.co.cc/web/how-to-display-latest-tweets-using-javascript-and-twitter-api/" rel="nofollow">http://www.ryscript.co.cc/web/how-to-display-latest-tweets-using-javascript-and-twitter-api/</a></p>
<p>thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visa senaste inlägget på Twitter &#124; Resurser</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-773</link>
		<dc:creator>Visa senaste inlägget på Twitter &#124; Resurser</dc:creator>
		<pubDate>Sat, 03 Jul 2010 13:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-773</guid>
		<description>[...] Wordpress &#124; Tagg(ar): functions.phpSå här kan man visa det senaste inlägget på Twitter (källa).Lägg till följande i din functions.php-filfunction wp_echoTwitter&#040;$username&#041;&#123; [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress | Tagg(ar): functions.phpSå här kan man visa det senaste inlägget på Twitter (källa).Lägg till följande i din functions.php-filfunction wp_echoTwitter&#040;$username&#041;&#123; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-760</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-760</guid>
		<description>nice article :)</description>
		<content:encoded><![CDATA[<p>nice article <img src='http://www.johnkolbert.com/jkblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sinergie.::.websolution &#187; Blog Archive &#187; Wordpress Hacks e Customizations!</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-737</link>
		<dc:creator>sinergie.::.websolution &#187; Blog Archive &#187; Wordpress Hacks e Customizations!</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-737</guid>
		<description>[...] Show Your Latest Tweet In 5 Lines of Code [...]</description>
		<content:encoded><![CDATA[<p>[...] Show Your Latest Tweet In 5 Lines of Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: integratidirect</title>
		<link>http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/comment-page-1/#comment-722</link>
		<dc:creator>integratidirect</dc:creator>
		<pubDate>Thu, 17 Jun 2010 09:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnkolbert.com/?p=410#comment-722</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;We have to share this great code for WordPress twitter! http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/ :)&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">We have to share this great code for WordPress twitter! <a href="http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/" rel="nofollow">http://www.johnkolbert.com/wordpress/show-your-latest-tweet-in-5-lines-of-code/</a> <img src='http://www.johnkolbert.com/jkblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>
