WordPress
Vireloop publishes to WordPress through the REST API, authenticating with an Application Password — a dedicated credential you can revoke at any time without changing your login.
1. Create an Application Password
- In WordPress admin, go to Users → Profile (or edit the user Vireloop should publish as).
- Scroll to Application Passwords, enter a name like
Vireloop, and click Add New Application Password. - Copy the generated password (shown once). Keep your username handy too.
The user needs permission to create posts and upload media (Author, Editor, or Administrator).
2. Connect in Vireloop
- Onboarding Integration step → WordPress, or Sites → Add site.
- Enter your WordPress URL, username, and the Application Password.
- Click Test connection — Vireloop calls
/wp-json/wp/v2/users/meto verify the credentials.
3. How publishing works
- The featured image is uploaded to
/wp-json/wp/v2/media, then attached to the post. - The post is created at
/wp-json/wp/v2/postswith title, content, excerpt, slug, and status. - Status is
draftuntil you approve, thenpublish. - If Yoast or Rank Math is installed, the SEO title and meta description are written to their fields; otherwise that step is skipped gracefully.
Other connectors: Next.js Blog · API Webhook