Title: Unburden Connector — Effortless Content Publishing
Author: Unburden
Published: <strong>November 29, 2025</strong>
Last modified: November 29, 2025

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/unburden-connector.svg)

# Unburden Connector — Effortless Content Publishing

 By [Unburden](https://profiles.wordpress.org/unburden/)

[Download](https://downloads.wordpress.org/plugin/unburden-connector.zip)

 * [Details](https://test.wordpress.org/plugins/unburden-connector/#description)
 * [Reviews](https://test.wordpress.org/plugins/unburden-connector/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/unburden-connector/#installation)
 * [Development](https://test.wordpress.org/plugins/unburden-connector/#developers)

 [Support](https://wordpress.org/support/plugin/unburden-connector/)

## Description

Unburden is a powerful content creation and publishing platform that integrates 
seamlessly with WordPress. This plugin serves as the bridge between your WordPress
site and the Unburden application, enabling automated content publishing, planning,
and management.

### Key Features

 * **Automated Publishing**: Schedule and publish content automatically from Unburden
 * **Content Planning**: Plan and organize your content calendar
 * **Author Mapping**: Map Unburden authors to WordPress users
 * **Media Upload**: Upload images and media directly through the API
 * **Analytics Integration**: Track publishing performance and engagement
 * **Category & Tag Management**: Create and manage WordPress categories and tags
 * **Secure Connection**: Encrypted, authenticated API communication

### How It Works

 1. Install and activate the plugin
 2. Connect your WordPress site to your Unburden account
 3. Start creating and publishing content through the Unburden platform
 4. Content automatically appears on your WordPress site

### Privacy Policy

This plugin connects your WordPress site to the Unburden platform for content management
and publishing. The plugin collects and transmits the following information:

 * WordPress site URL and basic site information
 * User authentication tokens for secure API communication
 * Content data (posts, pages, media) as requested through the Unburden platform
 * Basic usage analytics for content performance tracking

All data transmission is encrypted using HTTPS. The plugin does not collect personal
information about your site’s visitors. For more information about how Unburden 
handles your data, please visit [Unburden’s Privacy Policy](https://unburden.cc/privacy).

### Support

For support, please visit:
 * [Unburden Support](https://unburden.cc/support) * 
[WordPress.org Support Forums](https://wordpress.org/support/plugin/unburden-connector)

### Credits

This plugin is developed by the Unburden team. It uses the following open-source
libraries:
 * WordPress REST API * PHP OpenSSL for encryption

### License

This plugin is licensed under the GPLv2 or later.

    ```
    Copyright (C) 2024 Unburden

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    ```

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/unburden-connector` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Use the Unburden menu in your WordPress admin to connect your site.
 4. Follow the connection wizard to link your WordPress site with your Unburden account.

## FAQ

### Do I need an Unburden account?

Yes, you need an active Unburden account to use this plugin. The plugin serves as
a connector between WordPress and the Unburden platform.

### Is my data secure?

Yes, all communication between WordPress and Unburden is encrypted and authenticated.
The plugin uses WordPress’s built-in security features and follows WordPress coding
standards.

### Can I disconnect my site?

Yes, you can disconnect your WordPress site from Unburden at any time through the
plugin’s admin interface.

### What WordPress versions are supported?

The plugin requires WordPress 4.7 or higher and PHP 5.6 or higher.

### Does this plugin track my usage?

The plugin includes analytics features that help track content performance. All 
data collection is documented and users are informed about data usage.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Unburden Connector — Effortless Content Publishing” is open source software. The
following people have contributed to this plugin.

Contributors

 *   [ Unburden ](https://profiles.wordpress.org/unburden/)

[Translate “Unburden Connector — Effortless Content Publishing” into your language.](https://translate.wordpress.org/projects/wp-plugins/unburden-connector)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/unburden-connector/),
check out the [SVN repository](https://plugins.svn.wordpress.org/unburden-connector/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/unburden-connector/)
by [RSS](https://plugins.trac.wordpress.org/log/unburden-connector/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Security improvements: Fixed output escaping for PHP_VERSION constant
 * Enhanced WordPress security standards compliance
 * All variables and options now properly escaped when echoed
 * Follows WordPress “escape late” principle for maximum security

#### 0.9.9

 * Added `/pages` REST API endpoint for fetching WordPress pages content
 * Enables editorial line generation from WordPress pages during connection setup
 * Improves content analysis by including both posts and pages in editorial strategy
 * Provides richer context for AI-powered content planning and persona generation

#### 0.9.8

 * Fixed WordPress REST API authentication pattern that was causing 403 Forbidden
   errors
 * Replaced redundant permission callbacks with WordPress-standard authentication
   flow
 * Simplified API endpoint permissions to rely on proper user authentication chain
 * All API endpoints now use `is_user_logged_in()` permission callback instead of
   custom API key validation
 * This follows WordPress best practices where authentication happens at the filter
   level and permissions are checked separately

#### 0.9.7

 * Fixed API key transmission issue by implementing base64 encoding for HTTP headers
 * Resolved authentication failures caused by special characters in API keys being
   escaped during HTTP transmission
 * Improved compatibility with various web server configurations (nginx, Apache,
   reverse proxies)
 * Enhanced error logging for better debugging of authentication issues
 * API keys are now base64-encoded before transmission and decoded on receipt for
   reliable authentication

#### 0.9.6

 * Fixed connection verification issue that was causing 403 errors during WordPress
   site setup
 * Added dedicated `/test-connection` endpoint for reliable connection authentication
 * Improved error logging and diagnostics for connection verification process
 * Enhanced compatibility with WordPress REST API authentication system

#### 0.9.5

 * Updated plugin name to “Unburden Connector — Effortless Content Publishing” for
   better distinction
 * Changed constant prefixes from “APP_UNBURDEN_” to “UNBURDENCC_” for uniqueness
   and WordPress compliance
 * Updated minimum PHP requirement from 5.6 to 7.4 to align with current WordPress
   standards
 * WordPress Plugin Directory compliance update

#### 0.9.4

 * Fixed WordPress connection handshake permissions issue that was causing 401 authentication
   errors
 * Modified the `/get-key` endpoint to use public access with lookup_id validation
   for security
 * Improved connection flow reliability by removing admin permission requirements
   from handshake endpoint
 * Enhanced WordPress REST API compliance while maintaining security through encryption
   validation

#### 0.9.3

 * Fixed WordPress coding standard warnings for direct database queries in activator
   class
 * Added caching to transient cleanup operations for performance improvement

#### 0.9.2

 * Security improvements: Fixed 26 WordPress coding standards violations
 * Enhanced input sanitization and output escaping throughout plugin
 * Replaced unsafe date() functions with WordPress-safe gmdate() and date_i18n()
 * Improved database query compliance and transient management
 * Updated to WordPress security standards for all user-facing output
 * Comprehensive WordPress linter compliance update

#### 0.9.1

 * Version bump and preparation for security updates

#### 0.9.0

 * Security improvements: Removed sensitive connection key from client-side JavaScript
 * Security improvements: Added proper admin permission checks to handshake endpoint
 * Enhanced WordPress compliance and security standards
 * Updated “Tested up to” WordPress version to 6.6

#### 0.8.1

 * Enhanced analytics integration
 * Improved error handling for API requests
 * Added support for custom post types
 * Security improvements

#### 0.8.0

 * Initial public release
 * Complete WordPress REST API integration
 * Author mapping functionality
 * Media upload support
 * Category and tag management

## Meta

 *  Version **1.0.0**
 *  Last updated **6 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/unburden-connector/)
 * Tags
 * [AI](https://test.wordpress.org/plugins/tags/ai/)[automation](https://test.wordpress.org/plugins/tags/automation/)
   [content](https://test.wordpress.org/plugins/tags/content/)[publishing](https://test.wordpress.org/plugins/tags/publishing/)
 *  [Advanced View](https://test.wordpress.org/plugins/unburden-connector/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/unburden-connector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/unburden-connector/reviews/)

## Contributors

 *   [ Unburden ](https://profiles.wordpress.org/unburden/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/unburden-connector/)