Integrations
WordPress
Connect a self-hosted WordPress site to Kitful with either the Kitful plugin or the manual REST setup.
Use the WordPress integration when you want Kitful to publish articles directly to your self-hosted WordPress site.
Kitful supports two WordPress connection methods:
WordPress Pluginfor the simplest setupWordPress Manualif you prefer to connect with a WordPress application password
WordPress Plugin
Use the plugin if you want the cleanest setup and do not want to manage a WordPress application password.
What you need
- a self-hosted WordPress site
- admin access to WordPress
- the Kitful plugin installed on your site
Connect with the plugin
Install from WordPress.org: wordpress.org/plugins/kitful
- Install and activate the
KitfulWordPress plugin. - In WordPress admin, open
Settings->Kitful. - Review the generated secret and click
Connect to Kitful. - Sign in to Kitful if needed.
- If you have more than one workspace, choose the workspace that should publish to this site.
- Return to WordPress after Kitful confirms the connection.
Publish with the plugin
- Open the article in Kitful.
- Click
Publish. - Choose your
WordPress Pluginintegration. - Confirm the publish.
The plugin applies its own local publishing defaults for post status, author, and categories.
WordPress Manual
What you need before you start
- a self-hosted WordPress site
- admin access to WordPress
- an application password from WordPress
Before you connect WordPress
Make sure:
- your site uses
https:// - your permalink setting is not
Plain
You can check your permalink setting in WordPress under Settings -> Permalinks.
Create an application password
- Open WordPress admin.
- Go to
Users. - Open your profile.
- Find
Application Passwords. - Create a new password and keep it somewhere safe until setup is complete.
Connect WordPress in Kitful
- Open your workspace in Kitful.
- Go to
Integrations. - Click
AddonWordPress. - Fill in:
Integration NameWordPress Site URLUsernameApplication Password
- Click
Test. - Click
Connect.
Publish an article
- Open the article in Kitful.
- Click
Publish. - Choose your WordPress integration.
- Confirm the publish.
Use WordPress with Autoblog
- Open
Autoblog. - Create a campaign or edit an existing one.
- Choose your WordPress integration in
Campaign Configuration. - Save or launch the campaign.
Troubleshooting
Connection test failed
- Check that the site URL is correct and reachable.
- Verify the username and application password.
- Confirm the user can create posts.
- Make sure permalinks are not set to
Plain.
Publishing fails even though the connection test passed
- Check whether security plugins or firewalls are blocking API requests.
- Create a fresh application password and reconnect.
Local testing note
Hosted Kitful cannot reach a WordPress site running only on local localhost.
For end-to-end testing, either:
- run Kitful locally and connect it to your local WordPress install
- or expose WordPress through a tunnel so Kitful can reach it