前言介紹
- 這款 WordPress 外掛「RSS Feed Retriever」是 2014-01-23 上架。
- 目前有 10000 個安裝啟用數。
- 上一次更新是 2023-01-06,距離現在已有 849 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.8 以上版本才可以安裝。
- 有 38 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 0%
外掛協作開發者
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"]
現場展示:
功能特色:
擷取任意多個 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:
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 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。