<?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: 10 Twitter Hacks For Your Wordpress Blog</title>
	<atom:link href="http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/</link>
	<description>Daily Resource for Web Designers and Developers.</description>
	<lastBuildDate>Mon, 15 Mar 2010 19:02:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lara</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-16959</link>
		<dc:creator>lara</dc:creator>
		<pubDate>Mon, 15 Mar 2010 09:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-16959</guid>
		<description>hi 

i wanna know how to promote my site in a well  systamatic manner .
thnks for ur information

lara
http://www.witterthemes.com</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>i wanna know how to promote my site in a well  systamatic manner .<br />
thnks for ur information</p>
<p>lara<br />
<a href="http://www.witterthemes.com" rel="nofollow">http://www.witterthemes.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jude</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-16279</link>
		<dc:creator>Jude</dc:creator>
		<pubDate>Tue, 02 Mar 2010 10:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-16279</guid>
		<description>I was looking for a twitter plugins for my blog and i found your blog thro Google. Loved your post. Thanks for sharing the knowledge.</description>
		<content:encoded><![CDATA[<p>I was looking for a twitter plugins for my blog and i found your blog thro Google. Loved your post. Thanks for sharing the knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one2mel</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-16205</link>
		<dc:creator>one2mel</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-16205</guid>
		<description>THIS CODE WORKS - displays the latest tweets and fixes the clickable links! :-)

[code]
&lt;?php  
$username = &quot;macslondon&quot;; // Your twitter username.  
$prefix = &quot;&quot;; // Prefix - some text you want displayed before your latest tweet.  
$suffix = &quot;&quot;; // Suffix - some text you want display after your latest tweet.  
$feed = &quot;http://search.twitter.com/search.atom?q=from:&quot; . $username . &quot;&amp;rpp=1&quot;;  

function parse_feed($feed) {  
$stepOne = explode(&quot;&quot;, $feed);  
$stepTwo = explode(&quot;&quot;, $stepOne[1]);  
$tweet = $stepTwo[0];  
$tweet = str_replace(&quot;&lt;&quot;, &quot;&quot;, $tweet);  
$tweet = str_replace(&quot;&lt;&quot;, &quot;&quot;, $tweet);
$tweet = str_replace(&quot;&quot;&quot;, &quot;&quot;&quot;, $tweet);
$tweet = str_replace(&quot;&amp;lt&quot;, &quot;&quot;, $tweet);
$tweet = str_replace(&quot;&quot;&quot;, &quot;\&quot;&quot;, $tweet);
return $tweet;  
}  

$twitterFeed = file_get_contents($feed);  
echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);  
?&gt;  


