Daily SEO articles, published to WordPress
Connect with an application password and Bora publishes straight through the WordPress REST API. No plugin to install and nothing to keep updated on your side.
What you need
- Your WordPress site URL
- A WordPress username
- An application password (not your account password)
Connecting WordPress
- 1In WordPress go to Users → Profile → Application Passwords and create one for Bora.
- 2Paste your site URL, username and that password into Bora.
- 3Press Connect. We make a real authenticated call before saving anything — if the credentials are wrong you find out now, not on publish day.
- 4Approve your calendar and the first article goes out.
The featured image is two calls, and most tools only make one
WordPress accepts a post with featured_media set to 0 — that means "no featured image" and it is not an error. Plenty of automated publishing setups upload the image, create the post, and never connect the two; the post looks published and has no image. Bora uploads to the media endpoint, takes the returned ID, and sets it on the post.
What Bora does on WordPress
- Post body as HTML — supported
- Featured image uploaded and linked — supported
- Categories and tags — supported
- Scheduled or immediate publishing — supported
- Sites with the REST API disabled by a security plugin — not supported