이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“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.