<?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: Display Latest Tweets on Your WordPress</title>
	<atom:link href="http://wptricks.net/display-latest-tweets-on-your-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/</link>
	<description>Daily The Best WordPress Tricks and WordPress Tips to make your WordPress nice</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michael George</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-12226</link>
		<dc:creator>Michael George</dc:creator>
		<pubDate>Tue, 29 Mar 2011 05:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-12226</guid>
		<description>Thanks. I do appreciate it. All I wanted to do was display a single Twitter feed in my header... I&#039;ve been sorting through pages and pages of plugins and they all do way more than I need or want. So I appreciate this.</description>
		<content:encoded><![CDATA[<p>Thanks. I do appreciate it. All I wanted to do was display a single Twitter feed in my header&#8230; I&#8217;ve been sorting through pages and pages of plugins and they all do way more than I need or want. So I appreciate this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bioflava</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-1810</link>
		<dc:creator>bioflava</dc:creator>
		<pubDate>Thu, 30 Sep 2010 18:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-1810</guid>
		<description>To clarify, right now I have this:

joshuaiz: RT @jeremythegirl: Friday and Saturday night at The Downtown Comedy Club. Shows start at 9pm. Where are you going to be?

I would like the &quot;joshuaiz&quot; above with the @ sign and clickable.

Thanks!</description>
		<content:encoded><![CDATA[<p>To clarify, right now I have this:</p>
<p>joshuaiz: RT @jeremythegirl: Friday and Saturday night at The Downtown Comedy Club. Shows start at 9pm. Where are you going to be?</p>
<p>I would like the &#8220;joshuaiz&#8221; above with the @ sign and clickable.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bioflava</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-1809</link>
		<dc:creator>bioflava</dc:creator>
		<pubDate>Thu, 30 Sep 2010 18:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-1809</guid>
		<description>Hi,

I was wondering how to add the @ in front of the tweet account name and make the @username clickable. I can&#039;t seem to figure it out.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was wondering how to add the @ in front of the tweet account name and make the @username clickable. I can&#8217;t seem to figure it out.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claire</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-1358</link>
		<dc:creator>claire</dc:creator>
		<pubDate>Thu, 19 Aug 2010 10:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-1358</guid>
		<description>Hi,
You&#039;ve probably figured this out already by now but just ad a semi colon after your feed like

$feedURL = &quot;http://twitter.com/statuses/user_timeline/68559295.rss&quot;;

It&#039;s just missing from the example.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You&#8217;ve probably figured this out already by now but just ad a semi colon after your feed like</p>
<p>$feedURL = &#8220;http://twitter.com/statuses/user_timeline/68559295.rss&#8221;;</p>
<p>It&#8217;s just missing from the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WDSS Twitter Marketing</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-1213</link>
		<dc:creator>WDSS Twitter Marketing</dc:creator>
		<pubDate>Mon, 02 Aug 2010 22:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-1213</guid>
		<description>Thank you for the twitter code.  I was wondering is there a PHP code that will show the visitor tweeted posts from your blog ?

that would be a good reward for visitors to tweet your posts. 

thank you for sharing.</description>
		<content:encoded><![CDATA[<p>Thank you for the twitter code.  I was wondering is there a PHP code that will show the visitor tweeted posts from your blog ?</p>
<p>that would be a good reward for visitors to tweet your posts. </p>
<p>thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rys</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-1139</link>
		<dc:creator>rys</dc:creator>
		<pubDate>Tue, 13 Jul 2010 06:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-1139</guid>
		<description>to those who made a blog in a hard coded 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>to those who made a blog in a hard coded 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..</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: aljuk</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-1078</link>
		<dc:creator>aljuk</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-1078</guid>
		<description>It&#039;s not working for me. Copied and pasted exactly, simply changed the feed data to my feed.

Parse error: syntax error, unexpected T_VARIABLE</description>
		<content:encoded><![CDATA[<p>It&#8217;s not working for me. Copied and pasted exactly, simply changed the feed data to my feed.</p>
<p>Parse error: syntax error, unexpected T_VARIABLE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Display Latest Tweets on Your WordPress # WordPress Tricks &#38; Tips -- Topsy.com</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-535</link>
		<dc:creator>Tweets that mention Display Latest Tweets on Your WordPress # WordPress Tricks &#38; Tips -- Topsy.com</dc:creator>
		<pubDate>Sun, 02 May 2010 22:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-535</guid>
		<description>[...] This post was mentioned on Twitter by Nurudin Jauhari. Nurudin Jauhari said: RT @WPTricksNet Display Latest Tweets on Your WordPress # WordPress Tricks &amp; Tips http://bit.ly/c8Z69D [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Nurudin Jauhari. Nurudin Jauhari said: RT @WPTricksNet Display Latest Tweets on Your WordPress # WordPress Tricks &amp; Tips <a href="http://bit.ly/c8Z69D" rel="nofollow">http://bit.ly/c8Z69D</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Added Latest Tweets in WordPress Sidebar &#171; E-Book Live</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-252</link>
		<dc:creator>Added Latest Tweets in WordPress Sidebar &#171; E-Book Live</dc:creator>
		<pubDate>Thu, 15 Apr 2010 06:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-252</guid>
		<description>[...] how to display our latest tweets in our WordPress sidebar is easy, you can read more details on tutorial display latest tweets in WordPress. This sample need extra PHP and CSS knowledge. But don&#8217;t worry the tuturial easy to [...]</description>
		<content:encoded><![CDATA[<p>[...] how to display our latest tweets in our WordPress sidebar is easy, you can read more details on tutorial display latest tweets in WordPress. This sample need extra PHP and CSS knowledge. But don&#8217;t worry the tuturial easy to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinç kiralama</title>
		<link>http://wptricks.net/display-latest-tweets-on-your-wordpress/#comment-193</link>
		<dc:creator>vinç kiralama</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=12#comment-193</guid>
		<description>very nice blog :)</description>
		<content:encoded><![CDATA[<p>very nice blog <img src='http://static.wptricks.net/_w/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (User agent is rejected)
Database Caching 2/7 queries in 0.007 seconds using disk
Object Caching 690/690 objects using disk
Content Delivery Network via static.wptricks.net

Served from: wptricks.net @ 2012-02-12 10:48:13 -->
