前言介紹
- 這款 WordPress 外掛「RSS Feed Checker」是 2012-05-12 上架。
- 目前有 30 個安裝啟用數。
- 上一次更新是 2019-02-26,距離現在已有 2259 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.8 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
內容簡介
這個 RSS Feed 確認外掛會檢查您的連結清單,找出那些已設定過 RSS feed,並讀取最新文章的名稱和網址。
Links RSS Enhanced 小工具會以降冪方式顯示最新的連結。
這個小工具的靈感來自於 Blogger 的連結清單小工具。
技術章節
這個外掛會在您的 WordPress 資料庫中建立一個額外的資料表,以儲存最新的 RSS 資料更新,
這個資料表會被稱為「links_rss」,並且有您資料庫的前置詞,例如 wp_links_rss。
這個外掛會建立一個周期任務,每 30 分鐘執行一次並處理連結。需要注意的是,WordPress
中的週期任務 (Cron) 是依賴您的 WordPress 網站收到的點擊次數。如果您在離線
環境下(例如 MAMP、XAMPP、WAMP 等)開發這個外掛,而沒有任何人或任何東西向您的 WordPress 页面發出請求觸發週期任務,那麼您將無法取得任何結果。
參考資料
以下是幾個提供此外掛程式使用的資源。
同時感謝 Ozh、Roland Rust 提供的解釋和範例。
管理介面
https://codex.wordpress.org/Function_Reference/add_meta_box
https://codex.wordpress.org/Administration_Menus#Page_Hook_Suffix
http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins
http://www.prelovac.com/vladimir/improving-security-in-wordpress-plugins-using-nonces
Ajax
http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/
http://amiworks.co.in/talk/simplified-ajax-for-wordpress-plugin-developers-using-jquery/
http://www.garyc40.com/2010/03/5-tips-for-using-ajax-in-wordpress/
資料庫
http://createmy.com.au/connecting-your-plugin-to-the-wordpress-database/
http://webjawns.com/2009/08/the-wordpress-wpdb-class-explained/
週期任務
http://wpseek.com/source/wp/latest/nav.html?wp-includes/cron.php.html
從 broken link checker 中取得背景處理的靈感
設定
https://codex.wordpress.org/Settings_API – 處理選項/設定的新方式
Handling Plugins Options in WordPress 2.8 with register_setting()
http://blog.gneu.org/2010/09/intro-to-the-wordpress-settings-api/
http://alisothegeek.com/2011/01/wordpress-settings-api-tutorial-1/
RSS feeds
http://jaewon.mine.nu/jaewon/2010/10/30/how-to-make-your-wordpress-a-rss-reader/
https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_feed_cache_transient_lifetime
http://simplepie.org/
原文外掛簡介
The RSS Feed checker looks through your blogroll for links with rss feeds and then stores the name and url of the latest article.
The Links RSS Enhanced widget then displays the latest links in descending order.
The idea for the widget comes from the blogroll widget on blogger.
Technical section
The plugin will create an extra table in your wordpress database to store the latest feed updates,
this will be called links_rss with the prefix for your database e.g. wp_links_rss
A Cron (schedule) is created to run every 30 minutes and process links. Note that Cron in WordPress
depends on hits, your WordPress website receives. So playing with this plugin within an offline
environment (MAMP, XAMPP, WAMP etc.) without anyone or anything triggering the scheduling by
sending requests to the WordPress page won’t produce any results if you do not trigger it by
yourself.
References
A selection of places I’ve found help for this plugin.
Thanks also to Ozh, Roland Rust and for their explainations and examples
Admin UI
https://codex.wordpress.org/Function_Reference/add_meta_box
https://codex.wordpress.org/Administration_Menus#Page_Hook_Suffix
http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins
http://www.prelovac.com/vladimir/improving-security-in-wordpress-plugins-using-nonces
Ajax
http://return-true.com/2010/01/using-ajax-in-your-wordpress-theme-admin/
http://amiworks.co.in/talk/simplified-ajax-for-wordpress-plugin-developers-using-jquery/
http://www.garyc40.com/2010/03/5-tips-for-using-ajax-in-wordpress/
Database
http://createmy.com.au/connecting-your-plugin-to-the-wordpress-database/
http://webjawns.com/2009/08/the-wordpress-wpdb-class-explained/
Scheduling
http://wpseek.com/source/wp/latest/nav.html?wp-includes/cron.php.html
Ideas on background processing from the broken link checker
Settings
https://codex.wordpress.org/Settings_API – new way to handle options/settings
Handling Plugins Options in WordPress 2.8 with register_setting()
http://blog.gneu.org/2010/09/intro-to-the-wordpress-settings-api/
http://alisothegeek.com/2011/01/wordpress-settings-api-tutorial-1/
RSS Feeds
http://jaewon.mine.nu/jaewon/2010/10/30/how-to-make-your-wordpress-a-rss-reader/
https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_feed_cache_transient_lifetime
http://simplepie.org/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「RSS Feed Checker」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.7 | 0.8 | 0.9 | 1.0 | 1.1 | trunk |
延伸相關外掛(你可能也想知道)
WebSub (FKA. PubSubHubbub) 》這個外掛是讓使用者即時知道你的部落格有更新的簡單方式。它採用了廣泛被使用於 Google Alerts 和許多其他服務的 PubSubHubbub/WebSub 技術。訂閱請求經由中...。
RSS Importer 》從 RSS 訂閱中匯入文章。。
RSS for Yandex Turbo 》此外掛可自動在您的網站上建立新的 RSS 訂閱 (或多個訂閱),以完全符合雅虎 "Turbo" 的 技術要求。, 安裝後請務必檢查在 "設定 / 雅虎 Turbo" 中的插件設置。...。
Disable Feeds 》這個外掛可以禁用你的網站所提供的所有RSS/Atom/RDF格式,若你使用 WordPress 純粹作為內容管理系統(而非部落格),這將非常有用。所有對於這些格式的需求都...。
GN Publisher: Google News Compatible RSS Feeds 》GN Publisher 是一個能製作符合Google News RSS Feed 技術要求並包含您的網站在Google News Publisher Center的外掛。, 這個外掛解決了使用 Google News Publ...。
WPeMatico RSS Feed Fetcher 》WPeMatico 是一個非常易於使用的自動博客外掛。它通過您選擇的 RSS/Atom 和 XML 提供源信息進行連接,並將您的文章自動發布。, 這個外掛為您提供了一個美觀的...。
Super RSS Reader – Add attractive RSS Feed Widget 》Super RSS Reader 外掛允許您以優美的方式在 widget 中顯示 RSS 訂閱。它有選項可以在單個 widget 中顯示多個 RSS 訂閱,並具有添加類似新聞滾動條的功能。完...。
RSS Includes Pages 》此外掛會修改 RSS 訂閱,以便訂閱中包含頁面 (Page) 並非僅有文章 (Post)。停用此外掛,就會還原 RSS 訂閱至預設模式。, 當您將 WordPress 用作內容管理系統 ...。
RSSImport 》這款外掛可使用 PHP、小工具或短代碼在您的部落格中顯示 RSS 資訊。此外掛僅使用 WordPress 標準功能,因此不需要外部庫。對於較舊版本的 WordPress,使用內...。
FeedWordPress 》, 作者:C. Johnson, 項目網址:http://feedwordpress.radgeek.com/, 授權:遵循 GPL 2 進行授權。有關版權信息的詳細說明請參閱下文的授權。, , FeedWordPre...。
Yoast Breadcrumbs 》這個外掛可以輕鬆地在你的模板中添加面包屑。如果你正在使用其中一個支援的 WordPress 框架,只需要啟用這個外掛,並勾選「嘗試自動添加」框即可。如果你沒有...。
RSS for Yandex Zen 》這個外掛將自動在您的網站上創建符合 Yandex 的技術要求 的新 RSS Feed,提供給 Yandex Zen 服務使用。, 安裝外掛後,請務必檢查 “Yandex Zen 設置 ...。
Podlove Podcast Publisher 》我們開發了 Podlove Podcast Publisher 外掛,因為現有的解決方案過時、複雜且難以操作。此外掛可以幫您節省時間,減少煩惱,並為您的聽眾提供尖端的聆聽體驗...。
Disable Feeds WP 》總結:Disable Feeds WP 是一個 WordPress 外掛,可停用網站/部落格上的所有 RSS/Atom/RDF WordPress 饋送。若您純粹將 WordPress 用作內容管理系統(而非部...。
Send Images to RSS 》Send Images to RSS 可以縮小您 RSS 資料中的圖片,以合適的尺寸呈現在 Email 上,讓更多人能夠在 Email 中看到您的內容。即使螢幕大小、螢幕呈現質量、圖片...。