<?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: Add a Twitter Feed with PHP</title>
	<atom:link href="http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php</link>
	<description>where&#039;s the salt?</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mesh Wedding Band</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-10865</link>
		<dc:creator>Mesh Wedding Band</dc:creator>
		<pubDate>Fri, 23 Dec 2011 18:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-10865</guid>
		<description>Thanks for sharing, works a treat on the mesh band website... http://www.themeshband.co.uk . Good work!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, works a treat on the mesh band website&#8230; <a href="http://www.themeshband.co.uk" rel="nofollow">http://www.themeshband.co.uk</a> . Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nj</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-8189</link>
		<dc:creator>nj</dc:creator>
		<pubDate>Mon, 17 Oct 2011 22:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-8189</guid>
		<description>if im using this with wordpress where do I put the php code?</description>
		<content:encoded><![CDATA[<p>if im using this with wordpress where do I put the php code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Gates</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-7923</link>
		<dc:creator>Danny Gates</dc:creator>
		<pubDate>Wed, 12 Oct 2011 10:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-7923</guid>
		<description>Many thanks for the script, and special thanks to Eric, with his tip, i managed to display french charcters correctly.</description>
		<content:encoded><![CDATA[<p>Many thanks for the script, and special thanks to Eric, with his tip, i managed to display french charcters correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-6144</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 12 Aug 2011 23:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-6144</guid>
		<description>Works great. Only one suggestion. If you modify your hashtags regexp from:

preg_replace(&quot;/#(\w+)/&quot;, &quot;....

to:

preg_replace(&quot;/#(\w+[^;]\s)/&quot;, &quot;....

you&#039;ll avoid translating special characters (accents, etc) to hiperlinks.</description>
		<content:encoded><![CDATA[<p>Works great. Only one suggestion. If you modify your hashtags regexp from:</p>
<p>preg_replace(&#8220;/#(\w+)/&#8221;, &#8220;&#8230;.</p>
<p>to:</p>
<p>preg_replace(&#8220;/#(\w+[^;]\s)/&#8221;, &#8220;&#8230;.</p>
<p>you&#8217;ll avoid translating special characters (accents, etc) to hiperlinks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-5903</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 02 Aug 2011 16:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-5903</guid>
		<description>This worked great the first time I used it. But after refreshing, it displays nothing now. Anyone else run into this?</description>
		<content:encoded><![CDATA[<p>This worked great the first time I used it. But after refreshing, it displays nothing now. Anyone else run into this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kid2digit</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-4167</link>
		<dc:creator>kid2digit</dc:creator>
		<pubDate>Wed, 27 Apr 2011 20:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-4167</guid>
		<description>Thanks for this, saved me some time today and was easily modifiable to reformat the twitter pull to grab a date line, link back, etc etc.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for this, saved me some time today and was easily modifiable to reformat the twitter pull to grab a date line, link back, etc etc.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-3981</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 17 Apr 2011 00:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-3981</guid>
		<description>Can you update this to include the tweet date and time?</description>
		<content:encoded><![CDATA[<p>Can you update this to include the tweet date and time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Owen</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-3671</link>
		<dc:creator>Chris Owen</dc:creator>
		<pubDate>Fri, 01 Apr 2011 20:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-3671</guid>
		<description>Great little script, now using it on our site. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great little script, now using it on our site. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Shadow Self</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-1443</link>
		<dc:creator>My Shadow Self</dc:creator>
		<pubDate>Thu, 04 Nov 2010 11:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-1443</guid>
		<description>A very simple solution to a genuine problem Ive been having.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>A very simple solution to a genuine problem Ive been having.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: » D&#38;G WOMAN FASHION SHOW WINTER 2011 FTKW Blog &#124; Fashion Beauty Wisdom</title>
		<link>http://blog.ninanet.com/2010/04/19/twitter-feed-with-php/comment-page-1#comment-123</link>
		<dc:creator>» D&#38;G WOMAN FASHION SHOW WINTER 2011 FTKW Blog &#124; Fashion Beauty Wisdom</dc:creator>
		<pubDate>Mon, 19 Apr 2010 16:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninanet.com/?p=661#comment-123</guid>
		<description>[...] Add a Twitter Feed with PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Add a Twitter Feed with PHP [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
