manifest / integrations / contentbridge
ContentBridge
Sends post data to any number of configurable external webhook services with optional JWT authentication.
by Giacomo Secchi · github.com/writepoetry/contentbridge · website
★ 0stars
21release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/writepoetry/contentbridge/releases/download/0.2.3/contentbridge-0.2.3.zipDeclares an update source (https://wordpress-1181065-5783234.cloudwaysapps.com), so updates arrive through the plugin's own updater.
From the readme
ContentBridge — WordPress Plugin
Useful WP-CLI commands for local testing environment during plugin development.
Creates a new WordPress post with title, content, publish status, and custom metadata (e.g., featured image and Yoast meta description).
Updates an existing post (ID 123) by changing the title, content, status, and metadata.
Sets up the WordPress testing environment by creating the test database and installing the specified WordPress version.
ContentBridge Inner Hooks
Default Featured Image Override
Add this filter in your theme or plugin to override the default featured image used by ContentBridge. The hook forces the system to return the specified image ID as the new default.
Service Configuration Injection
Define external services, events, and payloads used by ContentBridge. Each key represents an integration. The filter must return an array of service definitions.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 0.2.3 | Jan 5, 2026 | contentbridge-0.2.3.zip | 2 |
| 0.2.2 | Nov 25, 2025 | contentbridge-0.2.2.zip | 8 |
| 0.2.1 | Nov 20, 2025 | contentbridge-0.2.1.zip | 2 |
| 0.2.0 | Nov 15, 2025 | — | — |
| 0.1.10 | Sep 27, 2025 | contentbridge-0.1.10.zip | 0 |
| 0.1.9 | Sep 27, 2025 | contentbridge-0.1.9.zip | 1 |
| 0.1.8 | Sep 22, 2025 | contentbridge-0.1.8.zip | 1 |
| 0.1.7 | Sep 22, 2025 | contentbridge-0.1.7.zip | 1 |
| 0.1.6 | Sep 22, 2025 | contentbridge-0.1.6.zip | 1 |
| 0.1.5 | Sep 22, 2025 | contentbridge-0.1.5.zip | 5 |