<?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: TweetiePie for WordPress</title>
	<atom:link href="http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:28:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-5109</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 04 Dec 2009 23:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-5109</guid>
		<description>Hi,

I have activated on WordPress 2.8.6 and it blocks the scroll bar and thereby makes my site unreadable. I am not sure what the space requirements are as I tried to install in the sidebar. Is that the problem or is there a compatibility issue? Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have activated on WordPress 2.8.6 and it blocks the scroll bar and thereby makes my site unreadable. I am not sure what the space requirements are as I tried to install in the sidebar. Is that the problem or is there a compatibility issue? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessio</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-4960</link>
		<dc:creator>Alessio</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-4960</guid>
		<description>Nice plug in.

There is an error when used on a PHP 5.2+ engine which states: &quot;Nesting level too deep - recursive dependency?&quot;

To fix this go to line 101 of tweetie_pie.php and change: 

&lt;code&gt;
if ( $item != end($feed-&gt;get_items())) {
					$tweet_group .= $between_tweets;
				}
&lt;/code&gt;

to 

&lt;code&gt;
if ( $item !== end($feed-&gt;get_items())) {
					$tweet_group .= $between_tweets;
				}
&lt;/code&gt;

Notice that if statement compares on a more strict level. Pre PHP 5.2 there would be NO error but PHP 5.2+ there will be one.

cheers</description>
		<content:encoded><![CDATA[<p>Nice plug in.</p>
<p>There is an error when used on a PHP 5.2+ engine which states: &#8220;Nesting level too deep &#8211; recursive dependency?&#8221;</p>
<p>To fix this go to line 101 of tweetie_pie.php and change: </p>
<p><code><br />
if ( $item != end($feed-&gt;get_items())) {<br />
					$tweet_group .= $between_tweets;<br />
				}<br />
</code></p>
<p>to </p>
<p><code><br />
if ( $item !== end($feed-&gt;get_items())) {<br />
					$tweet_group .= $between_tweets;<br />
				}<br />
</code></p>
<p>Notice that if statement compares on a more strict level. Pre PHP 5.2 there would be NO error but PHP 5.2+ there will be one.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elightbo</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-4776</link>
		<dc:creator>elightbo</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-4776</guid>
		<description>Hi Angela...chance to pimp your twitter name here...if you use this code:

&lt;code&gt;&lt;?php gettweet_tp(&quot;elightbo&quot;, 2, true, true)?&gt;&lt;/code&gt;

replace elightbo with your username and you should be all set.</description>
		<content:encoded><![CDATA[<p>Hi Angela&#8230;chance to pimp your twitter name here&#8230;if you use this code:</p>
<p><code>< ?php gettweet_tp("elightbo", 2, true, true)?></code></p>
<p>replace elightbo with your username and you should be all set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angela</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-4775</link>
		<dc:creator>Angela</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-4775</guid>
		<description>Hey, I have been looking for this plugin for a long time. Glad I&#039;ve found it. Now I would like to know how do I create a direction function call for my twitter account, because when I put this &quot;&quot; in my sidebar, it has your tweets like you said. Not sure how to create one for myself :-(</description>
		<content:encoded><![CDATA[<p>Hey, I have been looking for this plugin for a long time. Glad I&#8217;ve found it. Now I would like to know how do I create a direction function call for my twitter account, because when I put this &#8220;&#8221; in my sidebar, it has your tweets like you said. Not sure how to create one for myself :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elightbo</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-4733</link>
		<dc:creator>elightbo</dc:creator>
		<pubDate>Sat, 31 Oct 2009 16:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-4733</guid>
		<description>Ha! At first I thought you meant my last mane!  Really glad you like the plugin.</description>
		<content:encoded><![CDATA[<p>Ha! At first I thought you meant my last mane!  Really glad you like the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nokia Themes</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-4729</link>
		<dc:creator>Nokia Themes</dc:creator>
		<pubDate>Sat, 31 Oct 2009 10:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-4729</guid>
		<description>great name haha, makes me laugh. But damn, another great app for twitter</description>
		<content:encoded><![CDATA[<p>great name haha, makes me laugh. But damn, another great app for twitter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elightbo</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-3535</link>
		<dc:creator>elightbo</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-3535</guid>
		<description>Thank you Ruy, it&#039;s always great to hear that people are using it. Just out of curiosity, what theme were you using?  I would like to try and duplicate the error.  Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you Ruy, it&#8217;s always great to hear that people are using it. Just out of curiosity, what theme were you using?  I would like to try and duplicate the error.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruy Adorno</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-3534</link>
		<dc:creator>Ruy Adorno</dc:creator>
		<pubDate>Thu, 13 Aug 2009 04:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-3534</guid>
		<description>I really liked your plugin and I&#039;m installing it on my new blog, here are just some small notes to improve it:
1- The @ placed outside of the link tag in the username link may broke some themes (it happened on mine).
2- Please keep it simple, that&#039;s the main reason I picked your plugin.
Many thanks and congratulations for the good work!</description>
		<content:encoded><![CDATA[<p>I really liked your plugin and I&#8217;m installing it on my new blog, here are just some small notes to improve it:<br />
1- The @ placed outside of the link tag in the username link may broke some themes (it happened on mine).<br />
2- Please keep it simple, that&#8217;s the main reason I picked your plugin.<br />
Many thanks and congratulations for the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elightbo</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-3525</link>
		<dc:creator>elightbo</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-3525</guid>
		<description>Hi Marko,

Thanks for the feedback!  I&#039;m very happy that the plugin is working for you.  I like the idea, and have a couple more I&#039;ll be adding on the next version.</description>
		<content:encoded><![CDATA[<p>Hi Marko,</p>
<p>Thanks for the feedback!  I&#8217;m very happy that the plugin is working for you.  I like the idea, and have a couple more I&#8217;ll be adding on the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://www.ericlightbody.com/2009/tweetiepie-for-wordpress/comment-page-1/#comment-3508</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericlightbody.com/?p=216#comment-3508</guid>
		<description>Hi Eric,

Thanks for the plug-in, it works great. :-)

I have a feature request: what about adding a simple &quot;Follow me on Twitter&quot; linking to one&#039;s own profile page?

That&#039;s the only thing missing for me.

Thanks again and take care,

Marko</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Thanks for the plug-in, it works great. :-)</p>
<p>I have a feature request: what about adding a simple &#8220;Follow me on Twitter&#8221; linking to one&#8217;s own profile page?</p>
<p>That&#8217;s the only thing missing for me.</p>
<p>Thanks again and take care,</p>
<p>Marko</p>
]]></content:encoded>
	</item>
</channel>
</rss>
