Title: CraftPost Site Connector
Author: craftpost
Published: <strong>August 22, 2026</strong>
Last modified: August 22, 2026

---

Search plugins

![](https://ps.w.org/craftpost-site-connector/assets/banner-772x250.png?rev=3661125)

![](https://ps.w.org/craftpost-site-connector/assets/icon-256x256.png?rev=3661125)

# CraftPost Site Connector

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

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

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

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

## Description

CraftPost Site Connector connects your WordPress website to the CraftPost content
automation service through authenticated REST API webhooks.

The plugin can:

 * Create and update posts and pages.
 * Assign authors, categories, tags, publication status, and templates.
 * Download featured and section images to the WordPress Media Library.
 * Write supported metadata for Yoast SEO, Rank Math, and All in One SEO.
 * Store and display FAQ content with optional FAQPage structured data.
 * Create and update multilingual content when Polylang is active.
 * Refresh existing articles through approved CraftPost operations.

Incoming CraftPost requests are authenticated, signed, and protected against replay
attacks.

An account on CraftPost and a site connection key are required to use the service.
The plugin does not create content by itself and does not connect to CraftPost until
an administrator configures a site key.

#### External service

This plugin connects to the external CraftPost service at [craftpost.net](https://craftpost.net/).
The service is required to generate, manage, translate, and deliver content to WordPress.

After an administrator creates a connection and configures the site key, authenticated
CraftPost requests may retrieve:

 * The site URL, name, language, timezone, and WordPress version.
 * WordPress author IDs, usernames, display names, and roles.
 * Public post types, categories, templates, and image sizes.
 * Existing post titles, content, excerpts, status, author, categories, language,
   translations, and featured-image status when requested from the CraftPost dashboard.
 * Information about supported SEO and multilingual plugins.

CraftPost may send generated or updated article content, metadata, translations,
FAQ items, and remote image URLs to the website. Remote images are downloaded from
the supplied image host into the WordPress Media Library. That image host receives
a request from the website server during the download.

The service is used only after the website administrator configures a CraftPost 
site key. For information about data handling and retention, review the [CraftPost Privacy Policy](https://craftpost.net/privacy.html)
and [CraftPost Terms of Service](https://craftpost.net/terms.html).

#### Instruction video

Watch the CraftPost setup and usage guide:

https://kinescope.io/embed/9z1h5x44N1cnxRaYmfW7rR

## Screenshots

[⌊Configure the CraftPost site key, SEO integration, and FAQ settings in WordPress.⌉⌊
Configure the CraftPost site key, SEO integration, and FAQ settings in WordPress
.⌉[

Configure the CraftPost site key, SEO integration, and FAQ settings in WordPress.

[⌊Customize FAQ display options and CSS, then save the connector settings.⌉⌊Customize
FAQ display options and CSS, then save the connector settings.⌉[

Customize FAQ display options and CSS, then save the connector settings.

[⌊Add a WordPress website in the CraftPost dashboard and verify the connection.⌉⌊
Add a WordPress website in the CraftPost dashboard and verify the connection.⌉[

Add a WordPress website in the CraftPost dashboard and verify the connection.

[⌊Add multiple article topics to the generation queue and configure their publishing
settings.⌉⌊Add multiple article topics to the generation queue and configure their
publishing settings.⌉[

Add multiple article topics to the generation queue and configure their publishing
settings.

[⌊Choose an article template, review the generation settings and cost, and add the
articles to the queue.⌉⌊Choose an article template, review the generation settings
and cost, and add the articles to the queue.⌉[

Choose an article template, review the generation settings and cost, and add the
articles to the queue.

## Installation

 1. Upload the `craftpost-site-connector` folder to `/wp-content/plugins/`, or install
    the plugin ZIP from **Plugins > Add New > Upload Plugin**.
 2. Activate **CraftPost Site Connector**.
 3. Sign in to your CraftPost account and add the WordPress website.
 4. Copy the generated `aic_live` site key.
 5. In WordPress, open **Tools > CraftPost Site Connector**.
 6. Paste the site key and save the settings.
 7. Choose the optional SEO and FAQ settings required for the website.

Use HTTPS on both the WordPress website and CraftPost account.

## FAQ

### Is a CraftPost account required?

Yes. CraftPost Site Connector is a connector for the external CraftPost service.
A CraftPost account and a site key are required.

### Does the plugin generate content inside WordPress?

No. Content is prepared by the CraftPost service and delivered to WordPress through
authenticated REST API requests.

### How are incoming requests protected?

Incoming requests are authenticated, signed, and protected against replay attacks.

### Which SEO plugins are supported?

The plugin can write supported metadata for Yoast SEO, Rank Math, and All in One
SEO when one of those plugins is active.

### Does it support multilingual content?

Yes. The plugin can connect translated posts when Polylang is installed and configured.
Polylang is optional.

### Can I disable the connection?

Yes. Deactivate the plugin to disable its REST routes. You can also replace the 
site key from **Tools > CraftPost Site Connector**.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“CraftPost Site Connector” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “CraftPost Site Connector” into your language.](https://translate.wordpress.org/projects/wp-plugins/craftpost-site-connector)

### Interested in development?

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

## Changelog

#### 1.4.2

 * Updated WordPress compatibility metadata for WordPress 7.1.
 * Added WordPress.org directory artwork and expanded the plugin screenshots.

#### 1.4.1

 * Changed the plugin slug and text domain to craftpost-site-connector for the WordPress.
   org submission.
 * Preserved existing settings, metadata keys, and REST API compatibility.
 * Added a migration guard that automatically deactivates the legacy plugin directory
   and prevents a fatal error.
 * Updated global function prefixes to prevent collisions while activating alongside
   the legacy version.
 * Detects version-suffixed legacy plugin directories created by GitHub source archives.
 * Preserved the ai-craft-post REST namespace in the Clearfy whitelist after the
   slug migration.
 * Prevented the migration guard from treating the current plugin file as a legacy
   copy.
 * Updated all settings-page links to the craftpost-site-connector admin slug.

#### 1.4.0

 * Renamed plugin to CraftPost Site Connector.
 * Updated all remaining user-facing labels to CraftPost Site Connector (admin menu,
   settings, privacy policy, site-info payload, readme).
 * Replaced inline <script> in the FAQ metabox with a properly enqueued script via
   wp_enqueue_script and wp_localize_script.
 * Replaced inline <style> in post content with wp_enqueue_style and wp_add_inline_style.

#### 1.3.9

 * Maintenance release.

#### 1.3.8

 * Preserved native Gutenberg image blocks during article refreshes.
 * Generated section images as valid Gutenberg blocks.

#### 1.3.7

 * Improved image processing compatibility and optimization handling.
 * Improved article refresh validation and translation updates.
 * Added publication-date refresh support.
 * Improved translated FAQ handling.

## Meta

 *  Version **1.4.2**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [ai content](https://wordpress.org/plugins/tags/ai-content/)[content automation](https://wordpress.org/plugins/tags/content-automation/)
   [faq](https://wordpress.org/plugins/tags/faq/)[polylang](https://wordpress.org/plugins/tags/polylang/)
   [seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/craftpost-site-connector/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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