<?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; FeedBurner</title>
	<atom:link href="http://todaym.com/tag/feedburner/feed" rel="self" type="application/rss+xml" />
	<link>http://todaym.com</link>
	<description>TodayM，发现小技巧和免费信息！</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:37:54 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FeedBurner再次被封，附解决办法</title>
		<link>http://todaym.com/2010/06/feedburner-blocked-again-with-a-solution.html</link>
		<comments>http://todaym.com/2010/06/feedburner-blocked-again-with-a-solution.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 03:59:37 +0000</pubDate>
		<dc:creator>Nie</dc:creator>
				<category><![CDATA[网络相关]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://todaym.com/?p=1170</guid>
		<description><![CDATA[<p>昨天才知道FeedBurner又被Qiang了，对众多用FeedBurner烧录RSS的博主影响还是不小，毕竟不是每个读者都知道要翻Qiang订阅你的RSS，如果是使用的国内订阅服务更杯具，直接就看不......</p><p class='read-more'><a href='http://todaym.com/2010/06/feedburner-blocked-again-with-a-solution.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>昨天才知道FeedBurner又被Qiang了，对众多用FeedBurner烧录RSS的博主影响还是不小，毕竟不是每个读者都知道要翻Qiang订阅你的RSS，如果是使用的国内订阅服务更杯具，直接就看不见你博客更新了，比如QQ邮箱订阅就是个杯具，据说抓虾不受影响，不知是否真的。下面奉上解决办法。</p>
<p>1、该方法比较简单，只针对Google Reader有效，知道FeedBurner被封马上想到的就这个方法。</p>
<p>查看源代码把下面这个按钮的代码添加到你的博客，如果你设置博客的RSS默认为FeedBurner地址，当读者想订阅你博客的时候，点击这个按钮就直接添加到加密的Google Reader，不会出现链接被重置。Nie设置的默认地址就是FeedBurner，这一封我就比较受伤了。</p>
<blockquote><p><a rel="alternate" type="application/rss+xml" href="javascript:var%20b=document.body;var%20GR________bookmarklet_domain='https://www.google.com';if(b&amp;&amp;!document.xmlVersion){(function%20(){var%20a=this;Math.floor(Math.random()*2147483648).toString(36);var%20c,f,g,h;function%20i(){return%20a.navigator?a.navigator.userAgent:null}function%20k(){return%20a.navigator}h=g=f=c=false;var%20l;if(l=i()){var%20m=k();c=l.indexOf(%22Opera%22)==0;f=!c&amp;&amp;l.indexOf(%22MSIE%22)!=-1;g=!c&amp;&amp;l.indexOf(%22WebKit%22)!=-1;h=!c&amp;&amp;!g&amp;&amp;m.product==%22Gecko%22}var%20o=c,p=f,q=h,t=g;k();if(k())k().appVersion||0;var%20u=%22%22,v;%20%20if(o&amp;&amp;a.opera){var%20w=a.opera.version;u=typeof%20w==%22function%22?w():w}else{if(q)v=/rv%5C:([^%5C);]+)(%5C)|;)/;else%20if(p)v=/MSIE%5Cs+([^%5C);]+)(%5C)|;)/;else%20if(t)v=/WebKit%5C/(%5CS+)/;if(v){var%20x=v.exec(i());u=x?x[1]:%22%22}}%22ScriptEngine%22in%20a&amp;&amp;a.ScriptEngine()==%22JScript%22&amp;&amp;(a.ScriptEngineMajorVersion(),a.ScriptEngineMinorVersion(),a.ScriptEngineBuildVersion());%20%20(function(){function%20y(d){return%20d&amp;&amp;d.match(/[%5C+%5C/]xml$/)}function%20z(d){var%20e=d,n=window.document.location;if(d.indexOf(%22/%22)!=0){e=n.pathname.split(%22/%22);e[e.length-1]=d;e=e.join(%22/%22)}return%20n.protocol+%22//%22+n.hostname+e}for(var%20b=false,A=document.getElementsByTagName(%22link%22),r=0,j;j=A[r];r++){var%20B=j.getAttribute(%22type%22),s=j.getAttribute(%22rel%22);if(y(B)&amp;&amp;s&amp;&amp;s==%22alternate%22){b=j.getAttribute(%22href%22);if(b.indexOf(%22http%22)!=0)b=z(b);window.document.location=%22https://www.google.com/reader/view/feed/%22+encodeURIComponent(b);%20%20b=true;break}}b||alert(%22Oops.%20Can't%20find%20a%20feed.%22)})();})();}else{location='https://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)}">订阅到Google Reader</a></p></blockquote>
<p>2、第二种方法稍复杂点，但一劳永逸，且能更方便管理博客RSS Feed。</p>
<p>给你的RSS Feed先添加一个二级域名，例如<a href="http://todaym.com" target="_blank">今日杂记</a>设置的Feed地址：<a href="http://feed.todaym.com" target="_blank">feed.todaym.com</a>，把该域名指向一个文件夹，如果文件夹名为“feed”的话，不要在WordPress文件所在目录，会和默认Feed冲突。在该文件夹内新建一个文件“index.php”，内容如下：</p>
<blockquote><p>&lt;?php<br />
header("Content-Type: application/xml; charset=utf-8") ;<br />
@readfile("http://feeds.feedburner.com/todaym");<br />
?&gt;</p></blockquote>
<p>把其中的FeedBurner地址替换为你自己的FeedBurner地址，如果你的服务器在国外，可以无视Qiang了，当输入<a href="http://feed.todaym.com" target="_blank">feed.todaym.com</a>（请自行替换为你的Feed）看到的是不是和FeedBurner里烧录内容一样？这样的好处是不光无视Qiang，而且以后你更改烧录服务，也可以平滑转移，不影响读者。</p>
<p>为了Feed的稳定，我只能把已设置为默认RSS的FeedBurner烧录改为<a href="http://feed.todaym.com" target="_blank">feed.todaym.com</a>，麻烦订阅今日杂记的朋友添加一下今日杂记新的Feed地址：<a href="http://feed.todaym.com" target="_blank">feed.todaym.com</a>。</p>
<h2  class="related_post_title">我猜~这些文章你可能也感兴趣</h2><ul class="related_post"><li><a href="http://todaym.com/2012/01/iphone-talkatone-google-voice-free-call.html" title="iPhone用Talkatone和Google Voice免费拨打美国电话">iPhone用Talkatone和Google Voice免费拨打美国电话</a></li><li><a href="http://todaym.com/2011/04/yahoo-mail-free-imap-smtp-setting.html" title="Yahoo邮箱没有POP?免费设置IMAP/SMTP">Yahoo邮箱没有POP?免费设置IMAP/SMTP</a></li><li><a href="http://todaym.com/2011/04/mac-iphone-itouch-ipad-hide-file-in-image.html" title="Mac/iPhone/iTouch/iPad把文件隐藏到图片中">Mac/iPhone/iTouch/iPad把文件隐藏到图片中</a></li><li><a href="http://todaym.com/2011/04/thunder-vip-free-p-box.html" title="迅雷会员免费使用P盘">迅雷会员免费使用P盘</a></li><li><a href="http://todaym.com/2011/03/gigabyte-ph67-ud3-b3-vapor-x-hd5770-hdmi-audio.html" title="Mac下技嘉PH67-UD3-B3搞定蓝宝石Vapor-X HD5770 HDMI音频输出">Mac下技嘉PH67-UD3-B3搞定蓝宝石Vapor-X HD5770 HDMI音频输出</a></li><li><a href="http://todaym.com/2011/03/mac-disk-utility-backup-os.html" title="用Mac自带磁盘工具备份系统">用Mac自带磁盘工具备份系统</a></li><li><a href="http://todaym.com/2011/03/windows-read-hfs-disk-driver.html" title="Windows下苹果原生读取HFS+分区驱动">Windows下苹果原生读取HFS+分区驱动</a></li><li><a href="http://todaym.com/2011/03/mac-no-iphoto-importiphone-itouch-ipad-photos.html" title="在Mac OS下无需iPhoto导入iPhone/iTouch/iPad照片">在Mac OS下无需iPhoto导入iPhone/iTouch/iPad照片</a></li><li><a href="http://todaym.com/2011/02/ph67-ud3-bios-active-windows-7.html" title="技嘉PH67-UD3刷BIOS激活Windows 7">技嘉PH67-UD3刷BIOS激活Windows 7</a></li></ul>]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

