Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

FeedToPosts

Beschreibung

A posts importer based on a JSON stream.
Posts generation by form and handle an automation system.

Getting Started

  • Local server environment or live server

Prerequisites

  • Tested on WP 4.9.7

  • Your Feed must be a JSON, and formatted like describe in the plugin settings.

I do not know if it will work on previous or higher versions

Installing

Download the plugin, and put files into /wp-content/plugins/

  • Activate the plugin
  • Go to the Feed to posts page in the admin menu
  • Put a feed and click on „Generate Posts“
  • Your posts have been imported

Automation

Please note that for automation, you must first inject posts via the form in the settings of the plugin. Once done, you are free to do automation as explained below.

If you want to check that new posts are available in your feed, add a cron job like this (here every 5 minutes) :

*/5 * * * * wget http://YOURDOMAIN.DOMAIN/?rest_route=/FeedToPosts/v1/feedtoposts

If you want simple authentication, add a .htaccess require_auth and .htpasswd pair, for this url. Just add --user user --password pass to your cron job.

Author

Nathan MEYER https://github.com/natinho68

Screenshots

  • plugin settings
  • json response from automation

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„FeedToPosts“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „FeedToPosts“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

v1.0