<?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"
	>
<channel>
	<title>Comments on: Wordpress Twitter Widget</title>
	<atom:link href="http://xavisys.com/wordpress-twitter-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavisys.com/wordpress-twitter-widget/</link>
	<description>Control Your Internet</description>
	<pubDate>Fri, 16 May 2008 03:20:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1567</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Thu, 15 May 2008 22:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1567</guid>
		<description>Some error reporting has been added.  It will say 'Could not connect to Twitter' if it couldn't connect, and 'No Tweets Available' if there weren't any tweets.</description>
		<content:encoded><![CDATA[<p>Some error reporting has been added.  It will say &#8216;Could not connect to Twitter&#8217; if it couldn&#8217;t connect, and &#8216;No Tweets Available&#8217; if there weren&#8217;t any tweets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1560</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Thu, 15 May 2008 00:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1560</guid>
		<description>Thanks Andy.  I'll probably go about it slightly differently, but I'll make sure to have an error in the next version.  Look for it tomorrow!</description>
		<content:encoded><![CDATA[<p>Thanks Andy.  I&#8217;ll probably go about it slightly differently, but I&#8217;ll make sure to have an error in the next version.  Look for it tomorrow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Simpson</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1559</link>
		<dc:creator>Andy Simpson</dc:creator>
		<pubDate>Wed, 14 May 2008 23:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1559</guid>
		<description>Hey, I started using your plugin when Twitter.com was down, so it didn't behave the best, so I hacked it a bit to add in a "Twitter could not be contacted" error message.

I changed a section in _parsefeed() to: &lt;code&gt; 			// Failed to fetch url;
                           //return array();
                           // Error message bubble-up
			return array("urlerror" =&#62; "Could not contact Twitter"); &lt;/code&gt;

and in display() : &lt;code&gt; echo $before_title . $options[$number]['title'] . $after_title;
?&#62;
				&#60;?php
//Display error message if there was a timeout:
if(array_key_exists("urlerror", $tweets))
{
 echo $tweets["urlerror"];
 // Zero-out the array so the logic below works.
 $tweets = array();
}

				if ( $options[$number]['feed'] == 'user' &#38;&#38; !empty($tweets)  &#38;&#38; $options[$number]['avatar']) { &lt;/code&gt;

Some of your code left in above and below for context. This gives a more user-friendly message, rather than just showing no Tweets! Hope you'll consider using this in the next version.</description>
		<content:encoded><![CDATA[<p>Hey, I started using your plugin when Twitter.com was down, so it didn&#8217;t behave the best, so I hacked it a bit to add in a &#8220;Twitter could not be contacted&#8221; error message.</p>
<p>I changed a section in _parsefeed() to: <code> 			// Failed to fetch url;<br />
                           //return array();<br />
                           // Error message bubble-up<br />
			return array("urlerror" =&gt; "Could not contact Twitter"); </code></p>
<p>and in display() : <code> echo $before_title . $options[$number]['title'] . $after_title;<br />
?&gt;<br />
				&lt;?php<br />
//Display error message if there was a timeout:<br />
if(array_key_exists(&#8221;urlerror&#8221;, $tweets))<br />
{<br />
 echo $tweets["urlerror"];<br />
 // Zero-out the array so the logic below works.<br />
 $tweets = array();<br />
}</p>
<p>				if ( $options[$number]['feed'] == &#8216;user&#8217; &amp;&amp; !empty($tweets)  &amp;&amp; $options[$number]['avatar']) { </code></p>
<p>Some of your code left in above and below for context. This gives a more user-friendly message, rather than just showing no Tweets! Hope you&#8217;ll consider using this in the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DogSolitude &#187; Blog Archive &#187; WP Plugin: Wordpress Twitter Widget</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1542</link>
		<dc:creator>DogSolitude &#187; Blog Archive &#187; WP Plugin: Wordpress Twitter Widget</dc:creator>
		<pubDate>Thu, 08 May 2008 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1542</guid>
		<description>[...] Plugin: Wordpress Twitter Widget.  I don&#8217;t use the twitter.  Buy maybe I will.  Althought I can post right here with [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugin: Wordpress Twitter Widget.  I don&#8217;t use the twitter.  Buy maybe I will.  Althought I can post right here with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefly</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1523</link>
		<dc:creator>Firefly</dc:creator>
		<pubDate>Sat, 03 May 2008 10:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1523</guid>
		<description>Nvm, I'm dumb. I found it.</description>
		<content:encoded><![CDATA[<p>Nvm, I&#8217;m dumb. I found it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefly</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1522</link>
		<dc:creator>Firefly</dc:creator>
		<pubDate>Sat, 03 May 2008 10:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1522</guid>
		<description>I get a similar error as one of your earlier commenters, however, your response is that the server isn't running PHP5. I do host with a company that offers both 4 and 5, and I still get the error. Is there something I'm not doing correctly?</description>
		<content:encoded><![CDATA[<p>I get a similar error as one of your earlier commenters, however, your response is that the server isn&#8217;t running PHP5. I do host with a company that offers both 4 and 5, and I still get the error. Is there something I&#8217;m not doing correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1517</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Fri, 02 May 2008 17:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1517</guid>
		<description>Raj: That's on the todo list, but it's not really set up for that yet.</description>
		<content:encoded><![CDATA[<p>Raj: That&#8217;s on the todo list, but it&#8217;s not really set up for that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1516</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 02 May 2008 17:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1516</guid>
		<description>Thank you so much Campbell.. I checked that option in my widget and it works fine.. Other doubt, How can I call the twitter function from a page without activating in sidebar..</description>
		<content:encoded><![CDATA[<p>Thank you so much Campbell.. I checked that option in my widget and it works fine.. Other doubt, How can I call the twitter function from a page without activating in sidebar..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1512</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Thu, 01 May 2008 19:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1512</guid>
		<description>Raj: The CSS is really just to help you on your way to positioning the images properly, after they are enabled.  To enable them, there is an option in the widget control.  It's a checkbox labeled "Show Profile Image(s)" and all you have to do is check it, and save your changes using the "Save Changes" button.</description>
		<content:encoded><![CDATA[<p>Raj: The CSS is really just to help you on your way to positioning the images properly, after they are enabled.  To enable them, there is an option in the widget control.  It&#8217;s a checkbox labeled &#8220;Show Profile Image(s)&#8221; and all you have to do is check it, and save your changes using the &#8220;Save Changes&#8221; button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://xavisys.com/wordpress-twitter-widget/#comment-1511</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Thu, 01 May 2008 18:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/?p=77#comment-1511</guid>
		<description>Hi.. thanks a lot.. i am searching for this plugin for a long time.. But as i new to wordpress i dont know how to show profile picture in tweets.. i inserted the css that you provided in my default theme stylesheet.. but it doesnt works.. can you instruct me how to make it happen..</description>
		<content:encoded><![CDATA[<p>Hi.. thanks a lot.. i am searching for this plugin for a long time.. But as i new to wordpress i dont know how to show profile picture in tweets.. i inserted the css that you provided in my default theme stylesheet.. but it doesnt works.. can you instruct me how to make it happen..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
