[WordPress] 外掛分享: RSS Feed Retriever

WordPress 外掛 RSS Feed Retriever 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「RSS Feed Retriever」是 2014-01-23 上架。
  • 目前有 8000 個安裝啟用數。
  • 上一次更新是 2023-01-06,距離現在已有 1146 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 2.8 以上版本才可以安裝。
  • 有 38 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

tjtaylor |

外掛標籤

rss feed | rss import | rss parsing | rss aggregator | news aggregator |

內容簡介

這個外掛可以擷取一個或多個 RSS 資訊來源,使用 shortcode 將它們以無序清單的形式顯示出來。

範例展示 | 影片教學 | PRO 版本

使用方式:

只要複製貼上以下的範例程式碼到您想顯示 RSS 資訊的地方,並依需求更改 url 和其他屬性。(請見常見問題解答部分,以了解如何在 Gutenberg 區塊、小工具和 PHP 中使用)

範例:
[wp_rss_retriever url="http://feeds.feedburner.com/TechCrunch/" items="10" excerpt="50" read_more="true" credits="true" new_window="true" thumbnail="200" cache="12 hours"]

現場展示:

Free Demo

功能特色:

擷取任意多個 RSS 資訊來源
使用 shortcode 易於在各處顯示 RSS 資訊,包含文字小工具
可控制欲顯示整個 RSS 資訊還是只有一部份(摘要)
可控制摘要中的文字數量
可控制是否包含「閱讀更多」連結
可控制連結是否在新視窗開啟
外掛簡單、輕量又快速
安裝與設置容易
擷取縮圖或第一張圖片
可控制縮圖大小(寬度和高度)
設置緩存時間(秒)
可控制項目順序
將多個 RSS 資訊來源匯集到一個清單
可選擇 dofollow 或 nofollow 選項

屬性:

url – 欲從中匯集資訊的 RSS 資訊來源網址。欲一次擷取多個 URL,請在它們之間使用逗號間隔。
items – 欲從 RSS 資訊來源中擷取的項目數量(預設值為 10)
orderby – 以日期、反向日期或隨機方式排序項目(預設、日期、反向日期、隨機)
title – 是否顯示標題(true 或 false,預設為 true)
excerpt – 顯示摘要中的文字數量(預設為 20,設為 0 表示顯示完整文字,設為「none」則不顯示摘要)
read_more – 是否顯示「閱讀更多」連結(true 或 false,預設為 true)
new_window – 標題連結和「閱讀更多」連結是否在新視窗開啟(true 或 false,預設為 true)
thumbnail** – 是否顯示縮圖及縮圖大小(true 或 false,預設為 true。輸入數字能改變大小,預設為 150,使用 150x200 的格式可設置寬度和高度,使用百分比可填充寬度,例如:100%x250 或 50%x250)
source – 是否顯示資訊來源(true 或 false,預設為 true)
date – 是否顯示發布日期(true 或 false,預設為 true)
cache – 您希望緩存結果的時長(預設為 12 小時,可使用天、小時、秒等)
dofollow – 是否將連結設置為 dofollow(true 或 false,預設為 false)
ajax – 是否使用 JavaScript 或 PHP 加載資訊(true 或 false,預設為 true)
credits – 是否提供給外掛作者的註記(true 或 false,預設為 false)
columns – 將佈局設置為分欄或網格佈局並指定欄數(預設為 0,最大值 12)。

原文外掛簡介

This plugin fetches an RSS feed, or multiple feeds, and displays them in an unordered list using shortcode.
Demo | Video Tutorial | PRO Version
How to use:

Simply copy and paste the example code below to wherever you would like to display your RSS feed. Replace the url and other properties as needed. (See FAQ section below to use in Gutenberg blocks, widgets, and PHP)
Example:
[wp_rss_retriever url="http://feeds.feedburner.com/TechCrunch/" items="10" excerpt="50" read_more="true" credits="true" new_window="true" thumbnail="200" cache="12 hours"]

Live Demo:

Free Demo


Features:

Fetch as many RSS feeds as you want
Display the RSS feed wherever you want using shortcode, including text widgets
Control whether to display the entire RSS feeds content or just an excerpt
Control how many words display in the excerpt
Control whether it has a Read more link or not
Control whether links open in a new window or not
Simple, lightweight, and fast
Easy to setup
Fetch thumbnail or first image
Control size of thumbnail (width and height)
Set cache time (in seconds)
Control order of items
Aggregate multiple feeds into one list
Dofollow or nofollow options

Properties:

