WordPress service plugin — REST API cross-posting #34

Open
opened 2026-05-28 18:51:52 +00:00 by jmiller · 1 comment
Owner

Cross-post articles to a WordPress site via REST API.

Credentials:

{
  "site_url": "https://example.com",
  "username": "...",
  "app_password": "..."
}

Features:

  • WordPress REST API v2
  • Post creation with full HTML content
  • Category mapping
  • Featured image upload
  • Draft or publish mode
  • Application Passwords auth (WP 5.6+)
  • Canonical URL back to Joomla article
Cross-post articles to a WordPress site via REST API. **Credentials:** ```json { "site_url": "https://example.com", "username": "...", "app_password": "..." } ``` **Features:** - WordPress REST API v2 - Post creation with full HTML content - Category mapping - Featured image upload - Draft or publish mode - Application Passwords auth (WP 5.6+) - Canonical URL back to Joomla article
Author
Owner

Branch created: feature/34-wordpress-service-plugin-rest-api-cross-

git fetch origin
git checkout feature/34-wordpress-service-plugin-rest-api-cross-
Branch created: [`feature/34-wordpress-service-plugin-rest-api-cross-`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/34-wordpress-service-plugin-rest-api-cross-) ```bash git fetch origin git checkout feature/34-wordpress-service-plugin-rest-api-cross- ```
Sign in to join this conversation.
Type Feature
Status
Priority Medium
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#34