Linux 软件免费装
Banner图

RSS Retriever Lite

开发者
更新时间 2025年9月17日 20:13
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

feed rss wpml aggregator autoblogging

下载

1.0.0 1.0.1 1.0.2

详情介绍:

RSS Retriever Lite is a feed importer for WordPress. It allows you to import and publish content from various feed sources directly into your site. Features:

安装:

  1. Upload the plugin files to the /wp-content/plugins/rss-retriever/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Go to the plugin settings page and configure your feed sources.

升级注意事项:

1.0.2 Fix feed options saving: restored original logic for text fields and checkboxes, added wp_unslash() and sanitize_text_field() for security 1.0.1 %youtube_video[keyword]% shortcode added 1.0.0 Initial release

常见问题:

Can I import YouTube channel and playlist feeds?

= How to import content into WooCommerce products? =\ The plugin can import any supported feed (RSS, Google Product Feed, Yandex Product Feed) as WooCommerce products. To do this, select product in the Post type dropdown. After that, in the Custom taxonomies section you will see additional text fields: Brands, Product categories, Product tags, and Product shipping classes. You can enter values here separated by commas and/or use placeholders. For example, %xml_tags[g:price]% when importing from a Google Product Feed, or %xml_tags[price]% when importing from a Yandex Market (YML) feed. Optionally, you can enable the Categories to WooCommerce checkbox to automatically convert categories from an RSS feed into WooCommerce product categories. Yes. YouTube video feeds are supported. For YouTube, you need to use the official feed URLs that Google still provides.\ Examples:

When adding such a feed, go to the feed settings -> Media handling -> in the dropdown Post thumbnails, select Create from media attachment. YouTube provides thumbnails via <media:thumbnail> in the feed (as media attachments), so this option ensures that each imported post gets a proper WordPress featured image. = How to enrich imported posts with relevant YouTube videos? =\ You can automatically embed YouTube videos into your imported posts using the %youtube_video[]% placeholder. Example: %youtube_video[%post_title%]% The value inside the brackets can be any text string or another supported placeholder such as %post_title%, %xml_tags[name]%, etc. = Can I translate imported content automatically? =\ Yes, using Google, Yandex and DeepL translation APIs. = How can I import feeds with multiple language versions (WPML or Polylang)? =\ If you are using WPML or Polylang and have more than one language on your site, you can create translated versions of each imported post automatically. For example, if your site has English (EN) as the main language and French (FR) and German (DE) as additional languages, you need to add the same feed three times in the RSS Retriever Syndicator. We recommend adding the language code (EN, FR, DE) to the feed name so it is easier to manage. In the settings of each feed instance:
  1. Select the correct language group (EN, FR, or DE).
  2. Enable automatic translation into that language. This way every imported post will have its own translated version in the correct language group, fully integrated with WPML or Polylang.
= How can I automatically remove outdated posts or products? =\ You can control this using the Post lifetime setting. It defines the period in hours after which an imported post will be automatically deleted. If you do not want to limit the lifetime, set this parameter to 0. This is especially useful when importing WooCommerce products or any other content where freshness matters, such as product feeds, time-limited offers, or news updates. = Can I control or randomize the publication dates of imported posts? =\ Yes, the plugin allows you to adjust publication dates using the Post date adjustment range setting. This range defines a random offset (in minutes) that will be applied to each imported post. For example, if you set [0..60], each post date will be shifted forward by a random value between 0 and 60 minutes. Negative values are also supported, so a range like [-60..-10] will backdate posts into the past. This option works together with the Base date setting, which can be either Get date from post or Use syndication date (the current time). Combined, these settings give you full flexibility: you can backdate imported content, spread posts more evenly in time, or even schedule them into the future.

更新日志:

1.0.2 1.0.1 1.0.0