<?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: How to show the number of Twitter followers you have in WordPress</title>
	<atom:link href="http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/</link>
	<description>Where to find Malcolm Coles, reviews, and tips on how to do things I couldn&#039;t do.</description>
	<lastBuildDate>Mon, 25 Mar 2013 16:22:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Malcolm Coles</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-24321</link>
		<dc:creator>Malcolm Coles</dc:creator>
		<pubDate>Mon, 09 May 2011 16:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-24321</guid>
		<description>Hmm. It now says 0 followers! It&#039;s been working fine all year until now ...</description>
		<content:encoded><![CDATA[<p>Hmm. It now says 0 followers! It's been working fine all year until now ...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Coles</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-22032</link>
		<dc:creator>Malcolm Coles</dc:creator>
		<pubDate>Mon, 28 Mar 2011 18:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-22032</guid>
		<description>Hi, Bil. Thanks for the comments - I had some trouble copying and pasting the code and getting it to show up here! I&#039;ve fixed all that now.

Next job: go and read about the number_format_i18n() recommendation that Andrew made. (Everyone else: just use it!)</description>
		<content:encoded><![CDATA[<p>Hi, Bil. Thanks for the comments - I had some trouble copying and pasting the code and getting it to show up here! I've fixed all that now.</p>
<p>Next job: go and read about the number_format_i18n() recommendation that Andrew made. (Everyone else: just use it!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Nacin</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-22029</link>
		<dc:creator>Andrew Nacin</dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-22029</guid>
		<description>Hey Malcolm, yeah, exactly. In terms of working out where you are, it bases it on the blog&#039;s language setting, not the reader&#039;s browser setting or anything like that.</description>
		<content:encoded><![CDATA[<p>Hey Malcolm, yeah, exactly. In terms of working out where you are, it bases it on the blog's language setting, not the reader's browser setting or anything like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bil Simser</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-22022</link>
		<dc:creator>Bil Simser</dc:creator>
		<pubDate>Mon, 28 Mar 2011 15:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-22022</guid>
		<description>Okay, obviously the comment engine strips out the PHP code. All PHP brackets need the ? symbol after the less then sign and before the greater than sign.</description>
		<content:encoded><![CDATA[<p>Okay, obviously the comment engine strips out the PHP code. All PHP brackets need the ? symbol after the less then sign and before the greater than sign.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bil Simser</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-22021</link>
		<dc:creator>Bil Simser</dc:creator>
		<pubDate>Mon, 28 Mar 2011 15:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-22021</guid>
		<description>A couple of things to make this work.

1. The code you give in the sidebar.php is get_follower_count but the function in functions.php is get_twitter_count. You need to make both of these the same (doesn&#039;t matter what it&#039;s called but they need to match)

2. The code in the blog (at least in IE9) isn&#039;t showing the correct syntax for some versions of PHP. It should be . Note that it starts with &quot;&quot;</description>
		<content:encoded><![CDATA[<p>A couple of things to make this work.</p>
<p>1. The code you give in the sidebar.php is get_follower_count but the function in functions.php is get_twitter_count. You need to make both of these the same (doesn't matter what it's called but they need to match)</p>
<p>2. The code in the blog (at least in IE9) isn't showing the correct syntax for some versions of PHP. It should be . Note that it starts with ""</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Coles</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-20068</link>
		<dc:creator>Malcolm Coles</dc:creator>
		<pubDate>Fri, 21 Jan 2011 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-20068</guid>
		<description>Hi, Andrew. As a core wordpress developer, I&#039;m not going to disagree with you (especially as I only learned about number_format after a lot of googling!).
Is the difference that the the _i18n() version works out where you are and adjusts your commas and full stops accordingly?</description>
		<content:encoded><![CDATA[<p>Hi, Andrew. As a core wordpress developer, I'm not going to disagree with you (especially as I only learned about number_format after a lot of googling!).<br />
Is the difference that the the _i18n() version works out where you are and adjusts your commas and full stops accordingly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Nacin</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-20067</link>
		<dc:creator>Andrew Nacin</dc:creator>
		<pubDate>Fri, 21 Jan 2011 15:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-20067</guid>
		<description>In WordPress, you&#039;ll want to leverage number_format_i18n() instead, especially in distributed plugins or themes, as then it&#039;ll play nicely on blogs in other languages.</description>
		<content:encoded><![CDATA[<p>In WordPress, you'll want to leverage number_format_i18n() instead, especially in distributed plugins or themes, as then it'll play nicely on blogs in other languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-20058</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Fri, 21 Jan 2011 08:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-20058</guid>
		<description>Thank you thank you thank you thank you thank you!</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you thank you thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to show the number of Twitter followers you have in WordPress &#8230; &#124; get more followers on twitter</title>
		<link>http://www.malcolmcoles.co.uk/blog/twitter-follower-number-wordpress/#comment-20040</link>
		<dc:creator>How to show the number of Twitter followers you have in WordPress &#8230; &#124; get more followers on twitter</dc:creator>
		<pubDate>Fri, 21 Jan 2011 01:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmcoles.co.uk/blog/?p=5432#comment-20040</guid>
		<description>[...] more here: How to show the number of Twitter followers you have in WordPress ...   Get More Followers on [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: How to show the number of Twitter followers you have in WordPress ...   Get More Followers on [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
