Beschreibung
Genseo helps teams plan and generate blog content. This plugin connects your WordPress site to Genseo and accepts secure publish requests from Genseo.
Features:
- Setup wizard for first-time connection
- Native WordPress settings UI
- Secure REST endpoint:
/wp-json/genseo/v1/publish - Idempotent syncing with external post IDs (updates instead of duplicates)
- Configurable incoming publish behavior (publish immediately or save as draft)
- SEO metadata + focus keyphrase mapping for Yoast SEO, Rank Math, and All in One SEO
External services
This plugin connects to the Genseo web service (https://app.genseo.co) to register your WordPress site and enable secure inbound publishing from your Genseo project.
What the service is used for:
- Connect this WordPress site to your Genseo project.
- Validate the project API key you enter in the setup wizard.
- Exchange and store a site-specific shared secret used to authorize incoming publish requests.
What data is sent and when:
- When you click Connect to Genseo, the plugin sends the API key you entered, your WordPress site URL, and the local publish endpoint URL to Genseo.
- During normal publishing, Genseo sends post content to your plugin endpoint on this site (
/wp-json/genseo/v1/publish). - The plugin does not send visitor analytics or tracking data to Genseo.
Service provider:
- Genseo
- Terms of Service: https://www.genseo.co/legal/terms
- Privacy Policy: https://www.genseo.co/legal/privacy-policy
Installation
- Upload the plugin folder to
/wp-content/plugins/or install the zip in WordPress admin. - Activate Genseo in Plugins.
- Go to Genseo in the WordPress admin menu.
- Generate an API key in Genseo (
Integrations > WordPress). - Paste the key in the plugin setup wizard and click Connect to Genseo.
FAQ
-
Does this replace WordPress Application Password mode?
-
No. Genseo still supports classic app-password publishing. This plugin is the new native plugin mode.
-
What happens if the same post is sent multiple times?
-
The plugin uses
externalPostIdand updates the existing post instead of creating duplicates. -
Can I disconnect safely?
-
Yes. Disconnecting clears the local shared secret and disables incoming publish requests.
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende und Entwickler
„Genseo“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Genseo“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
0.1.1
- Added
External servicessection documenting Genseo API usage, data transfer, Terms, and Privacy links.
0.1.0
- Initial beta release
- Setup wizard + settings page
- Secure publish endpoint with idempotent updates
- Publish behavior setting (publish/draft)
