• Applicable Software: MokoWaaS (Joomla)
  • Applicable Version: Development

Cross-post articles to an external WordPress site via the REST API v2. Uses Application Passwords for secure authentication without sharing your main password.

Credentials

  • WordPress Site URL — The target WordPress site (e.g., https://myblog.com).
  • Username — Your WordPress username.
  • Application Password — Generate in WordPress, Users, Profile, Application Passwords.
  • Default Post Status — Whether posts are saved as drafts or published immediately.

Authentication

WordPress uses Basic Auth with Application Passwords (not Bearer tokens). This is more secure than sharing your main password and can be revoked independently.

Notes

Full HTML content is supported. No character limit. Category mapping is not yet implemented — posts are created in the default WordPress category.