回到首頁
About Me!
字體變
字體正常
字體變小
訂閱我的RSS
捎信來

2007年2月21日 星期三

直接用FeedBurner訂閱RSS

111
IE7多了訂閱RSS的功能,但是blogger卻不能直接使用FeedBurner訂閱,其實只要修改一下程式碼即可。

在你的blog首頁中,按下右鍵->"檢視原始碼",找到"很相近"以下的code先將他複製下來,貼到記事本。


<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>

<meta content='true' name='MSSmartTagsPreventParsing'/>

<meta content='blogger' name='generator'/>

<link rel="alternate" type="application/atom+xml" title="test blog - Atom" href="http://testcheese.blogspot.com/feeds/posts/default" />

<link rel="alternate" type="application/rss+xml" title="test blog - RSS" href="http://testcheese.blogspot.com/feeds/posts/default?alt=rss" />

<link rel="service.post" type="application/atom+xml" title="test blog - Atom" href="http://www.blogger.com/feeds/7201792660806229665/posts/default" />

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://beta.blogger.com/rsd.g?blogID=7201792660806229665" />


之後把這一行

<link rel="alternate" type="application/atom+xml" title="test cheese - syndication feed" href="http://feeds.feedburner.com/你feedburner的名稱" />


取代掉下面這兩行

<link rel="alternate" type="application/atom+xml" title="test blog - Atom" href="http://testcheese.blogspot.com/feeds/posts/default" />

<link rel="alternate" type="application/rss+xml" title="test blog - RSS" href="http://testcheese.blogspot.com/feeds/posts/default?alt=rss" />


接著登入blogger->範本->修改html->展開小裝置範本,將記事本裡面的內容取代掉下面這一行。

<b:data='blog' name='all-head-content'>


過程有點複雜,有問題可以到我的首頁檢視原始碼,參考我的html。

相關連結
原始資料來源
由sunflier提供資訊

0 Comments:

張貼留言