<?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>起点博客 &#187; Feedsky</title>
	<atom:link href="http://xinzero.com/tag/feedsky/feed" rel="self" type="application/rss+xml" />
	<link>http://xinzero.com</link>
	<description>起于学习，点与应用，一切只为更高效</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wordpress feedsky插件</title>
		<link>http://xinzero.com/modify-wordpress-plugin-for-wordpress.html</link>
		<comments>http://xinzero.com/modify-wordpress-plugin-for-wordpress.html#comments</comments>
		<pubDate>Sat, 10 May 2008 15:38:01 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[起点记录]]></category>
		<category><![CDATA[Feedsky]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://xinzero.com/modify-wordpress-plugin-for-wordpress/</guid>
		<description><![CDATA[


今天休息了一天，在鲜果逛的时候发现了鲜果榜，这个榜主要是按照订阅数来排名的，订阅查一下我的起点博客的排名，发现有两个频道，一个是原始的Feed地址，另一个是我使用Feedsky烧制的地址，因为我使用Feedsky烧制Feed的时间比较晚，所以出现这种情况。查询发现google站长工具中也是使用的原始Feed地址。既然使用了Feed托管服务那就把所有的Feed地址统一吧。百度一下找到一个Feed地址转向插件Feedburner Smith插件，只要是针对Feedburner的，再百度一下找到FeedSmith转向Feedsky的方法，修改方法还是可以用的，只是所在的行数变了，2.3.1版的149行，直接在源码中搜preg_match函数，然后再修改。
把    if (!preg_match(”/feedburner&#124;feedvalidator/i”,
改为 if (!preg_match(”/feedsky&#124;feedburner&#124;feedvalidator/i”,
然后再后台插件设置中填写Feedsky的Feed地址即可。
随便认领一下鲜果{BANG02801CEC96F03BF8C5682176XIANGUO}
相关文章Feedsky烧制wordpress博客RSSXML-Sitemap &#8211; wordpress sitemap插件all in one seo pack &#8211; wordpress seo插件]]></description>
			<content:encoded><![CDATA[<p>今天休息了一天，在<a target="_blank" href="http://xianguo.com" title="鲜果">鲜果</a>逛的时候发现了<a target="_blank" href="http://bang.xianguo.com/" title="鲜果榜">鲜果榜</a>，这个榜主要是按照订阅数来排名的，订阅查一下我的<a href="http://xinzero.com" title="起点博客">起点博客</a>的排名，发现有两个频道，一个是原始的Feed地址，另一个是我使用Feedsky烧制的地址，因为我使用<a href="http://xinzero.com/wordpress-feed-burned-by-feedsky.html">Feedsky烧制Feed</a>的时间比较晚，所以出现这种情况。查询发现google站长工具中也是使用的原始Feed地址。既然使用了Feed托管服务那就把所有的Feed地址统一吧。百度一下找到一个Feed地址转向插件<a target="_blank" href="http://www.feedburner.com/fb/a/help/wordpress_quickstart">Feedburner Smith插件</a>，只要是针对Feedburner的，再百度一下找到<a target="_blank" href="http://www.haibao.cn/blog/post/21251.htm" title="Wordpress平台下把默认Feed转向到Feedsky的实现方法">FeedSmith转向Feedsky的方法，</a>修改方法还是可以用的，只是所在的行数变了，2.3.1版的149行，直接在源码中搜preg_match函数，然后再修改。</p>
<blockquote><p>把    if (!preg_match(”/feedburner|feedvalidator/i”,<br />
改为 if (!preg_match(”/feedsky|feedburner|feedvalidator/i”,</p></blockquote>
<p>然后再后台插件设置中填写Feedsky的Feed地址即可。</p>
<p>随便认领一下鲜果{BANG02801CEC96F03BF8C5682176XIANGUO}</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/wordpress-feed-burned-by-feedsky.html" title="Feedsky烧制wordpress博客RSS">Feedsky烧制wordpress博客RSS</a></li><li><a href="http://xinzero.com/xml-sitemap-generator-for-wordpress.html" title="XML-Sitemap &#8211; wordpress sitemap插件">XML-Sitemap &#8211; wordpress sitemap插件</a></li><li><a href="http://xinzero.com/all-in-one-seo-pack-plugin.html" title="all in one seo pack &#8211; wordpress seo插件">all in one seo pack &#8211; wordpress seo插件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/modify-wordpress-plugin-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Feedsky烧制wordpress博客RSS</title>
		<link>http://xinzero.com/wordpress-feed-burned-by-feedsky.html</link>
		<comments>http://xinzero.com/wordpress-feed-burned-by-feedsky.html#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:41:55 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[起点记录]]></category>
		<category><![CDATA[Feedsky]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://xinzero.com/wordpress-feed-burned-by-feedsky/</guid>
		<description><![CDATA[在Feedburner（简作FB）被屏蔽之后很多博客选择了Feedsky，尽管功能与服务稍逊色于FB，但是Feedsky无疑是国内最大功能最强的Feed管理服务商。为了避免FB再次被屏蔽，我选择了Feedsky。下面是添加feed和绑定域名的过程。
注册就不说，添加feed地址，wordpress的feed的默认地址是域名/feed，可以直接在浏览器中查看，显示一堆xml代码，那就是feed了。
接下来就是设置永久的feed地址了，这个地址设置之后就不能修改了。

到这里Feed的添加已经完成，现在已经可以使用Feed发布了，将Feed发布中生成的代码添加到模板中即可。或者在后台的Widgets中添加RSS1，并编辑RSS URL输入刚才的永久Feed地址即可。
Feedsky提供的免费域名绑定，为何不用呢？
注意 ：绑定域名之前须保证域名CNAME解析到mydomain.feedsky.com已经生效，否则无法通过。发布方式同上。
相关文章wordpress feedsky插件]]></description>
			<content:encoded><![CDATA[<p>在<a target="_blank" href="http://www.feedburner.com/">Feedburner</a>（简作FB）被屏蔽之后很多博客选择了<a target="_blank" href="http://www.feedsky.com/">Feedsky</a>，尽管功能与服务稍逊色于FB，但是Feedsky无疑是国内最大功能最强的Feed管理服务商。为了避免FB再次被屏蔽，我选择了Feedsky。下面是添加feed和绑定域名的过程。</p>
<p>注册就不说，添加feed地址，wordpress的feed的默认地址是域名/feed，可以直接在浏览器中查看，显示一堆xml代码，那就是feed了。<a href="http://xinzero.com/wp-content/uploads/2008/04/myfeed-step1.jpg"><img border="0" width="604" src="http://xinzero.com/wp-content/uploads/2008/04/myfeed-step1-thumb.jpg" alt="Feedsky_step1" height="214" style="width: auto; border-width: 0px" /></a><br />
接下来就是设置永久的feed地址了，这个地址设置之后就<strong>不能修改</strong>了。<br />
<a href="http://xinzero.com/wp-content/uploads/2008/04/myfeed-step2.jpg"><img border="0" width="597" src="http://xinzero.com/wp-content/uploads/2008/04/myfeed-step2-thumb.jpg" alt="Feedsky_step2" height="261" style="width: auto; border: 0px" /></a><br />
到这里Feed的添加已经完成，现在已经可以使用Feed发布了，将Feed发布中生成的代码添加到模板中即可。或者在后台的Widgets中添加RSS1，并编辑RSS URL输入刚才的永久Feed地址即可。<br />
Feedsky提供的免费域名绑定，为何不用呢？<br />
<strong>注意 ：</strong>绑定域名之前须保证域名CNAME解析到mydomain.feedsky.com已经生效，否则无法通过。发布方式同上。<a href="http://xinzero.com/wp-content/uploads/2008/04/myfeed-step4.jpg"><img border="0" width="544" src="http://xinzero.com/wp-content/uploads/2008/04/myfeed-step4-thumb.jpg" alt="Feedsky_step3" height="274" style="width: auto; border: 0px" /></a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://xinzero.com/modify-wordpress-plugin-for-wordpress.html" title="wordpress feedsky插件">wordpress feedsky插件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/wordpress-feed-burned-by-feedsky.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

