Minineo Publisher
Minineo Publisher
Description
Minineo Publisher adds a secure site-to-app connection flow for Minineo.
The plugin is built around a one-time pairing code and a site-specific API token. This means a site owner can install the plugin, click Connect, and finish the connection in Minineo without handing over their WordPress username or password.
Current features:
- Connect this site to Minineo from the WordPress admin area
- Disconnect and rotate access cleanly
- Expose token-authenticated status and disconnect endpoints
- Publish WordPress posts through the plugin
- Publish WordPress pages through the plugin
- Fetch available WordPress page templates for Minineo
- Sideload remote images into the local WordPress media library during publish
External services
This plugin connects to the Minineo service at https://app.minineo.com.
It sends data to Minineo only after a site owner explicitly clicks Connect to Minineo or publishes content through Minineo.
During connection, the plugin sends:
- site ID
- site name
- site URL
- one-time pairing code exchange details
During publishing from Minineo, the plugin receives and processes:
- post or page title
- slug
- excerpt
- content HTML
- page template slug when applicable
Minineo service links:
- Privacy Policy: https://minineo.com/privacy-policy/
- Terms of Service: https://minineo.com/terms-of-service/
Installation
- Upload the
minineo-publisherfolder to/wp-content/plugins/. - Activate the plugin through the Plugins screen in WordPress.
- Open
Minineo Publisherin the WordPress admin menu. - Click
Connect to Minineo. - Finish the secure pairing flow in Minineo.
Faq
No. The connection flow uses a short-lived pairing code and stores a separate site token for Minineo.
Yes. Disconnecting the plugin removes the current Minineo token from WordPress.
Remote images included in content published through Minineo can be sideloaded into the local WordPress media library. The first uploaded image is used as the featured image when available.
Reviews
Changelog
0.1.0
- Initial secure connection scaffold
- Admin settings page
- REST endpoints for connect, status, disconnect, post publishing, page publishing, and templates
- Remote image sideloading for plugin-based publishing