<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Get Twitter Tweets'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 19:10:52 GMT</pubDate>
<item>
<title>f6design said on 10/8/10</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ Thanks for this. Super stuff. I borrowed your hashtag/url parsing for my own Twitter RSS parser: http://f6design.com/journal/2010/10/07/display-recent-twitter-tweets-using-php/ (and gave you credit of course).

One thing to note: Twitter limits the number of times a user client can fetch their RSS feed per hour, so on a busy website this limit will be quickly reached. The way around this is to cache the tweets for one hour after they are fetched. ]]></description>
<pubDate>Fri, 08 Oct 2010 12:41:57 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
<item>
<title>askar said on 9/24/10</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ hello .i hope you are doing well .sir i have a problem .i have  used your code.for the first time is was runnig.tweets were showing that time .but now i  got a message from the else portion that "Twitter seems to be unavailable at the moment". sir is there any  possible reasons for this message.how can i get rid of this message.plz sir give me some solution to this .i am new to twitter.i am waiting for kind and instant reply: Regards ASkar khan ]]></description>
<pubDate>Fri, 24 Sep 2010 20:47:22 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
<item>
<title>askar said on 9/24/10</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ hello .i hope you are doing well sir.sir i have a problem .i have you used your code.for the first time is was runnig.tweets were showing that time .but not got a message from the else portion that "Twitter seems to be unavailable at the moment".
sir is the possible reasons for this message.how can i get rid of this message.plz sir give me some solution to this .i am new to twitter.i am waiting for kind and instant reply:
Regards
ASkar khan ]]></description>
<pubDate>Fri, 24 Sep 2010 20:45:54 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
<item>
<title>askar said on 9/24/10</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ hello .i hope you are doing well sir.sir i have a problem .i have you used your code.for the first time is was runnig.tweets were showing that time .but not got a message from the else portion that "Twitter seems to be unavailable at the moment".
sir is the possible reasons for this message.how can i get rid of this message.plz sir give me some solution to this .i am new to twitter.i am waiting for kind and instant reply:
Regards
ASkar khan ]]></description>
<pubDate>Fri, 24 Sep 2010 20:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
<item>
<title>gripnrip said on 5/11/10</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ Only just notices these comments, my bad, your completely correct and its now fixed. cheers. ]]></description>
<pubDate>Tue, 11 May 2010 03:11:26 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
<item>
<title>bsides said on 12/11/09</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ Ok I got it working. The error in your script is at line 55. The var $message doesn't have anything. To fix this, just replace line 55 with:

$message = processLinks($status->text);

Now I'm working around foreign signs and encoding issues, but overall, great script. Thanks a lot :) ]]></description>
<pubDate>Fri, 11 Dec 2009 01:32:54 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
<item>
<title>bsides said on 12/11/09</title>
<link>http://snipplr.com/view/16221/get-twitter-tweets/</link>
<description><![CDATA[ Hello, for some reason, whenever I call get_tweets($user) I get the list but only with the dates and no tweets themselves. The code is unchanged, I'm just calling the funciont with a var which is a valid twitter name (like $user = "bsides";). Please help! :) ]]></description>
<pubDate>Fri, 11 Dec 2009 01:03:52 GMT</pubDate>
<guid>http://snipplr.com/view/16221/get-twitter-tweets/</guid>
</item>
</channel>
</rss>