Auto Blogger – Automated AI Blogging

Description

Auto Blogger is a connector plugin for the Auto Blogger content service. After you sign in and register a webhook, published articles from your Auto Blogger account are imported into WordPress.

Features

  • Sign in to Auto Blogger from WordPress and approve access for your site
  • Matches your site URL to your Auto Blogger websites, or lets you add this site during setup
  • Registers a secure webhook so new posts arrive when they are published
  • Imports title, content, slug, SEO metadata, and featured images
  • Sets attachment alt text and media title when Auto Blogger provides them
  • Optional cache revalidation when Seraphinite Accelerator is already installed

Service requirement

This plugin requires an Auto Blogger account. Auto Blogger is a paid software-as-a-service product with its own subscription and terms.

External services

This plugin connects to the Auto Blogger service to authenticate your account, manage website and webhook settings, and receive published posts.

Service: Auto Blogger
Website: https://auto-blogger.ai
Terms of use: https://auto-blogger.ai/terms
Privacy policy: https://auto-blogger.ai/privacy

Data sent to Auto Blogger includes:

  • Your WordPress site URL when matching or creating a website record
  • OAuth tokens after you approve the connection
  • Your WordPress permalink structure when registering or updating a website
  • The REST webhook URL and shared secret when you register a webhook

Data received from Auto Blogger includes:

  • Account and website information shown on the settings screen
  • Published post payloads delivered to your site’s webhook endpoint (title, HTML content, slug, SEO fields, and image URLs)
  • OAuth client configuration required to start sign-in

Image files referenced in a post are downloaded from the URLs provided in the webhook payload and stored in your WordPress media library.

No data is sent to Auto Blogger until you click Connect to Auto Blogger or use another action on the settings page that requires the service.

Privacy

This plugin stores OAuth tokens and webhook secrets in your WordPress database. Tokens are encrypted when OpenSSL is available on your server.

The plugin maintains an optional webhook run log on your site so administrators can review recent imports. You can clear this log from the settings page.

By connecting to Auto Blogger you agree to Auto Blogger’s terms of use and privacy policy. Auto Blogger is responsible for how it processes data on its service; this plugin only transfers data you authorize by connecting and registering a webhook.

Installation

  1. Upload the plugin ZIP under Plugins Add New Upload Plugin, then activate it.
  2. Open Settings Auto Blogger.
  3. Click Connect to Auto Blogger, sign in, and approve access.
  4. Add or select your website, then click Register webhook.
  5. Use Sync posts to import existing published articles from Auto Blogger.

FAQ

Does this plugin work without an Auto Blogger account?

No. You need an active Auto Blogger account and subscription. The plugin is an interface between WordPress and the Auto Blogger service.

What data is sent to Auto Blogger?

When you connect, the plugin sends your WordPress site URL and OAuth credentials to Auto Blogger. When you register a webhook, Auto Blogger stores your webhook URL and a shared secret. When posts are published, Auto Blogger sends post content, metadata, and image URLs to your site. See the Privacy section below and the Auto Blogger privacy policy.

Does the plugin add links or branding to my public site?

No. The plugin does not add credits, affiliate links, or branding to your front-end pages.

Can I choose the WordPress post status for imports?

Yes. Under Settings Auto Blogger, choose whether imported posts are saved as drafts or published immediately.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Auto Blogger – Automated AI Blogging” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.9

  • Inital Release

1.0.8

  • Inital Release

1.0.7

  • WordPress.org slug alignment: text domain and packaged folder are now auto-blogger-automated-ai-blogging.
  • Webhook idempotency keys expire after seven days instead of living permanently in the options table.

1.0.6

  • Store imported-post lookups in an option map instead of post meta queries.

1.0.5

  • Use meta_query for imported-post lookups to satisfy Plugin Check performance sniffs.

1.0.4

  • Renamed plugin for WordPress.org directory: Auto Blogger – Automated AI Blogging.

1.0.3

  • Plugin Check fixes: settings view refactor, packaging slug alignment, and security hardening.

1.0.2

  • WordPress.org guideline compliance: privacy and external-service documentation, prefixed helpers, and admin disclosures.

1.0.1

  • Seraphinite Accelerator integration: optional automatic full-site cache revalidation after imports.

1.0.0

  • Initial release: account connection, webhook import, SEO and image metadata.