Artículos SEO diarios, publicados en WordPress
Conéctate con una contraseña de aplicación y Bora publicará directamente a través de la API REST de WordPress. Sin plugin que instalar y sin nada que mantener actualizado por tu parte.
Qué necesitas
- Your WordPress site URL
- A WordPress username
- An application password (not your account password)
Cómo conectar 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.
Qué hace Bora en WordPress
- Post body as HTML — compatible
- Featured image uploaded and linked — compatible
- Categories and tags — compatible
- Scheduled or immediate publishing — compatible
- Sites with the REST API disabled by a security plugin — no compatible