<?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/07/19/tweetiepie-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericlightbody.com/2009/07/19/tweetiepie-for-wordpress/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Feb 2010 20:35:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen</title>
		<link>http://www.ericlightbody.com/2009/07/19/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/07/19/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/07/19/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/07/19/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/07/19/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/07/19/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>
</channel>
</rss>
