Des articles SEO chaque jour, publiés sur WordPress
Connectez-vous avec un mot de passe d'application et Bora publie directement via l'API REST de WordPress. Aucune extension à installer et rien à maintenir de votre côté.
Ce qu'il vous faut
- Your WordPress site URL
- A WordPress username
- An application password (not your account password)
Connecter 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.
Ce que Bora fait sur WordPress
- Post body as HTML — pris en charge
- Featured image uploaded and linked — pris en charge
- Categories and tags — pris en charge
- Scheduled or immediate publishing — pris en charge
- Sites with the REST API disabled by a security plugin — non pris en charge