该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

AnyFeed Retriever

描述

This plugin fetches any feed, or multiple feeds, and displays them in an ordered list using shortcode. And also this plugin can categorized and group feed in to custom category and groups.

Demo | Video Tutorial

How to use:

  1. Add new feed url by creating new Feed post and customize it with category and tags according to your requirement.
  2. Simply copy and paste the example code below to wherever you would like to display your feed.

Example:

Method 1

[anyfeed]

Method 2

[anyfeed id="post_id"]

Method 3

[anyfeed cat="category_name"]

Live Demo:

http://anushka.pro/plugins/anyfeed/demo/

Features:

  • Fetch any feeds rss, rss2 or atom
  • Display all feeds or group them by using shortcode, including text widgets
  • Load feed by using ajax for the performance.
  • Simple, lightweight, and fast
  • Easy to setup
  • Fetch thumbnail or first image or site logo
  • Control size of thumbnail (width and height)
  • Order items to the published date
  • Aggregate multiple feeds into one list

Properties:

  • id – The id of the custom feed post.
  • cat – name of the category

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.

安装

This section describes how to install the plugin and get it working.

  1. Upload anyfeed.zip to the /wp-content/plugins/ directory
  2. Unzip the file
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Use the example shortcode [anyfeed] anywhere in your content
  5. Change the id and other properties as needed

常见问题

How do I display a feed in my content?

Create new feed post with your feed url
Select the method you are displaying feeds and copy and paste the example shortcode above into your content.

How do I display a feed in a widget?

Create a new text widget. Click on the “Text” tab. Copy and paste the example shortcode above.

How do I display a feed using PHP?

Here’s an example of how to display an RSS feed with PHP

<?php echo do_shortcode('[anyfeed]'); ?>
How do I display a feed with a Gutenberg Block?

Click on the “+” icon to add a new block. Search for “shortcode”. Click on the shortcode block to add it. Copy and paste the example shortcode above into the block.

评价

此插件暂无评价。

贡献者及开发者

“AnyFeed Retriever” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“AnyFeed Retriever”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial release

1.0.1

  • Facilitate add feed category by a shortcode [anyfeed-cat]
  • Changing from date and time to Elapsed Time Ex : ’15min ago ,2 hours ago, 1 day ago etc’
  • Limit the number of words that each article displays on the feed , Max 40 words.