這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

YD FeedWordPress Content Filter

描述

This plugin is an add-on to the FeedWordPress RSS content syndication plugin.

You need to have FeedWordPress installed and configured for content syndication.

Fetch images locally as attachments

If there are images in the syndicated content, they will be fetched as local attachments.

Automatically resolve redirected target URLs

Feed entries that point to 301 or 302 redirected URLs will be resolved and replaced with the final target URI.
This way you always get a link to the original source of the syndicated content instead of a link to some in-between redirection script.

Normalize content layout

The content of syndicated posts will be normalized: HTML tags will be removed, duplication of the title will be removed,
images will be processed to be moved at beginning of content block.

White space and line breaks at beginning and end of content will be removed.

Includes specific targeted filters for content from Google News feeds, Yahoo News feeds and Wikio aggregated feeds.

Active support

Drop me a line on my YD FeedWordPress Content Filter support site to report bugs, ask for a specific feature or improvement, or just tell me how you’re using the plugin.
It’s still in an active development stage, with new features coming out on a regular basis.

Credits

Thanks to Alessandro Nuzzo for providing the image parent attachment routine included in version 0.2.0.

Revisions

  • 0.1.0. Initial beta release of 2010/10/26
  • 0.2.0. Bugfixes + options 2010/11/24

Did you like it?

Drop me a line on http://www.yann.com/en/wp-plugins/yd-feedwordpress-content-filter

And… please rate this plugin –>

安裝

WordPress automatic installation is fully supported and recommended.

常見問題

Where should I ask questions?

http://www.yann.com/en/wp-plugins/yd-feedwordpress-content-filter

Use comments.

I will answer only on that page so that all users can benefit from the answer.
So please come back to see the answer or subscribe to that page’s post comments.

Puis-je poser des questions et avoir des docs en français ?

Oui, l’auteur est français.
(“but alors… you are French?”)

What is your e-mail address?

It is mentioned in the comments at the top of the main plugin file. However, please prefer comments on the plugin page (as indicated above) for all non-private matters.

評價

There are no reviews for this plugin.

貢獻者及開發者

“YD FeedWordPress Content Filter” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 YD FeedWordPress Content Filter 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.0

  • Initial release

0.2.0

  • Refactored using the YD Plugins Framework
  • Added some options
  • Added image attachment hack contributed by Alessandro Nuzzo
  • Added redirected URL resolution
  • Got rid of unused code
  • Small bug fixes