Publicator AI

Descrición

Publicator AI is an AI-powered content marketing platform that researches keywords, writes SEO-optimised articles in your brand voice, and publishes them straight to your WordPress site on a schedule you control.

This is the official WordPress companion plugin. Once you install it and connect your site to your Publicator AI project, every piece of content you approve in the Publicator AI dashboard appears on your blog automatically — fully formatted, with the right categories, tags, featured image and SEO meta tags already in place. No copy-pasting. No CMS context-switching. No broken HTML.

Why use Publicator AI?

Most WordPress site owners juggle a separate AI writer, an SEO plugin, an image generator and a copy-paste workflow. Publicator AI replaces that loop with a single platform that:

  • Researches what your audience is actually searching for and turns it into a content plan you can edit.
  • Writes long-form articles that match your brand voice, tone and length preferences.
  • Generates or sources featured images so every post ships ready to publish.
  • Publishes directly to WordPress via this plugin — instantly or on a future schedule.
  • Keeps your taxonomies in sync so the AI knows which categories and tags actually exist on your site.
  • Writes the SEO meta (title, description) and hands it to Yoast, Rank Math or All in One SEO automatically.

What this plugin does

  • Connects your WordPress site to your Publicator AI project with a single sign-in flow — no API keys to copy, no permissions to configure manually.
  • Receives finished posts from Publicator AI and creates them as native WordPress posts (status: published or scheduled).
  • Re-publishes updates idempotently using an external ID, so re-running a publish never duplicates content.
  • Sideloads the featured image into your Media Library with proper alt text.
  • Resolves and creates categories and tags on the fly, and syncs the full taxonomy back to Publicator AI on demand.
  • Writes SEO title and meta description into Yoast SEO, Rank Math or All in One SEO automatically — whichever you have active.
  • Exposes a small, locked-down REST API namespace (publicator-ai/v1) authenticated with a project-scoped key — no Application Password or admin credentials are ever sent over the wire after the initial setup.
  • Ships a clean, modern settings screen — no buried admin pages, no clutter.

Security

  • All requests to the Publicator AI platform go over HTTPS to our Supabase Edge Functions.
  • The plugin stores only a session token and a project-scoped API key. Your Publicator AI account password is never stored.
  • Inbound REST requests are validated with a hashed-comparison check against the per-project API key.
  • Deactivating the plugin tells the Publicator AI platform that the connection is offline, so scheduled posts can pause cleanly.

Who is it for?

  • Content teams running AI-assisted publishing at scale.
  • SEO agencies managing multiple client sites who want one dashboard instead of N WordPress logins.
  • Solo bloggers and SaaS marketing teams who want a steady cadence of well-optimised content without hiring a full editorial team.

More information and full documentation: https://publicator.ai/

External Services

This plugin connects to external services to provide its functionality. By installing and activating the plugin, you agree to the following:

