manifest / integrations / trendplotconnector
Trendplot Connector
Write-first content bridge between Trendplot and WordPress. Creates drafts, stores metadata, links products to articles.
by Trendplot · github.com/magpern/trendplotconnector · website
★ 0stars
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/magpern/trendplotconnector/releases/download/v1.0.1/trendplot-connector-1.0.1.zipFrom the readme
Trendplot Connector
WordPress plugin that acts as a write-first content bridge between Trendplot and WordPress. Trendplot discovers content through crawling; this plugin does what crawling cannot: push drafts into WordPress, store Trendplot metadata as persistent post meta, and maintain product/article relationships across sync cycles.
1. Installation
Warning: The --delete flag removes any files in the deploy target that are not in the repository. Never edit the deploy directory directly.
2. Activation
3. Configuration
Navigate to Trendplot → Settings in the WordPress admin sidebar.
| Field | Description |
|---|---|
| Enable Connector | Master on/off switch for the REST API |
| Site ID | Unique identifier for this site; must match the X-Trendplot-Site-Id header sent by Trendplot |
| Shared Secret | HMAC-SHA256 signing secret; use the Generate button or enter manually |
| Allowed Origin | Base URL of the Trendplot service (reserved for future CORS enforcement) |
Generate Secret — Click to create a new cryptographically random 64-character secret. The secret is stored in wpoptions and is never written to any file.
Test Connection — Opens the /health endpoint in a new browse
Read the full README on GitHub →