Connect WordPress to Convor with Application Passwords, selected post types, and a manual widget script embed.
The WordPress integration lets Convor authenticate against the WordPress REST API with a WordPress Application Password. The live chat widget is still installed with the standard Convor script tag, so no WordPress plugin is required.
/wp-json/wp/v2/users/meApplication Passwords
WordPress Application Passwords are separate from the user's account password and are intended for REST API access. Convor stores the application password encrypted and only returns a masked value in the dashboard.
In WordPress Admin, open Users, then Profile. Scroll to Application Passwords, enter a name such as Convor, and click Add New Application Password. Copy the generated password immediately because WordPress will not show it again.
# WordPress username: admin
# Application Password: xxxx xxxx xxxx xxxx xxxx xxxxIn Convor, open Integrations → WordPress. Enter:
siteUrl: the WordPress site root, for example https://yoursite.comusername: the WordPress username that owns the application passwordapplicationPassword: the generated WordPress Application PasswordpostTypes: at least one of post, page, or custom_post_type{
"integration": "wordpress",
"siteUrl": "https://yoursite.com",
"username": "admin",
"applicationPassword": "xxxx xxxx xxxx xxxx xxxx xxxx",
"postTypes": ["post", "page"]
}After the first save, the application password field is masked. When editing the site URL, username, or post types, leave the application password field blank to keep the saved encrypted password. Enter a new password only when rotating credentials.
Use Test Connection after saving. Convor verifies the saved WordPress credentials against the site's REST API. Disconnecting removes the saved WordPress configuration from Convor; it does not revoke the Application Password in WordPress. Revoke that password from the WordPress user profile when you retire the connection.
Add the widget script tag directly to your theme before the closing body tag.
<script src="https://cdn.convor.io/widget.js"
data-key="convor_wpk_..."
async>
</script>| Feature | Description | Status |
|---|---|---|
| REST API connection test | Verifies saved WordPress Application Password credentials | Supported |
| Post type defaults | Stores the post types Convor should use for WordPress workflows | Supported |
| Live chat widget | Real-time chat widget on WordPress pages and posts | Supported |
| Visitor tracking | Shows which page the visitor is browsing | Supported |
| Cleanup | Deletes saved Convor-side WordPress configuration | Supported |
Connection failures
If the dashboard test fails, verify the site URL is the root domain, the REST API is reachable, and the Application Password belongs to the saved username.
data-key matches the public widget key copied from Convor exactly (convor_wpk_...)./wp-json/ is reachable through the same public URL saved in Convor.Ostatnia aktualizacja: 10 sie 2026
Czy ta strona była pomocna?
WooCommerce Integration
Connect WooCommerce to Convor with REST API keys, signed webhooks, order context, and a manual widget script embed.
Zapier Integration
Connect Convor to thousands of apps using Zapier REST hooks. When events happen in Convor (new conversations, messages, assignments), Zapier can automatically t