This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AnyFeed Retriever

Description

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.

Installation

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

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“AnyFeed Retriever” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.

Penyumbang

Changelog

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.