Minineo Publisher

Plugin Banner

Minineo Publisher

by sanjaynegi26

Download
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/
  1. Upload the minineo-publisher folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open Minineo Publisher in the WordPress admin menu.
  4. Click Connect to Minineo.
  5. Finish the secure pairing flow in Minineo.
Does this plugin send my WordPress admin password to Minineo?

No. The connection flow uses a short-lived pairing code and stores a separate site token for Minineo.

Can I disconnect the site later?

Yes. Disconnecting the plugin removes the current Minineo token from WordPress.

What happens to images during publishing?

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.

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
Back to top