<?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: Add a Custom Feedburner Count to your WordPress Blog</title> <atom:link href="http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" /><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/</link> <description>Tutorials and Resources for Web Designers</description> <lastBuildDate>Sat, 21 Jan 2012 14:36:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Aris</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2554</link> <dc:creator>Aris</dc:creator> <pubDate>Wed, 04 May 2011 01:46:46 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2554</guid> <description>Fatal error: Uncaught exception &#039;Exception&#039; with message &#039;String could not be parsed as XML&#039; in</description> <content:encoded><![CDATA[<p>Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;String could not be parsed as XML&#8217; in</p> ]]></content:encoded> </item> <item><title>By: Rohit</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2499</link> <dc:creator>Rohit</dc:creator> <pubDate>Mon, 04 Apr 2011 13:16:21 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2499</guid> <description>this exactly what i was looking for...nowadays it has become difficult to search something in Google ... can i use your images in my blog for my custom feed count ??</description> <content:encoded><![CDATA[<p>this exactly what i was looking for&#8230;nowadays it has become difficult to search something in Google &#8230; can i use your images in my blog for my custom feed count ??</p> ]]></content:encoded> </item> <item><title>By: Zaara's Mummy</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2397</link> <dc:creator>Zaara's Mummy</dc:creator> <pubDate>Mon, 29 Nov 2010 01:39:17 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2397</guid> <description>Very useful. Thanks.</description> <content:encoded><![CDATA[<p>Very useful. Thanks.</p> ]]></content:encoded> </item> <item><title>By: TheShadow</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2356</link> <dc:creator>TheShadow</dc:creator> <pubDate>Sat, 02 Oct 2010 09:22:57 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2356</guid> <description>Hi,Thanks for this tutorial.i was using this on my site for a long time.few days ago this stop working disabling my sidebar as i have added this to sidebar.i am getting error msg Warning: curl_exec() has been disabled for security reasons in /home............. so and so.can you please help me?
.-= TheShadow´s last blog ..&lt;a href=&quot;http://mobilethemesworld.net/tron-by-morkino/&quot; rel=&quot;nofollow&quot;&gt;Tron by Morkino&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Hi,Thanks for this tutorial.i was using this on my site for a long time.few days ago this stop working disabling my sidebar as i have added this to sidebar.i am getting error msg Warning: curl_exec() has been disabled for security reasons in /home&#8230;&#8230;&#8230;&#8230;. so and so.can you please help me?<br
/> <span
class="cluv"> TheShadow´s last blog ..<a
href="http://mobilethemesworld.net/tron-by-morkino/" rel="nofollow">Tron by Morkino</a> <span
class="heart_tip_box"><img
class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://www.threestyles.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p> ]]></content:encoded> </item> <item><title>By: Evan W.</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2206</link> <dc:creator>Evan W.</dc:creator> <pubDate>Wed, 23 Jun 2010 21:50:22 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2206</guid> <description>Hey Shane,Thanks for the reply.  I dug around in the Awareness API documentation and figured out how to do it (apologies for what could possibly be terrible PHP):$yesterday = date(&#039;Y-m-d&#039;, mktime(0, 0, 0, date(&quot;m&quot;) , date(&quot;d&quot;) - 1, date(&quot;Y&quot;))); // calculates yesterday
$weekago=date(&#039;Y-m-d&#039;, mktime(0, 0, 0, date(&quot;m&quot;) , date(&quot;d&quot;) - 8, date(&quot;Y&quot;))); // calculates a week from yesterday (8 days ago)
$comma=&quot;,&quot;;  // erm...
$wholething=$weekago.$comma.$yesterday;  // put it all together$whaturl=&quot;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=techerator&amp;dates=&quot;.$wholething; //voilaSeems to work just fine!  You could change $weekago to whatever range you wanted to use.
.-= Evan W.´s last blog ..&lt;a href=&quot;http://www.techerator.com/2010/06/google-voice-now-available-for-everyone/&quot; rel=&quot;nofollow&quot;&gt;Google Voice – Now Available For Everyone!&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Hey Shane,</p><p>Thanks for the reply.  I dug around in the Awareness API documentation and figured out how to do it (apologies for what could possibly be terrible PHP):</p><p>$yesterday = date(&#8216;Y-m-d&#8217;, mktime(0, 0, 0, date(&#8220;m&#8221;) , date(&#8220;d&#8221;) &#8211; 1, date(&#8220;Y&#8221;))); // calculates yesterday<br
/> $weekago=date(&#8216;Y-m-d&#8217;, mktime(0, 0, 0, date(&#8220;m&#8221;) , date(&#8220;d&#8221;) &#8211; 8, date(&#8220;Y&#8221;))); // calculates a week from yesterday (8 days ago)<br
/> $comma=&#8221;,&#8221;;  // erm&#8230;<br
/> $wholething=$weekago.$comma.$yesterday;  // put it all together</p><p>$whaturl=&#8221;https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=techerator&amp;dates=&#8221;.$wholething; //voila</p><p>Seems to work just fine!  You could change $weekago to whatever range you wanted to use.<br
/> <span
class="cluv"> Evan W.´s last blog ..<a
href="http://www.techerator.com/2010/06/google-voice-now-available-for-everyone/" rel="nofollow">Google Voice – Now Available For Everyone!</a> <span
class="heart_tip_box"><img
class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://www.threestyles.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p> ]]></content:encoded> </item> <item><title>By: Shane Jeffers</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2203</link> <dc:creator>Shane Jeffers</dc:creator> <pubDate>Wed, 23 Jun 2010 20:10:02 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2203</guid> <description>@EvanThat is a good question.  I&#039;m sure it could be done with some PHP code but Feedburner is so inconsistent it might not be of much help.</description> <content:encoded><![CDATA[<p>@Evan</p><p>That is a good question.  I&#8217;m sure it could be done with some PHP code but Feedburner is so inconsistent it might not be of much help.</p> ]]></content:encoded> </item> <item><title>By: Evan W.</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2201</link> <dc:creator>Evan W.</dc:creator> <pubDate>Wed, 23 Jun 2010 19:51:32 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2201</guid> <description>Fantastic guide, thank you.  Would it be possible to post an average number (like subscribers this week) instead of the daily value?
.-= Evan W.´s last blog ..&lt;a href=&quot;http://www.techerator.com/2010/06/google-voice-now-available-for-everyone/&quot; rel=&quot;nofollow&quot;&gt;Google Voice – Now Available For Everyone!&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>Fantastic guide, thank you.  Would it be possible to post an average number (like subscribers this week) instead of the daily value?<br
/> <span
class="cluv"> Evan W.´s last blog ..<a
href="http://www.techerator.com/2010/06/google-voice-now-available-for-everyone/" rel="nofollow">Google Voice – Now Available For Everyone!</a> <span
class="heart_tip_box"><img
class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://www.threestyles.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p> ]]></content:encoded> </item> <item><title>By: Govinda</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2168</link> <dc:creator>Govinda</dc:creator> <pubDate>Tue, 15 Jun 2010 11:22:31 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2168</guid> <description>Thanks for this nice.. post.. it worked fine for me... Now can i know how to add tht twitter  too.... mean twitter Count</description> <content:encoded><![CDATA[<p>Thanks for this nice.. post.. it worked fine for me&#8230; Now can i know how to add tht twitter  too&#8230;. mean twitter Count</p> ]]></content:encoded> </item> <item><title>By: Display Feed Counts In Plain Text &#124; Online Money Blog</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-2068</link> <dc:creator>Display Feed Counts In Plain Text &#124; Online Money Blog</dc:creator> <pubDate>Mon, 17 May 2010 03:43:37 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-2068</guid> <description>[...] tutorial on how to use codes instead of the plugin, and how to style it better check out this post, Add a Custom Feedburner Count to your Wordpress Blog by Three [...]</description> <content:encoded><![CDATA[<p>[...] tutorial on how to use codes instead of the plugin, and how to style it better check out this post, Add a Custom Feedburner Count to your WordPress Blog by Three [...]</p> ]]></content:encoded> </item> <item><title>By: Chutima</title><link>http://www.threestyles.com/tutorials/add-a-custom-feedburner-count-to-your-wordpress-blog/comment-page-1/#comment-1881</link> <dc:creator>Chutima</dc:creator> <pubDate>Mon, 29 Mar 2010 02:16:42 +0000</pubDate> <guid
isPermaLink="false">http://www.threestyles.com/?p=793#comment-1881</guid> <description>GREAT TUTORIALS!I have been wondering how people do that for awhile!
THANK YOU SO MUCH! :-)
.-= Chutima´s last blog ..&lt;a href=&quot;http://creativehotlinks.com/2010/03/27/freedom-scuba-usa/&quot; rel=&quot;nofollow&quot;&gt;Freedom Scuba USA&lt;/a&gt; =-.</description> <content:encoded><![CDATA[<p>GREAT TUTORIALS!</p><p>I have been wondering how people do that for awhile!<br
/> THANK YOU SO MUCH! <img
src='http://www.threestyles.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br
/> <span
class="cluv"> Chutima´s last blog ..<a
href="http://creativehotlinks.com/2010/03/27/freedom-scuba-usa/" rel="nofollow">Freedom Scuba USA</a> <span
class="heart_tip_box"><img
class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://www.threestyles.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 5/37 queries in 0.050 seconds using disk: basic

Served from: www.threestyles.com @ 2012-02-04 07:13:58 -->