url – The url of the rss feed you wish to aggregate from. For multiple urls simply use a comma between them.
items – Number of items from the rss feed you wish to fetch (Default is 10)
orderby – Order the items by date, reverse date, or random (default, date, date_reverse, random)
title – Whether to display the title or not (true or false, defaults to true)
excerpt – How many words you want to display for each item (Default is 20, use 0 for full text, use ‘none’ to remove the excerpt)
read_more – Whether to display a read more link or not (true or false, defaults to true)
new_window – Whether to open the title link and read more link in a new window (true or false, defaults to true)
thumbnail** – Whether or not you want to display a thumbnail, and if so, what size you want it to be(true or false, defaults to true. Inserting a number will change the size, default is 150, use 150×200 format to set both width and height, use percents to fill the width, example: 100%x250 or 50%x250)
source – Whether to display the source or not (true or false, defaults to true)
date – Whether to display the publish date or not (true or false, defaults to true)
cache – How long you want the feed to cache the results (Default is 12 hours, you can use days, hours, seconds etc.)
dofollow – Whether or not to make links dofollow (true or false, defaults to false)
ajax – Whether to load the feed via JavaScript or PHP (true or false, defaults to true)
credits – Whether to give credit to the plugin author (true or false, defaults to false)
columns – Set layout to columns/grid layout with number of columns. (defaults to 0, use 2, 3, 4 etc.) **PRO version only**
icons – Replace source & date labels with icons (true or false, defaults to true) **PRO version only**
layout – Set layout to masonry grid layout. (default or masonry) **PRO version only**

**PLEASE NOTE: Using thumbnails can cause longer load times depending on the feed you are fetching from, use with caution.
Please post any issues under the support tab. If you use and like this plugin, please don’t forget to rate it! Additionally, if you would like to see more features for the plugin, please let me know.
Shortcode can be used anywhere including in posts, pages, text widgets, and in PHP files by using the do_shortcode function. This RSS import plugin is very lightweight with a minimal amount of code as to insure it will not slow down your website. Build a custom news aggregator or use this plugin as a simple feed to post plugin by displaying the RSS parsing feed within the pages of your choice. This RSS aggregator is built on the SimplePie API.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「RSS Feed Retriever」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.1 | 1.2 | 1.3 | test | 1.0.1 | 1.0.2 | 1.1.1 | 1.2.1 | 1.2.2 | 1.2.3 | 1.2.4 | 1.2.5 | 1.2.6 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.3.5 | 1.3.6 | 1.3.7 | 1.3.8 | 1.3.9 | 1.4.0 | 1.4.1 | 1.4.2 | 1.4.3 | 1.5.0 | 1.5.1 | 1.5.2 | 1.5.3 | 1.5.5 | 1.6.0 | 1.6.1 | 1.6.2 | 1.6.3 | 1.6.4 | 1.6.5 | 1.6.6 | 1.6.7 | 1.6.8 | trunk | 1.3.10 | 1.6.10 |

延伸相關外掛(你可能也想知道)

  • RSS Aggregator – RSS Import, News Feeds, Feed to Post, and Autoblogging 》WP RSS Aggregator 是原始、最受歡迎且最強大的 WordPress 外掛,可在您的網站上任何地方匯入、合併和顯示 RSS 與 Atom 資訊。設定您的 RSS 源,並讓外掛完成...。
  • RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator 》oney with your website by curating relevant content from unlimited RSS feeds. FEEDZY RSS Aggregator allows you to automatically import and publish ...。
  • WPeMatico RSS Feed Fetcher 》WPeMatico 是一個非常易於使用的自動博客外掛。它通過您選擇的 RSS/Atom 和 XML 提供源信息進行連接,並將您的文章自動發布。, 這個外掛為您提供了一個美觀的...。
  • Content Pilot – Autoblogging & Affiliate Marketing Suite 》dPress website automatically using WP Content Pilot, a powerful autoblogging and content curation plugin. This plugin allows you to create high-qua...。
  • WP Autoblog 》WP Autoblog 提供匯入來自各種來源的內容。, 從多個來源匯入文章,填滿您的部落格內容!, 自定義內容篩選:, 新增篩選器以處理匯入的內容:, add_filter(R...。
  • RSS Feeds News Blocks 》這個外掛可以取得一個或多個 RSS 資料來源,並使用短碼在列印出來的欄位區塊清單中顯示它們。, , 特點:, , 取得任何你想要的 RSS 來源, 使用短碼在任何你想...。
  • Aparat Videos RSS Reader | GRAD 》使用這款 WordPress 外掛可以從 Aparat.com 讀取影片的 RSS 並在小工具中顯示它們。, 此外掛可以加入自訂小工具,用於在您的網站上顯示您的 Aparat 頻道最新...。
  • Posteria : Web to WordPress to Social Media Content Suite 》透過將 Posteria 與 WordPress 連接,輸入您最喜愛的主題,觀看內容湧現、自動分享並豐富內容,甚至分享到您的社交媒體和電子報…等等,敬請期待更多功能的更...。
  • WP RSS By Publishers 》WP RSS By Publishers 是一款適合使用者的聚合器。, , 您可以建立 Publishers。, 您可以為每個 Publisher 添加不同的 feed。, 您可以創建規則,以便根據以下...。

文章
Filter
Apply Filters
Mastodon