Feed importer archived
WordPress plugin to import post from RSS or Atom feed.
by Bryan Folliot · github.com/bfolliot/feed-importer · website
★ 1stars
52composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/bfolliot/feed-importer/archive/refs/heads/master.zipAlso on Packagist as bfolliot/feed-importer:
composer require bfolliot/feed-importerFrom the readme
WordPress plugin to import post from RSS or Atom feed.
This plugin help you to create post from feed (RSS or Atom).
Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.
Feed Importer use composer, if you already use composer in your project, juste add bfolliot/feed-importer in your composer.json :
If you do not use it (you should really consider using it to manage your project), in your plugins directory (by default, wp-content/plugins) :
Get composer and run :