Description
StoryChief is a smart AI content operations platform that helps organizations turn scattered knowledge, disconnected tools, and fragmented workflows into coordinated content execution.
Connect your website, CRM, DAM, analytics, notes, communication tools, and other systems so StoryChief can transform business context into actionable strategies, structured workflows, high-quality content, and multi-channel execution.
From strategy and planning to collaboration, approvals, publishing, amplification, and performance tracking, StoryChief gives teams one connected flow to manage every stage of the content lifecycle.
Unlike generic AI tools, StoryChief combines AI assistance with human control, approval workflows, brand governance, and workspace-based collaboration.
Every output stays editable, reviewable, and aligned with your organization’s standards. Teams use StoryChief to coordinate campaigns, internal communications, thought leadership, editorial workflows, advocacy programs, multi-brand publishing, and cross-channel content operations — all from one centralized platform.
Actions and filters
Developers: This plugin has numerous actions and filters available that can be used to modify the default behaviour of the plugin.
Actions:
* storychief_after_publish_action($payload)
* storychief_after_delete_action($payload)
* storychief_save_author_action($payload)
* storychief_save_tags_action($payload)
* storychief_save_categories_action($payload)
* storychief_save_featured_image_action($payload)
* storychief_save_seo_action($payload)
* storychief_sideload_images_action($payload)
Filters:
* storychief_before_handle_filter($payload)
* storychief_is_draft_status($is_draft, $payload)
* storychief_change_post_type($post_type, $payload)
* storychief_alter_response($response)
* storychief_publish_permalink($permalink, $postID)
Requirements
- This plugin requires a StoryChief account.
- Not a StoryChief user yet? Sign up for free!
- PHP version 7.0 or higher
- WordPress version 5.2 or higher
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings -> StoryChief screen to configure the plugin
- Copy over your encryption key from StoryChief
FAQ
Find our complete FAQ here
Support for Divi Builder
Support for WPBakery
Reviews
Contributors & Developers
“StoryChief” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “StoryChief” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.46
- Up tested version to WP 7.0
- Updated description
1.0.43
- Fix security issues where empty encryption keys were allowed
- Fix security issues were remote code execution was possible.
- Implemented WordPress best practices
- Up tested version to WP 6.8
1.0.42
- Up tested version to WP 6.7
1.0.41
- Add support to lock updates to content, only update status to published
1.0.40
- Updated readme
1.0.39
- Added: Connection check now returns meta-data; detect the feature to publish an article as draft
- Added: Future feature “published as draft” in StoryChief
- Deprecation: Dropped support for PHP below 7.0
- Deprecation: Dropped support for WordPress below 5.2
1.0.38
- Improvement: Tested up to WordPress 6.4
1.0.37
- Feature: Allow publishing to a page.
- Improvement: Improve how we upload featured image.
1.0.36
- Feature: Parse literal gutenberg blocks in the content
1.0.34
- Bugfix: Solved edge-case where media URL conflicts with post url
1.0.33
- Added formatting of shortcodes
1.0.32
- Tested up to WordPress 5.9
1.0.31
- Improvement: Add improvements to the security
1.0.30
- Improvement: Disable WP-Cron when StoryChief’s webhook is called.
1.0.29
- Bugfix: New tags would not get connected to the post
1.0.28
- Feature: Added debug mode
1.0.27
- Bugfix: Don’t duplicate og tags when RankMath is installed
1.0.26
- Improvement: Added storychief_alter_response filter
1.0.25
- Improvement: Tested up to WordPress 5.6
- Improvement: Added storychief_change_post_type filter
- Improvement: Updated filter and action documentation
1.0.23
- Improvement: Tested up to WordPress 5.5
- Bugfix: Add permission_callback on register_rest_route
1.0.23
- Bugfix: Fixed bug where saving the author would be done without sanitation disable
1.0.22
- Improvement: add storychief_is_draft_status filter for granular control over the publish status
- Improvement: move author linking to seperate action ‘storychief_save_author_action’. Allows for granular control
- Improvement: add ability to customize the post type on configuration
1.0.21
- Improvement: remove image data check for duplicates, image optimizers change it each time.
1.0.20
- Improvement: added mapping of alt-tag
1.0.19
- Improvement: clear cache after new post is created or updated.
1.0.18
- Improvement: Improvement to image side-loading.
1.0.17
- Improvement: Try to map categories and tags on slug before name.
1.0.15
- Tested up to WordPress 5.4
1.0.15
- Improvement: added custom styling options for media alignment, video’s and captions
- Improvement: tested up to WordPress 5.3
- Improvement: Renamed “Story Chief” and “Storychief” to the correct “StoryChief”
1.0.14
- Bugfix: Divi content formatting fix
1.0.13
- Improvement: Added support for Divi theme and Divi Builder
1.0.12
- Improvement: Add support for Rank Math
- Bugfix: Canonical URL
1.0.11
- Bugfix: SEO meta tags where displayed on non-singular pages when no SEO plugin was found.
1.0.10
- Bugfix: SEOPress pre_get_document_title filter was overwritten by StoryChief
1.0.9
- Improvement: Added support for All In One Seo Pack Pro
1.0.8
- Improvement: Added support for All In One Seo Pack
- Improvement: Added the article’s title as the alt-tag for the Post Featured image
1.0.7
- Improvement: Added support for Yoast Premium
- Improvement: Tested up to WordPress 5.0
1.0.6
- Bugfix: refactored old filters to actions on handleUpdate webhook function
1.0.5
- Improvement: Return the post Pretty URl instead of Permalink as redirect modules are giving issues.
1.0.4
- Improvement: Suppress warnings and notices from other plugins that can get prepended or appended to the rest response on bad configured servers.
1.0.3
- Improvement: Better support for SeoPress and add fallback for when no SEO plugins are installed
- Bugfix: Images side-loaded for draft articles got in a subfolder based 01/01/1970 date instead op the post date.
1.0.2
- Bugfix: trigger side-loading of images on update function.
1.0.1
- Bugfix: use wp_check_filetype() instead of mime_content_type() as it is not always available
1.0.0
- Complete rewrite of plugin
- Feature: Option to side-load all images inside the content.
- Improvement: Avoid duplicate images.
0.4.2
- Bugfix: Permalink sometimes redirected bots (ex: Facebot) to the homepage. Changed the permalink to stop that.
- Improvement: Made notices less obtrusive.
0.4.0
- Added a filter to modify the returned permalink
0.3.9
- Clearer ‘test mode’ description in settings
0.3.8
- Added support for SeoPress
0.3.7
- Increased image side-loading timeout and handled exception gracefully
0.3.6
- Improved SEO integration
0.3.5
- Added settings to allow or disallow creation of new tags and categories
0.3.4
- Added support for SEO plugin Yoast
- Tested up to version 4.9
0.3.3
- Don’t return a permalink in test mode, in order to avoid accidental social media posts in test mode
0.3.2
- Refactored for support of PHP 5.4
0.3.1
- Added handleUpdate function
0.3.0
- Added information messages for sub-plugins.
- Changed insert of tags, categories and featured image through filters (for overwrite/extension purposes)
0.2.9
- Reformatted code for reuse of import_image function
0.2.8
- Added custom filter: storychief_before_handle_filter
- Added custom action: storychief_after_publish_action
- Added custom action: storychief_after_delete_action
- Added custom action: storychief_after_test_action
0.2.7
- Added ability to sync multiple categories.
- Added an option to automatically create new authors
0.2.6
- Add ability to save as draft for testing purposes
0.2.5
0.2.4
- Added support for Google AMP
0.2.3
- Added support until PHP version 5.2.4
0.2.1
- Added WP installation url on configuration page for improved usability.
- Better error handling.
0.2
- Drop the REST API approach and reworked everything with one simple webhook.
0.1
- Connect to your StoryChief destination
- Publish your articles on your WordPress blog.






