<?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>NeoEase &#187; Feed</title>
	<atom:link href="http://www.neoease.com/tag/feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neoease.com</link>
	<description>MG12&#039;s Blog - Just Another WordPress Blog</description>
	<lastBuildDate>Sun, 08 Jan 2012 03:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 上的 Feedsky 统计插件</title>
		<link>http://www.neoease.com/feedsky-statistic/</link>
		<comments>http://www.neoease.com/feedsky-statistic/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 12:43:33 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Feedsky]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Subscribe]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=1695</guid>
		<description><![CDATA[Feedsky 是国内著名的订阅托管服务, 但官方只提供图片和 Flash 两种途径获取订阅统计信息的, 而我们设计网站风格时往往期望可以更加灵活地获取信息, 如文本方式. 为此, 本插件应运而生, 名为 Feedsky Statistic. 它可以在每天的特定时间自动将 Feedsky 的前一天的统计数据 (订阅人数和点击次数) 同步到 WordPress 中. 之前我写过一个说明 Feedsky 统计同步原理的文章, 并提供了核心代码. 愿意折腾的同学请参考文章《每日同步 Feedsky 订阅数》, 不愿意折腾的同学可以购买插件使用. 该插件仅售 &#165; 2.98 人民币. 立即购买 插件的安装 Feedsky 统计插件的安装和使用非常简单, 只需要按一下几个步骤操作即可. 1. 将插件解压到 '/wp-content/plugins/' 目录. 2. 在 WordPress 后台的 'Plugins' 页面中激活插件. 3. 在主题代码中调用统计信息. 如下： 显示 Feedsky 的订阅数量: &#60;?php if&#40;function_exists&#40;'get_feedsky_count'&#41;&#41; &#123;echo [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<div class="inline right">
<img class="sided" src="http://wpjam.net/wp-content/uploads/2010/12/feedsky-statistic.png" alt="Feedsky 统计插件" />
</div>
<p>
Feedsky 是国内著名的订阅托管服务, 但官方只提供图片和 Flash 两种途径获取订阅统计信息的, 而我们设计网站风格时往往期望可以更加灵活地获取信息, 如文本方式.
</p>
<p>
为此, 本插件应运而生, 名为 <strong>Feedsky Statistic</strong>. 它可以在每天的特定时间自动将 Feedsky 的前一天的统计数据 (订阅人数和点击次数) 同步到 WordPress 中.
</p>
<p>
之前我写过一个说明 Feedsky 统计同步原理的文章, 并提供了核心代码. 愿意折腾的同学请参考文章<a href="http://www.neoease.com/update-feedsky-subscribe-number-everyday/">《每日同步 Feedsky 订阅数》</a>, 不愿意折腾的同学可以购买插件使用.
</p>
<p>
该插件仅售 <span class="cost">&yen; <b>2.98</b></span> 人民币.<br />
<a class="buy-now-cn" rel="external nofollow" href="http://wpjam.net/item/feedsky-statistic/?ref=mg12">立即购买</a>
</p>
<p><span id="more-1695"></span></p>
<h3>插件的安装</h3>
<p>
Feedsky 统计插件的安装和使用非常简单, 只需要按一下几个步骤操作即可.
</p>
<p>
1. 将插件解压到 '/wp-content/plugins/' 目录.<br />
2. 在 WordPress 后台的 'Plugins' 页面中激活插件.<br />
3. 在主题代码中调用统计信息. 如下：
</p>
<p>
显示 Feedsky 的订阅数量:
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'get_feedsky_count'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> get_feedsky_count<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>
显示 Feedsky 的点击次数:
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'get_feedsky_comein'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> get_feedsky_comein<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<h3>插件的设置</h3>
<p>
填入 Feed ID 和定期更新的时间, 并保存更改.
</p>
<p>
<img class="sided" src="http://wpjam.net/wp-content/uploads/screenshot/feedsky-statistic.png" alt="Feedsky 统计配置" />
</p>
<h3>插件本地化</h3>
<p>
此版本支持英文和简体中文, 其中英文是默认设置. 若要使用简体中文, 请执行以下步骤:
</p>
<p>
1. 打开 WordPress 根目录的文件 wp-config.php.<br />
2. 查找 define ('WPLANG', ''); 并修改为 define ('WPLANG', 'zh_CN');.
</p>
<h3>备注</h3>
<p>
使用该插件时, 请确保你的 PHP 服务器允许读写网络文件. 可以通过以下方式打开服务.<br />
1. 打开 PHP 配置文件 php.ini.<br />
2. 找到 allow_url_include 并将它的值改为 On.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1695" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/wp-mobile-themes/" rel="bookmark">手机主题调度插件 WordPress Mobile Themes</a><!-- (17.9)--></li>
		<li><a href="http://www.neoease.com/wp-easyarchives/" rel="bookmark">文章存档插件 WP-EasyArchives</a><!-- (15.8)--></li>
		<li><a href="http://www.neoease.com/wp-recentcomments/" rel="bookmark">最新评论插件 WP-RecentComments</a><!-- (14.9)--></li>
		<li><a href="http://www.neoease.com/highslide4wp/" rel="bookmark">图片预览插件 Highslide4WP</a><!-- (14.3)--></li>
		<li><a href="http://www.neoease.com/wp-multicollinks/" rel="bookmark">多栏友情链接插件 WP-MulticolLinks</a><!-- (12.3)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/feedsky-statistic/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>WP 技巧: WordPress 的 RSS feed</title>
		<link>http://www.neoease.com/wordpress-rss-feed/</link>
		<comments>http://www.neoease.com/wordpress-rss-feed/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:49:08 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[WP Trick]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=866</guid>
		<description><![CDATA[可能你知道 WordPress 向你提供的那几个关于 Feed 调用的方法, 并知道如何在主题中插放你的 RSS 或者 Atom. 但你应该知道更多, 因为这些 Feed 可以向你提供很多的便利. 如果你知道 WordPress 的订阅链接规则, 那么就算人家不向你提供订阅链接, 你也可以订阅他的博客内容. 并可以通过它们订阅一些你感兴趣的内容. 你可以通过分类订阅, 通过标签订阅, 甚至对搜索结果进行订阅. WordPress 的路径不是唯一的, 对 SEO 很不好, 但是很方便. 下面将以默认模式和 http://%siteurl%/%postname%/ 模式为例进行说明. 分类 默认模式 分类网址: http://www.example.com/?cat=7 订阅网址: http://www.example.com/?cat=7&#038;feed=rss2 postname 模式 分类网址: http://www.example.com/category/wordpress/ 订阅网址: http://www.example.com/category/wordpress/feed/ 标签 默认模式 标签网址: http://www.example.com/?tag=wordpress 订阅网址: http://www.example.com/?tag=wordpress&#038;feed=rss2 postname 模式 标签网址: http://www.example.com/tag/wordpress/ 订阅网址: http://www.example.com/tag/wordpress/feed/ [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
可能你知道 WordPress 向你提供的那几个关于 Feed 调用的方法, 并知道如何在主题中插放你的 RSS 或者 Atom. 但你应该知道更多, 因为这些 Feed 可以向你提供很多的便利.
</p>
<p>
如果你知道 WordPress 的订阅链接规则, 那么就算人家不向你提供订阅链接, 你也可以订阅他的博客内容. 并可以通过它们订阅一些你感兴趣的内容. 你可以通过分类订阅, 通过标签订阅, 甚至对搜索结果进行订阅.
</p>
<p><span id="more-866"></span></p>
<p>
WordPress 的路径不是唯一的, 对 SEO 很不好, 但是很方便. <img src='http://www.neoease.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
下面将以默认模式和 http://%siteurl%/%postname%/ 模式为例进行说明.
</p>
<h3>分类</h3>
<p>
<strong>默认模式</strong><br />
分类网址: <code>http://www.example.com/?cat=7</code><br />
订阅网址: <code>http://www.example.com/?cat=7&#038;feed=rss2</code><br />
<strong>postname 模式</strong><br />
分类网址: <code>http://www.example.com/category/wordpress/</code><br />
订阅网址: <code>http://www.example.com/category/wordpress/feed/</code>
</p>
<h3>标签</h3>
<p>
<strong>默认模式</strong><br />
标签网址: <code>http://www.example.com/?tag=wordpress</code><br />
订阅网址: <code>http://www.example.com/?tag=wordpress&#038;feed=rss2</code><br />
<strong>postname 模式</strong><br />
标签网址: <code>http://www.example.com/tag/wordpress/</code><br />
订阅网址: <code>http://www.example.com/tag/wordpress/feed/</code>
</p>
<h3>搜索</h3>
<p>
搜索网址: <code>http://www.example.com/?s=wordpress</code><br />
订阅网址: <code>http://www.example.com/?s=wordpress&#038;feed=rss2</code>
</p>
<p>
由以上规则可以看出, 其实就是在访问的对象网址上加上 <code>&#038;feed=rss2</code> 或者 <code>/feed/</code> 以获取结果, 这种处理对于 <em>archive.php</em> 和 <em>search.php</em> 里面可以处理的存档应该都是可用的.
</p>
<p>
如果你关注某个博客, 但你未必会喜欢他所有的文章, 此时你可以通过标签或者搜索 RSS 来订阅部分文章. 例如: 你对 NeoEase 中关于 iNove 的文章感兴趣, 你就可以订阅下面的 RSS.<br />
<a href="http://www.neoease.com/?s=inove">http://www.neoease.com/?s=inove</a>
</p>
<p>
另外, 你还可以通过以下方法订阅留言内容. 如果你是站长, 可以通过它们来了解你的访客留言动态.<br />
默认模式: <code>http://www.example.com/?feed=comments-rss2</code><br />
postname 模式: <code>http://www.example.com/comments/feed/</code></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=866" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/quick-comments-070-release/" rel="bookmark">Quick Comments 0.7.0 Release</a><!-- (7.1)--></li>
		<li><a href="http://www.neoease.com/new-wordpress-theme-inove/" rel="bookmark">WordPress 新主题 iNove</a><!-- (6.5)--></li>
		<li><a href="http://www.neoease.com/wordpress-theme-review/" rel="bookmark">WordPress 主题审核</a><!-- (6.4)--></li>
		<li><a href="http://www.neoease.com/inove-13-released/" rel="bookmark">iNove 1.3 发布</a><!-- (6)--></li>
		<li><a href="http://www.neoease.com/wordpress-thread-comments/" rel="bookmark">WordPress 嵌套回复</a><!-- (5.8)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/wordpress-rss-feed/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

