<?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: Twitter Followers As Text</title>
	<atom:link href="http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 21:18:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ashish</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-26972</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Sun, 08 Jan 2012 07:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-26972</guid>
		<description>Wow... nice to know, it is this much easy...
I will request you to show something like this simply for  non-wordpress users, as I am not good in PHP.

Thanks Richard... you rock!!</description>
		<content:encoded><![CDATA[<p>Wow&#8230; nice to know, it is this much easy&#8230;<br />
I will request you to show something like this simply for  non-wordpress users, as I am not good in PHP.</p>
<p>Thanks Richard&#8230; you rock!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Wright</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-18857</link>
		<dc:creator>Michael Wright</dc:creator>
		<pubDate>Thu, 17 Jun 2010 06:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-18857</guid>
		<description>Hi would u also have the code for facebook as well 

Regards
Mike</description>
		<content:encoded><![CDATA[<p>Hi would u also have the code for facebook as well </p>
<p>Regards<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter followers count (and much more) in WordPress &#124; Rarst.net</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-17924</link>
		<dc:creator>Twitter followers count (and much more) in WordPress &#124; Rarst.net</dc:creator>
		<pubDate>Sat, 15 May 2010 18:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-17924</guid>
		<description>[...] FeedBurner to Twitter… And then I let it out on WpRecipes and it run away to wander over many blogs and slowly become old, dirty, scary and unmaintained.So when Konstantin Kovshenin and Viper007Bond [...]</description>
		<content:encoded><![CDATA[<p>[...] FeedBurner to Twitter… And then I let it out on WpRecipes and it run away to wander over many blogs and slowly become old, dirty, scary and unmaintained.So when Konstantin Kovshenin and Viper007Bond [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Carpenter</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-17651</link>
		<dc:creator>Richard Carpenter</dc:creator>
		<pubDate>Sat, 01 May 2010 20:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-17651</guid>
		<description>Thx ashley</description>
		<content:encoded><![CDATA[<p>Thx ashley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-17650</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Sat, 01 May 2010 19:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-17650</guid>
		<description>It&#039;d be better to use the Twitter API. SimpleXML is an ideal way of achieving this in PHP.


$username = &quot;The name of your twitter account&quot;;
if (!$xml=simplexml_load_file(&quot;http://api.twitter.com/1/statuses/followers/&quot;.$username.&quot;.xml&quot;)) //load the XML file with your user info in
{
    echo &quot;Could not Read XML File&quot;; //Error checking
}
else //if the XML file can be accessed
{
    $followers = $xml-&gt;user-&gt;followers_count; //get how many followers you have
    echo $followers; //and output it
}</description>
		<content:encoded><![CDATA[<p>It&#8217;d be better to use the Twitter API. SimpleXML is an ideal way of achieving this in PHP.</p>
<p>$username = &#8220;The name of your twitter account&#8221;;<br />
if (!$xml=simplexml_load_file(&#8220;http://api.twitter.com/1/statuses/followers/&#8221;.$username.&#8221;.xml&#8221;)) //load the XML file with your user info in<br />
{<br />
    echo &#8220;Could not Read XML File&#8221;; //Error checking<br />
}<br />
else //if the XML file can be accessed<br />
{<br />
    $followers = $xml-&gt;user-&gt;followers_count; //get how many followers you have<br />
    echo $followers; //and output it<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webchester</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-16864</link>
		<dc:creator>Webchester</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-16864</guid>
		<description>Richard thank you for the excellent chips.</description>
		<content:encoded><![CDATA[<p>Richard thank you for the excellent chips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vadimon</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-16452</link>
		<dc:creator>vadimon</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-16452</guid>
		<description>My counter is not updated. Why?</description>
		<content:encoded><![CDATA[<p>My counter is not updated. Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devilson</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-16082</link>
		<dc:creator>Devilson</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-16082</guid>
		<description>Would i be able to integrate this into a sig for a mybb forum?

And thank you.</description>
		<content:encoded><![CDATA[<p>Would i be able to integrate this into a sig for a mybb forum?</p>
<p>And thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??????? Follower’?? ???????? ?? ????? ?????. &#171; Bolvar Blog</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-15681</link>
		<dc:creator>??????? Follower’?? ???????? ?? ????? ?????. &#171; Bolvar Blog</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-15681</guid>
		<description>[...] ????????     tweetmeme_url = &#039;http://www.bolvar.eu/2010/01/26/%d1%82witter-followers/&#039;;             About the author... [...]</description>
		<content:encoded><![CDATA[<p>[...] ????????     tweetmeme_url = &#39;<a href="http://www.bolvar.eu/2010/01/26/%d1%82witter-followers/&#039;" rel="nofollow">http://www.bolvar.eu/2010/01/26/%d1%82witter-followers/&#039;</a>;             About the author&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-15613</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-15613</guid>
		<description>@Mustafa Namo?lu

That will work but without any form of caching it will check count on every page load. Increases page latency and can quickly exhaust Twitter API requests limit. Not recommended.</description>
		<content:encoded><![CDATA[<p>@Mustafa Namo?lu</p>
<p>That will work but without any form of caching it will check count on every page load. Increases page latency and can quickly exhaust Twitter API requests limit. Not recommended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-15596</link>
		<dc:creator>João</dc:creator>
		<pubDate>Sun, 24 Jan 2010 22:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-15596</guid>
		<description>how to display in another system? Ex: a little web gallery</description>
		<content:encoded><![CDATA[<p>how to display in another system? Ex: a little web gallery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa Namo?lu</title>
		<link>http://www.hv-designs.co.uk/2010/01/07/learn-how-to-display-twitter-count-as-pure-text/comment-page-1/#comment-15582</link>
		<dc:creator>Mustafa Namo?lu</dc:creator>
		<pubDate>Sun, 24 Jan 2010 14:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://hv-designs.co.uk/?p=2131#comment-15582</guid>
		<description>To make it work for non-wp pages;
&lt;?php

$tw = array();
$tw[&quot;twitterfollowerscount&quot;] = 0;
if($tw[&#039;lastcheck&#039;] (.*)</description>
		<content:encoded><![CDATA[<p>To make it work for non-wp pages;<br />
&lt;?php</p>
<p>$tw = array();<br />
$tw[&quot;twitterfollowerscount&quot;] = 0;<br />
if($tw[&#039;lastcheck&#039;] (.*)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.hv-designs.co.uk @ 2012-02-12 07:34:51 -->
