Kotia Content Integration

설명

Kotia Content Integration provides a secure REST API for content import:

✔ Create posts via REST
✔ Upload media
✔ Create categories and tags
✔ Set featured images
✔ SEO fields support
✔ Yoast SEO compatibility (if installed)
✔ Status endpoint for connection checks
✔ Token-based authentication

If Yoast SEO is not installed, SEO fields are stored as custom fields and rendered in page head.

REST API Endpoints

POST:
– /wp-json/kotia-content-integration/v1/post
– /wp-json/kotia-content-integration/v1/media
– /wp-json/kotia-content-integration/v1/category
– /wp-json/kotia-content-integration/v1/tag
– /wp-json/kotia-content-integration/v1/set-thumbnail

GET:
– /wp-json/kotia-content-integration/v1/status

Authentication:
Authorization: Bearer TOKEN

SEO Fields

Supported fields in post creation:

{
“meta_title”: “SEO Title”,
“meta_description”: “SEO Description”,
“focus_keyword”: “Keyword”
}

If Yoast SEO is installed, fields are automatically mapped to Yoast meta.

If not installed:
– fields are stored as custom meta
– fields are available in admin
– fields are rendered in

License

GPLv2 or later

설치

  1. Upload plugin folder to /wp-content/plugins/
  2. Activate plugin
  3. Generate API token in settings
  4. Use REST API to import content

FAQ

How to get API token?

Go to Settings Kotia Content Integration and generate new token.

Does it work without Yoast SEO?

Yes. SEO fields are stored as custom fields and rendered in page head.

How to check connection?

Use GET /status endpoint.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

2.4.1

  • Fixed tag assignment bug causing numeric tag names when importing posts

2.4.0

  • Added SEO support
  • Added status endpoint
  • Improved REST API security
  • Yoast SEO compatibility
  • Custom fields fallback

2.3.0

  • Initial REST API support
  • Media upload
  • Post import