Rebelgrowth Documentation
Welcome. This guide covers setup, integrations, publishing, and troubleshooting.
Getting started
- Create a project from the Onboarding flow (or via Settings).
- Connect an integration (WordPress recommended).
- Configure publishing settings and schedule content.
WordPress plugin (recommended)
- Download the plugin: Rebelgrowth Plugin (.zip)
- In WP Admin → Plugins → Add New → Upload Plugin → select the .zip → Install → Activate.
- Open WP Admin → Rebelgrowth, copy your Integration Key.
- In Rebelgrowth → Integrations → WordPress → enter Site URL and Integration Key, then Connect.
Notes:
- Draft vs Publish behavior is controlled from the WP plugin settings.
- The plugin exposes secure endpoints under
/wp-json/rebelgrowth/v1/.
WordPress (App Password fallback)
We now default to the plugin. If you still need App Password:
- Create an Application Password for your WP user (Users → Profile).
- In Rebelgrowth → Integrations → WordPress → enter Site URL, Username, and App Password.
This path remains supported for backward compatibility.
API Webhook
Use a custom webhook to receive article payloads from Rebelgrowth.
- Provide a reachable HTTPS POST endpoint and an access token.
- Click “Test Your Webhook” to validate a 2xx response.
Troubleshooting
- WordPress 403/401: Verify Integration Key (plugin) or App Password (fallback).
- Plugin not detected: Ensure the plugin is activated and the Integration Key is saved.
- Draft URL: Draft posts show
?p=IDlinks until published—this is normal.
Security
- Token-based publishing (plugin) is preferred over Basic Auth.
- We recommend rotating plugin Integration Keys periodically.
- Hide system errors from users and show friendly messages.
Changelog (highlights)
- 1.0.0: Initial public plugin release; token-based publishing; docs page added.