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

Multi Feed Reader

설명

This plugin was created with the iTunes Podcast Feed in mind. However, you can feed it any RSS feed you like. If you would like to display some tags which are not supported right now, please feel free to contact me.

퀵스타트

Create a template “myfeeds” in Settings > Multi Feed Reader.
Add your Feeds.
Create a page and paste in one of these shortocdes:

[multi-feed-reader template="myfeeds"]
[multi-feed-reader template="myfeeds" limit="10"]
[multi-feed-reader template="myfeeds" cachetime="300"]

Enjoy 🙂

Parameters

  • template: (required) name of the template
  • limit: (optional) maximum number of items per feed. default: 15
  • cachetime: (optional) time in seconds to cache results. default: 300
  • nocache: (optional) set to “1” to deactivate cache. not recommended, will make your multifeed-page very slow. default: 0

Force Cache Refresh

To clear the cache, call the site with parameter ?nocache=1. So if your site is example.com/archives, open example.com/archives?nocache=1 in your browser. You should then see the refreshed page immediately.

Placeholders

You can specify a custom template to display the archive elements.
Go to Settings > Multi Feed Reader for plugin preferences.
Use HTML and any of the following template placeholders.

  • %TITLE% – Episode title (<title>).
  • %SUBTITLE% – Episode subtitle (<itunes:subtitle>).
  • %CONTENT% – Episode content (<content:encoded>).
  • %CONTENT|...% – Same as above but truncated to the given amount of words.
  • %DURATION% – Episode duration (<itunes:duration>).
  • %SUMMARY% – Episode summary (<itunes:summary>).
  • %LINK% – Episode link (<link>).
  • %GUID% – Episode Globally Unique Identifier (<guid>)
  • %DESCRIPTION% – Episode description (<itunes:description> or <description>).
  • %DESCRIPTION|...% – Same as above but truncated to the given amount of words.
  • %ENCLOSURE% – Url of first episode enclosure (<enclosure> url attribute).
  • %THUMBNAIL% – Thumbnail tag in original size (<itunes:image>).
  • %THUMBNAIL|...x...% – Same as above but with certain dimensions. Example: %THUMBNAIL|75x75%.
  • %DATE% – Episode publish date (<pubDate>) in WordPress default format.
  • %DATE|...% – Same as above but in a custom format. Example: %DATE|Y/m/d%.

Access data from app store feeds:

  • %APPNAME% – App name.
  • %APPPRICE% – App price.
  • %APPIMAGE% – App Icon as HTML image.
  • %APPARTIST% – App artist / publisher.
  • %APPRELEASE% – App release date in WordPress format.

Use these placeholders to access global feed data:

  • %FEEDTITLE% – Feed title (<title>).
  • %FEEDSUBTITLE% – Feed subtitle (<itunes:subtitle>).
  • %FEEDSUMMARY% – Feed summary (<itunes:summary>).
  • %FEEDLINK% – Feed link (<link>).
  • %FEEDLANGUAGE% – Feed language (<language>).
  • %FEEDTHUMBNAIL% – Feed image (<itunes:image>).
  • %FEEDTHUMBNAIL|...x...% – Same as above but with certain dimensions. Example: %FEEDTHUMBNAIL|75x75%.

스크린샷

  • The Admin Interface
  • Example Archive

설치

  1. Upload the multi-feed-reader directory to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to Settings > Multi Feed Reader and create a template
  4. Place [multi-feed-reader template="mytemplate"] in your post or page

FAQ

Installation Instructions
  1. Upload the multi-feed-reader directory to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to Settings > Multi Feed Reader and create a template
  4. Place [multi-feed-reader template="mytemplate"] in your post or page
W00t, it says I need PHP 5.3?!

PHP 5.3 is available since June 2009.
It introduced some long overdue features to the language and I refuse to support legacy junk.
Please ask your hoster to update, kindly.

How many feeds can I add to a collection?

That depends on two aspects: Feed response time and feed size. Each feed you add increases the time needed to display the final page. The results are cached, so most of the time the page will render in a snap. If you’d like to see how long the page rendering takes when the cache is expired, have a look at the logfile (/wp-content/multi-feed-reader/reader.log). Look for the last line containing “template generated”. It contains the durations.

Rule of thumb: On average, one feed requires one second. 5 Feeds are fine. 10 might work. 20 is probably too much. Your mileage may vary 🙂

Can I help to add a feature?

That would be awesome!

Visit https://github.com/eteubert/multi-feed-reader, fork the project, add your feature and create a Pull Request. I’ll be happy to review and add your changes.

후기

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

기여자 & 개발자

“Multi Feed Reader”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Multi Feed Reader”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2.4

  • security: fix SQL injection (thanks to JPCERT)

2.2.3

  • fix error (use of deprecated function mysql_insert_id())

2.2.2

  • apparently having a settings.php in your plugin breaks the network pages. Yay WordPress. slow clap

2.2.1

  • fix issue for windows based servers

2.2.0

  • new placeholder: %CONTENT|...%
  • add documentation for all parameters
  • cache duration is configurable via cachetime parameter
  • minor fixes / enhancements

2.1.3

  • class loading fix

2.1.2

  • compatibility fix

2.1.1

  • if there are class attributes the description html, they will now correctly be displayed

2.1.0

  • add support for some iTunes App Store tags (name, price, icon, releasedate). Please see readme for usage.
  • bugfix concerning description truncating
  • internal translation API changes

2.0.0

  • finally supports a wide variety of feeds
  • logs feed fetching info to a log file

1.1.3

  • add DESCRIPTION|... placeholder
  • enhanced description parsing

1.1.2

  • enhance feed parser robustness

1.1.1

  • Bugfix: Shortcode prints template in the correct place now

1.1

  • %THUMBNAIL%: Use <itunes:image> if available. Otherwise, look for the first suitable <img> in <content:encoded>
  • add support for global feed data: %FEEDTITLE%, %FEEDSUBTITLE%, %FEEDSUMMARY%, %FEEDLINK%, %FEEDLANGUAGE%, %FEEDTHUMBNAIL%, %FEEDTHUMBNAIL|...x...%

1.0

  • 릴리즈