1. Publicator AI (https://publicator.ai/)

The core service this plugin integrates with. Used for authentication, project management, content publishing, and taxonomy synchronisation.

  • Privacy Policy: https://publicator.ai/privacy-policy
  • Terms of Service: https://publicator.ai/aszf
  • Cookie Policy: https://publicator.ai/cookie-policy

2. Supabase (https://supabase.com)

Publicator AI uses Supabase as its backend infrastructure. The plugin communicates directly with Publicator AI’s Supabase Edge Functions (https://wfjirakgiglsowunllsq.supabase.co/functions/v1/) to handle authentication, project data, and taxonomy synchronisation. No Supabase credentials are stored in the plugin — the Edge Functions handle all authentication internally.

Data sent, and when:

  • Administrator email address and password — sent once during sign-in. Credentials are not stored by the plugin; only the returned session tokens are stored in the WordPress options table.
  • WordPress site URL and plugin version — sent when an administrator connects a project.
  • Category and tag names, slugs and IDs — sent when an administrator manually triggers a taxonomy synchronisation.
  • Connection status (connected / disconnected) — sent on connect and disconnect.

No data is sent automatically or without a deliberate action by the site administrator. End-user (visitor) data is never collected or transmitted.

  • Privacy Policy: https://supabase.com/privacy
  • Terms of Service: https://supabase.com/terms

Capturas

  • The Publicator AI settings screen after a successful connection — shows the masked project API key, the connection timestamp, the connected site URL, and a one-click taxonomy sync. Disconnecting is one button away.
  • First-time setup: a four-step onboarding panel and the secure sign-in form for your Publicator AI account. No API keys to copy or configure manually.
  • After signing in, pick which Publicator AI project to wire this WordPress site to and click Connect — the plugin handles the rest.

Instalación

  1. Upload the publicator-ai folder to /wp-content/plugins/, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Open the Publicator AI menu item in the WordPress sidebar.
  4. Sign in with your Publicator AI account.
  5. Pick the project you want to connect this site to and click Connect.

That’s it — your site is now wired up. Any content you publish from the Publicator AI dashboard will appear here automatically.

Preguntas frecuentes

Do I need a Publicator AI account to use this plugin?

Yes. The plugin is the bridge between WordPress and your Publicator AI project. You can create an account at https://publicator.ai/.

Is the plugin free?

The plugin itself is free and open source (GPLv2). It connects to the Publicator AI platform, which has its own subscription plans.

What WordPress and PHP versions are supported?

WordPress 5.8 or newer, and PHP 7.4 or newer. WordPress Application Passwords must be enabled (they are enabled by default on a standard WordPress install).

Does it work with my SEO plugin?

Yes. The plugin auto-detects Yoast SEO, Rank Math and All in One SEO, and writes the SEO title and meta description to whichever is active. If none is active, the values are stored as standard post meta you can read with any tool.

Will publishing overwrite my existing posts?

No. Every post is tagged with an external_id from Publicator AI. The first publish creates a new post; subsequent publishes with the same external_id update that same post. Posts not created by Publicator AI are never touched.

Where are my credentials stored?

Your Publicator AI password is not stored. Only the short-lived session token (JWT), refresh token and the project-scoped API key are stored in the WordPress options table. You can revoke access at any time from the plugin’s settings page or from your Publicator AI dashboard.

How do I disconnect a site?

Open the Publicator AI menu in WordPress and click Disconnect. This notifies the Publicator AI platform and removes the stored tokens from this site.

Does the plugin send any visitor data to a third party?

No. The plugin only acts on explicit administrator actions (sign in, connect project, sync taxonomies, receive a publish call). No analytics, tracking or visitor data is collected.

I uninstalled the plugin — is my data cleaned up?

Yes. When you delete the plugin from WordPress (not just deactivate), the uninstall.php routine removes the stored connection options and session transients.

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“Publicator AI” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “Publicator AI” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

8.0.2

  • Replace the WordPress.org directory header banner with the official Publicator AI brand wordmark for a consistent, recognisable listing across the catalog and inside WordPress admin.

8.0.1

  • New: incoming post.excerpt from the publishing payload is now mapped to the WordPress Excerpt field. Posts that arrive with an excerpt no longer end up with an empty Kivonat.
  • New: full English-primary copy across the plugin header, settings screen, and admin notices; Hungarian translation shipped (hu_HU, 47 strings) so existing Hungarian sites keep their native UI.
  • New: WordPress.org directory assets — high-resolution logo icon (128×128 and 256×256), header banners (772×250 and 1544×500), and three screenshots of the connection flow.
  • New: proper uninstall.php removes the stored connection option, login transients, and the multisite variant when the plugin is deleted.
  • Fix: REST route /taxonomies/{term_id} regex was double-escaped and never matched a numeric term ID — DELETE now works as documented.
  • Fix: sideloaded featured-image filename fallback regex was double-escaped — extension-less image URLs now get a .jpg suffix as intended.
  • Improved: connection timestamp uses the WordPress site’s own date/time format instead of a hard-coded Hungarian pattern.
  • Improved: rewritten readme.txt with a clear value proposition, expanded FAQ, real screenshot captions, and proper changelog/upgrade-notice blocks.

8.0.0

  • First public release on the WordPress.org plugin directory.
  • Sign-in based onboarding — no manual API-key handling.
  • Idempotent publishing keyed by external_id.
  • Featured image sideloading with alt text.
  • Category and tag auto-creation plus on-demand full sync.
  • SEO meta integration for Yoast SEO, Rank Math and All in One SEO.
  • Hungarian translation included (hu_HU).