[/code]</description>
		<content:encoded><![CDATA[<p>THIS CODE WORKS &#8211; displays the latest tweets and fixes the clickable links! <img src='http://www.instantshift.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>[code]<br />
&lt;?php<br />
$username = &quot;macslondon&quot;; // Your twitter username.<br />
$prefix = &quot;&quot;; // Prefix - some text you want displayed before your latest tweet.<br />
$suffix = &quot;&quot;; // Suffix - some text you want display after your latest tweet.<br />
$feed = &quot;http://search.twitter.com/search.atom?q=from:&quot; . $username . &quot;&amp;rpp=1&quot;;  </p>
<p>function parse_feed($feed) {<br />
$stepOne = explode(&quot;", $feed);<br />
$stepTwo = explode("", $stepOne[1]);<br />
$tweet = $stepTwo[0];<br />
$tweet = str_replace("&lt;", "", $tweet);<br />
$tweet = str_replace("&lt;", "", $tweet);<br />
$tweet = str_replace("&amp;quot;", "&quot;", $tweet);<br />
$tweet = str_replace("&amp;lt", "", $tweet);<br />
$tweet = str_replace("&quot;", "\"", $tweet);<br />
return $tweet;<br />
}  </p>
<p>$twitterFeed = file_get_contents($feed);<br />
echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);<br />
?&gt;  </p>
<p>[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one2mel</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-16128</link>
		<dc:creator>one2mel</dc:creator>
		<pubDate>Sat, 27 Feb 2010 12:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-16128</guid>
		<description>Hi all...

With all thats been posted on this page &amp; with comments the below code is now displaying the most recent tweet with CLICKABLE links...

HOWEVER - (cos my php skills are only basic level) could someone see why the loop is not stopping?

-is printing the same tweet ...

&lt;pre name=&quot;code&quot; class=&quot;php&quot;&gt;
&lt; ?php
$usernames = &quot;USERNAME&quot;; // Pull from accounts, separated by a space

$limit = &quot;1&quot;; // Number of tweets to pull in, total.
$show = 0; // Show username? 0 = No, 1 = Yes.

$prefix = &quot;&quot;; // This comes before the entire block of tweets.
$prefix_sub = &quot;&quot;; // This comes before each tweet on the feed.
$wedge = &quot;&quot;; // This comes after the username but before the tweet content.
$suffix_sub = &quot;&quot;; // This comes after each tweet on the feed.
$suffix = &quot;&quot;; // This comes after the entire block of tweets.

function parse_feed($usernames, $limit, $show, $prefix_sub, $wedge, $suffix_sub) {

$usernames = str_replace(&quot; &quot;, &quot;+OR+from%3A&quot;, $usernames);
$feed = &quot;http://search.twitter.com/search.atom?q=from%3A&quot; . $usernames . &quot;&amp;rpp=&quot; . $limit;
$feed = file_get_contents($feed);
$feed = str_replace(&quot;&amp;&quot;, &quot;&amp;&quot;, $feed);
$feed = str_replace(&quot;&lt;&quot;, &quot;&quot;, &quot;&gt;&quot;, $feed);
$clean = explode(&quot;&quot;, $feed);
$amount = count($clean) - 1;


for ($i = 1; $i &lt; = $amount; $i++) {

$entry_close = explode(&quot;&quot;, $clean[$i]);
$clean_content_1 = explode(&quot;&quot;, $entry_close[0]);
$clean_content = explode(&quot;&quot;, $clean_content_1[1]);
$clean_name_2 = explode(&quot;&quot;, $entry_close[0]);
$clean_name_1 = explode(&quot;(&quot;, $clean_name_2[1]);
$clean_name = explode(&quot;)&quot;, $clean_name_1[1]);
$clean_uri_1 = explode(&quot;&quot;, $entry_close[0]);
$clean_uri = explode(&quot;&quot;, $clean_uri_1[1]);

$clean_content[0] = str_replace(&quot;&lt;&quot;, &quot;&quot;, $clean_content[0]);
$clean_content[0] = str_replace(&quot;&quot;&quot;, &quot;&quot;&quot;, $clean_content[0]);
$clean_content[0] = str_replace(&quot;&amp;lt&quot;, &quot;&quot;, $clean_content[0]);
$clean_content[0] = str_replace(&quot;&quot;&quot;, &quot;\&quot;&quot;, $clean_content[0]);
echo $clean_content[0];
echo $suffix_sub;

echo $prefix_sub;
if ($show == 1) { echo &quot;&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt;&quot; . $clean_name[0] . &quot;&quot; . $wedge; }
echo $clean_content[0];
echo $suffix_sub;

}
}
echo $prefix;
parse_feed($usernames, $limit, $show, $prefix_sub, $wedge, $suffix_sub);
echo $suffix;
?&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi all&#8230;</p>
<p>With all thats been posted on this page &#038; with comments the below code is now displaying the most recent tweet with CLICKABLE links&#8230;</p>
<p>HOWEVER &#8211; (cos my php skills are only basic level) could someone see why the loop is not stopping?</p>
<p>-is printing the same tweet &#8230;</p>
<pre name="code" class="php">
< ?php
$usernames = "USERNAME"; // Pull from accounts, separated by a space

$limit = "1"; // Number of tweets to pull in, total.
$show = 0; // Show username? 0 = No, 1 = Yes.

$prefix = ""; // This comes before the entire block of tweets.
$prefix_sub = ""; // This comes before each tweet on the feed.
$wedge = ""; // This comes after the username but before the tweet content.
$suffix_sub = ""; // This comes after each tweet on the feed.
$suffix = ""; // This comes after the entire block of tweets.

function parse_feed($usernames, $limit, $show, $prefix_sub, $wedge, $suffix_sub) {

$usernames = str_replace(" ", "+OR+from%3A", $usernames);
$feed = "http://search.twitter.com/search.atom?q=from%3A" . $usernames . "&#038;rpp=" . $limit;
$feed = file_get_contents($feed);
$feed = str_replace("&#038;", "&#038;", $feed);
$feed = str_replace("<", "", ">", $feed);
$clean = explode("", $feed);
$amount = count($clean) - 1;

for ($i = 1; $i < = $amount; $i++) {

$entry_close = explode("", $clean[$i]);
$clean_content_1 = explode("", $entry_close[0]);
$clean_content = explode("", $clean_content_1[1]);
$clean_name_2 = explode("", $entry_close[0]);
$clean_name_1 = explode("(", $clean_name_2[1]);
$clean_name = explode(")", $clean_name_1[1]);
$clean_uri_1 = explode("", $entry_close[0]);
$clean_uri = explode("", $clean_uri_1[1]);

$clean_content[0] = str_replace("<", "", $clean_content[0]);
$clean_content[0] = str_replace("&quot;", """, $clean_content[0]);
$clean_content[0] = str_replace("&#038;lt", "", $clean_content[0]);
$clean_content[0] = str_replace(""", "\"", $clean_content[0]);
echo $clean_content[0];
echo $suffix_sub;

echo $prefix_sub;
if ($show == 1) { echo "<a href="" rel="nofollow">" . $clean_name[0] . "" . $wedge; }
echo $clean_content[0];
echo $suffix_sub;

}
}
echo $prefix;
parse_feed($usernames, $limit, $show, $prefix_sub, $wedge, $suffix_sub);
echo $suffix;
?>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Blog</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-16039</link>
		<dc:creator>Web Design Blog</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-16039</guid>
		<description>#09 does NOT work. In fact, looking at that code I&#039;m surprised I even tried it lol. Please share the #09 source with me.

Lou</description>
		<content:encoded><![CDATA[<p>#09 does NOT work. In fact, looking at that code I&#8217;m surprised I even tried it lol. Please share the #09 source with me.</p>
<p>Lou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Aron</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-15996</link>
		<dc:creator>Rick Aron</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-15996</guid>
		<description>Hi Great tips thanks!

I&#039;m having trouble with 7 - Multiple tweets

It&#039;s showing the links rather than linking to them you can see this on www.arontribe.com

Could you please let me know how to fix this? The previous post about this leads to a dead link

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Great tips thanks!</p>
<p>I&#8217;m having trouble with 7 &#8211; Multiple tweets</p>
<p>It&#8217;s showing the links rather than linking to them you can see this on <a href="http://www.arontribe.com" rel="nofollow">http://www.arontribe.com</a></p>
<p>Could you please let me know how to fix this? The previous post about this leads to a dead link</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Banai</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-15676</link>
		<dc:creator>Banai</dc:creator>
		<pubDate>Tue, 16 Feb 2010 23:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-15676</guid>
		<description>Thank you! I just went through several Twitter widgets and I didn&#039;t like them for a variety of reasons. With this one, I can make it look how I want. As a programmer, I&#039;m not scared to add it right into the PHP.</description>
		<content:encoded><![CDATA[<p>Thank you! I just went through several Twitter widgets and I didn&#8217;t like them for a variety of reasons. With this one, I can make it look how I want. As a programmer, I&#8217;m not scared to add it right into the PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voragine.net &#187; Blog Archive &#187; Mostrar twitts de múltiples cuentas en una única lista en WordPress</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-15491</link>
		<dc:creator>voragine.net &#187; Blog Archive &#187; Mostrar twitts de múltiples cuentas en una única lista en WordPress</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-15491</guid>
		<description>[...] InstantShift hay un recopilatorio de diez hacks para integrar twitter con WordPress. El más interesante el que permite mostrar los twitteos de múltiples usuarios en una única [...]</description>
		<content:encoded><![CDATA[<p>[...] InstantShift hay un recopilatorio de diez hacks para integrar twitter con WordPress. El más interesante el que permite mostrar los twitteos de múltiples usuarios en una única [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angela</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-15352</link>
		<dc:creator>angela</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-15352</guid>
		<description>Twitter is not bigger than Facebook. At this point Facebook is now above Yahoo in traffic, and the #2 visited site (after Google). Twitter is not even in the top 10.</description>
		<content:encoded><![CDATA[<p>Twitter is not bigger than Facebook. At this point Facebook is now above Yahoo in traffic, and the #2 visited site (after Google). Twitter is not even in the top 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Twitter Hacks and Plugins to Spice Up Your Wordpress Blog</title>
		<link>http://www.instantshift.com/2009/05/25/10-twitter-hacks-for-your-wordpress-blog/comment-page-3/#comment-15337</link>
		<dc:creator>30 Twitter Hacks and Plugins to Spice Up Your Wordpress Blog</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.instantshift.com/?p=2138#comment-15337</guid>
		<description>[...] Source: Displaying Total Number Twitter Followers on WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: Displaying Total Number Twitter Followers on WordPress [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
