15,032
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
RSS feeds(含Blog)的搜尋引擎 | RSS feeds (含Blog) 的搜尋引擎 | ||
== 搜尋多個 Blog 或 Blog RSS Feed == | |||
* {{Gd}} [https://rssfinder.app/ RSS finder] {{access | date=2025-02-16}} | * {{Gd}} [https://rssfinder.app/ RSS finder] {{access | date=2025-02-16}} | ||
* [https://rss.feedspot.com/ RSS Reader - Feedspot] {{access | date=2025-02-16}} | * [https://rss.feedspot.com/ RSS Reader - Feedspot] {{access | date=2025-02-16}} | ||
* [[RSS Server Side Aggregator | RSS aggregator]] which support | * [[RSS Server Side Aggregator | RSS aggregator]] which support blog search | ||
| Line 42: | Line 43: | ||
== 如何找到網站的 RSS Feed 連結 == | |||
=== RSS 搜尋引擎: 相關文章 | 1. '''查看網頁上是否有明顯的 RSS 連結''' | ||
* 尋找標示為"RSS"、"Feed"或"ATOM"的圖標或文字 | |||
* 這些通常位於網頁底端、側邊欄或社交媒體圖式附近 | |||
2. '''搜尋頁面原始碼''' | |||
* 在網頁上右鍵點擊並選擇「檢視頁面來源」或「查看頁面原始碼」 | |||
* 使用 Ctrl+F 搜尋"RSS"或"ATOM"或"feed" | |||
3. '''尋找以下 HTML 標籤:''' | |||
<pre> | |||
<link rel="alternate" type="application/rss+xml" href="/feed" title="網站名稱"/> | |||
</pre> | |||
4. '''存取 Feed''' | |||
* 實際的 Feed 網址將是標籤中 href=xxx (例如上方例子的 /feed) | |||
* 點擊或複製此路徑以直接存取 RSS feed | |||
* 如果是相對路徑如"/feed",請將其加到主網站域名後(例如:https://example.com/feed) | |||
5. '''替代 Feed 格式''' | |||
* 有些網站使用類似的標籤,但使用 "application/atom+xml" 而不是 "rss+xml" | |||
* 兩種格式在 RSS 閱讀器中都可以使用 | |||
== RSS 搜尋引擎: 相關文章 == | |||
* [http://big5.xinhuanet.com/gate/big5/news.xinhuanet.com/it/2006-06/20/content_4722136.htm 誰最了解世界盃 七大部落格搜索為足球起舞] 2006-06-20 | * [http://big5.xinhuanet.com/gate/big5/news.xinhuanet.com/it/2006-06/20/content_4722136.htm 誰最了解世界盃 七大部落格搜索為足球起舞] 2006-06-20 | ||