Contentee.ai
Contentee.ai
Description
Important: This plugin requires an active Contentee.ai account and a paid subscription to function.
This plugin is a connector that allows your WordPress site to receive and publish content created in the Contentee.ai platform.
Contentee.ai is an external content management and publishing service. Using this plugin, you can securely connect your WordPress site to Contentee.ai and publish content directly to WordPress without manual copying or uploads.
Using this plugin together with Contentee.ai can help you:
- Publish SEO-focused content consistently without manual work
- Support long-term organic traffic growth through regular content publishing
- Create content tailored to your business services, products, and target audience
- Scale your content production while keeping full control inside WordPress
With this plugin, you can:
- Publish posts and pages created in Contentee.ai directly to WordPress
- Automatically upload and manage media (images and videos) in the WordPress Media Library
- Increase content visibility by sharing published articles to connected social media channels automatically
- Set default publishing preferences such as post type, category, and status
- Maintain consistent structure and formatting when publishing content
- Publish multilingual content with automatic language detection
- Integrate with popular translation plugins including Polylang, WPML, TranslatePress, Weglot, GTranslate, MultilingualPress, and Loco Translate
- Full WordPress Multisite support with network-wide activation and a Network Admin settings page for managing all sites
- Automatically set SEO meta descriptions and focus keyphrases for Yoast SEO, Rank Math, and All in One SEO
External Service Requirement
This plugin connects to the Contentee.ai service (contentee.ai).
To use this plugin, you must:
* Have an active Contentee.ai account
* Have a valid API key generated in your Contentee.ai dashboard
When publishing content, the following data is sent from Contentee.ai to your WordPress site:
* Post content (title, body, and language)
* Media files (images and videos)
* Publishing preferences (post type, category, status)
* Content URLs used for optional social media sharing
No data is sent from your WordPress site to Contentee.ai unless you explicitly connect the site using your API key and initiate publishing actions.
API keys are generated and managed by the site owner in Contentee.ai and can be revoked at any time.
For more information about how data is handled by Contentee.ai, please refer to:
* Privacy Policy: https://contentee.ai/en/privacy
* Terms of Use: https://contentee.ai/en/terms
API Endpoints
This plugin registers the following REST API endpoints:
GET /wp-json/contentee/v1/verify– Verify connection and get site infoGET /wp-json/contentee/v1/settings– Get publishing settingsPOST /wp-json/contentee/v1/publish– Publish content with optional language parameterGET /wp-json/contentee/v1/categories– Get available categoriesGET /wp-json/contentee/v1/templates– Get available page templatesGET /wp-json/contentee/v1/languages– Detect installed language plugins and available languagesGET /wp-json/contentee/v1/version– Get plugin version
All endpoints (except version) require the x-api-key header for authentication using the WordPress-specific API key generated during registration.
Installation
Single Site
- Upload the
contentee-aifolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the Contentee.ai menu in your WordPress admin
- Enter your Contentee.ai API key (requires an active Contentee.ai account and subscription)
- Select your profile from the dropdown
- Configure your publishing preferences
- Test the connection to ensure everything is working
WordPress Multisite
- Upload the
contentee-aifolder to the/wp-content/plugins/directory - Network Activate the plugin from the Network Admin > Plugins page, or activate it on individual sites
- Each site admin can configure their own API key from the Contentee.ai menu in their site admin
- Super admins can also manage API keys for all sites from the Network Admin > Contentee.ai page
Faq
You can find your API key in your Contentee.ai account settings at https://app.contentee.ai/app/settings
Yes! You can configure the default content type in the plugin settings. You can choose between Posts and Pages.
The plugin supports images (which are set as featured images) and videos (which are embedded in the content).
All media is uploaded to your WordPress Media Library, ensuring fast loading times and keeping your content self-hosted.
The plugin automatically detects and works with: Polylang, WPML, TranslatePress, Weglot, GTranslate, MultilingualPress, and Loco Translate. If you have one of these plugins installed, Contentee.ai can publish content in the appropriate language.
Yes! The plugin fully supports WordPress Multisite. You can network-activate it for all sites at once, or activate it on individual sites. Each site maintains its own independent API key and connection to Contentee.ai.
Yes. When the plugin is active on a multisite network, a Network Admin settings page is available under the Contentee.ai menu in the Network Admin dashboard. Super admins can configure and test API keys for any site in the network from this centralized page.
Each site connects to Contentee.ai independently using its own API key. Depending on your Contentee.ai subscription, you may be able to use the same account for multiple sites.
The plugin automatically detects and works with Yoast SEO, Rank Math, and All in One SEO (AIOSEO). When one of these plugins is active, Contentee.ai will automatically set the focus keyphrase and meta description for each published post, improving your on-page SEO without manual work.
Reviews
Changelog
2.2.1
- Simplified settings page: merged Save and Connection Test into a single “Save & Connect” action with inline status feedback
- Removed the separate Connection Status card — connection is now verified automatically when saving the API key
- WordPress API key is no longer generated on plugin activation; it is created only when a valid Profile API Key is saved
- Added sign-up prompt card on the settings page for new users without an API key configured
- Improved plugin description to better reflect SEO automation capabilities
2.2.0
- Added SEO plugin integration for Yoast SEO, Rank Math, and All in One SEO (AIOSEO)
- Automatically set focus keyphrase and meta description when publishing content
- Added SEO plugin detection to connection verification response
- Added SEO result details to publish response
2.1.0
- Added WordPress Multisite support with both network-wide and per-site activation
- Added Network Admin settings page for super admins to manage API keys across all sites
- Added automatic plugin setup for new sites created in a multisite network
- Added activation and deactivation hooks with multisite-aware lifecycle management
- Fixed post author assignment for multisite compatibility (no longer hardcoded to user ID 1)
- Added multisite context (blog ID, network name) to connection verification response
2.0.0
- Added multilingual support with automatic language detection
- Added support for Polylang – set post language based on configured languages
- Added support for WPML – full integration with WPML language system
- Added support for TranslatePress – automatic language assignment
- Added support for Weglot – works with original and destination languages
- Added support for GTranslate – compatible with GTranslate language settings
- Added support for MultilingualPress – multisite language network support
- Added support for Loco Translate – translation file management integration
- Added languages endpoint to detect installed translation plugins and available languages
- Enhanced publish endpoint with language parameter support
- Automatic language fallback when exact language match is not available
- New WordPress site registration system with unique API keys
- Improved API key authentication using WordPress-specific keys
- Enhanced error logging for multilingual functionality
- Better debugging support for translation plugin integration
1.4.0
- Added page templates endpoint for SEO Content Automation
- Added template support when publishing pages
- Support for SEO Content Automation feature in Contentee.ai
1.3.2
- Added version check endpoint for debugging
- Enhanced plugin update detection
1.3.1
- Enhanced logging for media upload and featured image debugging
- Added featured_media_id to API response for verification
- Improved error tracking for featured image setting
1.3.0
- Added support for WordPress post types (post and page)
- Implemented media upload caching to prevent duplicate uploads
- Disabled automatic thumbnail generation to prevent timeout errors
- Improved performance for batch publishing
- Enhanced error logging for better troubleshooting
1.0.0
- Initial release
- API key authentication
- Profile selection
- Publish posts and pages
- Media upload support
- Category and status configuration