<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Riku //关注新网络！ &#187; feedburner</title>
	<atom:link href="http://riku.me/tag/feedburner/feed" rel="self" type="application/rss+xml" />
	<link>http://riku.me</link>
	<description>关注互联网、新兴技术及Web2.0!</description>
	<lastBuildDate>Tue, 20 Jul 2010 02:30:49 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tips：用字符方式显示Feedburner订阅数</title>
		<link>http://riku.me/2008/07/08/feedburner_count.html</link>
		<comments>http://riku.me/2008/07/08/feedburner_count.html#comments</comments>
		<pubDate>Tue, 08 Jul 2008 05:25:08 +0000</pubDate>
		<dc:creator>Riku</dc:creator>
				<category><![CDATA[教程技巧]]></category>
		<category><![CDATA[feedburner]]></category>

		<guid isPermaLink="false">http://blog.bsdos.cn/2008/07/08/feedburner_count.html</guid>
		<description><![CDATA[FeedBurner被封已经有很长一段时间，不过最近听说Google 将把Feedburner合并到Google帐户中，这对于许多Blogger来说，是很期待的一件事情，我同样也希望能尽早合并。 但在合并之前，有什么方能把Feedburner上的订阅数显示在自已的Blog上呢？其实我看到过很多朋友在想方设法这么干，不过这篇文章为我们提供了一种更简单实用的方法，那就是通过FB的API获取统计数据，同时以字符方式显示于Blog上。 方法如下： 步骤一 复制下面的代码到模版中，记得把FeedBurner ID替换为自已的ID，也就是&#8221;uri=fbid &#8220;中的 fbid。 &#60;?php //get cool feedburner count $whaturl=http://api.feedburner.com/awareness/1.0/GetFeedData?uri=fbid; //Initialize the Curl session $ch = curl_init(); //Set curl to return the data instead of printing it to the browser. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); //Set the URL curl_setopt($ch, CURLOPT_URL, $whaturl); //Execute the fetch $data = curl_exec($ch); //Close the connection curl_close($ch); $xml [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://riku.me/wp-content/uploads/2008/07/feedburner-logo.gif" style="BORDER-RIGHT: #000000 1px dashed; BORDER-TOP: #000000 1px dashed; FLOAT: right; BORDER-LEFT: #000000 1px dashed; WIDTH: 181px; BORDER-BOTTOM: #000000 1px dashed; DISPLAY: inline; HEIGHT: 53px" height="53" width="181"/>FeedBurner被封已经有很长一段时间，不过最近听说Google 将把Feedburner合并到Google帐户中，这对于许多<a href="http://riku.me"target="_self"title="Blog" >Blog</a>ger来说，是很期待的一件事情，我同样也希望能尽早合并。</p>
<p> <span id="more-1863"></span>
<p>但在合并之前，有什么方能把Feedburner上的订阅数显示在自已的Blog上呢？其实我看到过很多朋友在想方设法这么干，不过<a href="http://www.hongkiat.com/blog/how-to-display-feedburner-subscriber-count-in-text/#more-1664" target="_blank">这篇文章</a>为我们提供了一种更简单实用的方法，那就是通过FB的API获取统计数据，同时以字符方式显示于Blog上。</p>
<p>方法如下：</p>
<p><strong>步骤一</strong></p>
<p>复制下面的代码到模版中，记得把FeedBurner ID替换为自已的ID，也就是&#8221;uri=fbid &#8220;中的 fbid。</p>
<blockquote><p>&lt;?php <br />//get cool feedburner count <br />$whaturl=http://api.feedburner.com/awareness/1.0/GetFeedData?uri=fbid;</p>
<p>//Initialize the Curl session <br />$ch = curl_init();</p>
<p>//Set curl to return the data instead of printing it to the browser. <br />curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); <br />//Set the URL <br />curl_setopt($ch, CURLOPT_URL, $whaturl); <br />//Execute the fetch <br />$data = curl_exec($ch); <br />//Close the connection <br />curl_close($ch);</p>
<p>$xml = new SimpleXMLElement($data); <br />$fb = $xml-&gt;feed-&gt;entry['circulation'];</p>
<p>//end get cool feedburner count <br />?&gt;</p>
</blockquote>
<p><strong>步骤二</strong> 在你要输出统计数据的地方，在模版中添加如下代码。</p>
<blockquote><p>&lt;?php echo $fb;?&gt;</p>
</blockquote>
<p>另外，刚听说Feedburner官方还推出了一个Feed代理功能，地址是这样的：</p>
<p><a href="http://feedproxy.feedburner.com/theskyofdaemon" target="_blank">http://feedproxy.feedburner.com/theskyofdaemon</a></p>
<p>如何？可以正常访问Feed吧？那么干脆把该链接也加上吧，我就是这样做的。</p>
<p><img src="http://riku.me/wp-content/uploads/2008/07/fb.jpg" style="BORDER-RIGHT: #000000 1px dashed; BORDER-TOP: #000000 1px dashed; BORDER-LEFT: #000000 1px dashed; BORDER-BOTTOM: #000000 1px dashed"/></p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/feedburner" class="ztag" rel="tag">feedburner</a></span> </p>
<a href="http://riku.me/2008/07/08/feedburner_count.html" title="post">>>>点击这里阅读更多......<a>
<br><br> # <a href="http://riku.me/2008/07/08/feedburner_count.html#comments" title="to the comments">发表留言</a> | <a href="http://riku.me/2008/07/08/feedburner_count.html" title="post">原文<a> | <a href="http://feed.feedsky.com/theskyofdaemon">订阅</a> | <a href="https://twitter.com/riku">Twitter</a> 

# 本站架设于 <a href="http://www.photonvps.com/billing/aff.php?aff=129">PhotonVPS</a> ，由 FreeBSD 强力驱动。
<br>
<a href="http://gpk.im/riku" border="0" ><img src="http://www.geekpark.net/a/46860.jpg">

]]></content:encoded>
			<wfw:commentRss>http://riku.me/2008/07/08/feedburner_count.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>通告：Feedburner上的Wappblog Feed已重烧</title>
		<link>http://riku.me/2008/06/30/wappblog_feed.html</link>
		<comments>http://riku.me/2008/06/30/wappblog_feed.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:52:21 +0000</pubDate>
		<dc:creator>Riku</dc:creator>
				<category><![CDATA[网络资讯]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[wappblog]]></category>

		<guid isPermaLink="false">http://blog.bsdos.cn/2008/06/30/wappblog_feed.html</guid>
		<description><![CDATA[是的，正如你所看到的，我现在已把Feedburner上的原Wappblog Feed重烧到了这个Blog上，如果你之前有同时订阅了Wappblog及本Blog的话，为了避免内容重复，请你删除其中一个Feed。 在此，对于给你带来的不便表示歉意。 Technorati : feedburner, wappblog >>>点击这里阅读更多...... # 发表留言 &#124; 原文 &#124; 订阅 &#124; Twitter # 本站架设于 PhotonVPS ，由 FreeBSD 强力驱动。]]></description>
			<content:encoded><![CDATA[<p>是的，正如你所看到的，我现在已把Feedburner上的原Wapp<a href="http://riku.me"target="_self"title="Blog" >blog</a> Feed重烧到了<a href="http://riku.me/" target="_blank">这个Blog</a>上，如果你之前有同时订阅了Wappblog及本Blog的话，为了避免内容重复，请你删除其中一个Feed。</p>
<p> <span id="more-1829"></span>
<p>在此，对于给你带来的不便表示歉意。</p>
<p><img src="http://riku.me/wp-content/uploads/2008/06/wappblog2.jpg" style="BORDER-RIGHT: #000000 1px dashed; BORDER-TOP: #000000 1px dashed; BORDER-LEFT: #000000 1px dashed; BORDER-BOTTOM: #000000 1px dashed"/></p>
<p><img src="http://riku.me/wp-content/uploads/2008/06/wappblog.jpg" style="BORDER-RIGHT: #000000 1px dashed; BORDER-TOP: #000000 1px dashed; BORDER-LEFT: #000000 1px dashed; BORDER-BOTTOM: #000000 1px dashed"/></p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/feedburner" class="ztag" rel="tag">feedburner</a>, <a href="http://www.technorati.com/tag/wappblog" class="ztag" rel="tag">wappblog</a></span> </p>
<a href="http://riku.me/2008/06/30/wappblog_feed.html" title="post">>>>点击这里阅读更多......<a>
<br><br> # <a href="http://riku.me/2008/06/30/wappblog_feed.html#comments" title="to the comments">发表留言</a> | <a href="http://riku.me/2008/06/30/wappblog_feed.html" title="post">原文<a> | <a href="http://feed.feedsky.com/theskyofdaemon">订阅</a> | <a href="https://twitter.com/riku">Twitter</a> 

# 本站架设于 <a href="http://www.photonvps.com/billing/aff.php?aff=129">PhotonVPS</a> ，由 FreeBSD 强力驱动。
<br>
<a href="http://gpk.im/riku" border="0" ><img src="http://www.geekpark.net/a/46860.jpg">

]]></content:encoded>
			<wfw:commentRss>http://riku.me/2008/06/30/wappblog_feed.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
