RSS Importer

説明

RSS フィードから投稿をインポート。

インストール

  1. rss-importer フォルダーを /wp-content/plugins/ ディレクトリにアップロード
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. 「ツール → インポート」画面に移動し、RSS をクリック

評価

2021年8月7日
This plugin needs an update to work with php7. (and 8) @garethgillman has provided a fix. https://wordpress.org/support/topic/fix-for-php-7/ Once that's fixed it works really nice. Although it could also warn users that media files haven't been moved. Its not cool that @wordpressdotorg hasn't deployed that fix with an update to the plugin. Its almost like a core feature. For lots of people this is going to be one of their first experiences of Wordpress trying to migrate their old site. Sorry for whinging let me know how I can fix it myself if thats easier.
2017年3月23日 1 reply
Update line 109 for fixed wrong import categories: Old code: //$categories[$cat_index] = $wpdb->escape( html_entity_decode( $category ) ); New code: $categories[$cat_index] = str_replace(array('<![CDATA[', ']]>'), '', $wpdb->escape( trim($category) ));
2017年2月10日
PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php:72\nStack trace:\n#0 /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php(178): RSS_Import->get_posts()\n#1 /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php(204): RSS_Import->import()\n#2 /var/www/wordpress/wp-admin/admin.php(308): RSS_Import->dispatch()\n#3 {main}\n thrown in /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php on line 72, referer: https://marvin.fablab.fau.de/wp-admin/admin.php?import=rss
2016年10月4日
Causes errors with current versions of both PHP and WordPress
9件のレビューをすべて表示

貢献者と開発者

RSS Importer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“RSS Importer” は41ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“RSS Importer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.3.2

  • Testing the plugin up to WordPress 6.4.2
  • Update link references from http to https.

0.3.1

  • Testing the plugin up to WordPress 6.2

0.3

  • Removed set_magic_quotes_runtime() for PHP 7 compatibility.
  • Add support for WordPress 6.1

0.2

  • 互換性の更新
  • テキストドメインヘッダーを追加

0.1

  • 最初のリリース