Genseo

설명

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

설치

  1. Upload the plugin folder to /wp-content/plugins/ or install the zip in WordPress admin.
  2. Activate Genseo in Plugins.
  3. Go to Genseo in the WordPress admin menu.
  4. Generate an API key in Genseo (Integrations > WordPress).
  5. 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 externalPostId and updates the existing post instead of creating duplicates.

Can I disconnect safely?

Yes. Disconnecting clears the local shared secret and disables incoming publish requests.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Genseo”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Genseo”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1.1

  • Added External services section 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)