Title: Blogient &#8211; AI Blog Automation
Author: Blogient
Published: <strong>Augustus 14, 2026</strong>
Last modified: September 23, 2026

---

Soek deur uitbreidings

![](https://ps.w.org/blogient/assets/banner-772x250.png?rev=3647919)

![](https://ps.w.org/blogient/assets/icon-256x256.png?rev=3647909)

# Blogient – AI Blog Automation

 Deur [Blogient](https://profiles.wordpress.org/fatihsarper/)

[Laai Af](https://downloads.wordpress.org/plugin/blogient.1.1.6.zip)

 * [Besonderhede](https://af.wordpress.org/plugins/blogient/#description)
 * [Aanbevelings](https://af.wordpress.org/plugins/blogient/#reviews)
 *  [Installation](https://af.wordpress.org/plugins/blogient/#installation)
 * [Ontwikkeling](https://af.wordpress.org/plugins/blogient/#developers)

 [Hulp](https://wordpress.org/support/plugin/blogient/)

## Beskrywing

Blogient is a content automation service (blogient.com) that regularly produces 
SEO-friendly blog posts for your brand. This **free plugin** is a secure **connector**
between your Blogient account and your WordPress site: posts created in Blogient
are delivered to your site as real, native WordPress posts, complete with a featured
image, category and SEO meta.

The plugin does not generate content on its own. Content generation runs on your
Blogient subscription at blogient.com. The connector function is always active; 
it never stops working after a trial period or a quota.

**Features**

 * One-click connection: paste the connection code from your Blogient dashboard.
   No application password required.
 * Native publishing: posts become standard WordPress posts (post type: post), so
   your theme and menus apply as usual.
 * Featured image, category/tags and internal links are added automatically.
 * SEO meta: the title and description are filled in a way compatible with Yoast
   SEO and Rank Math.
 * Scheduling: future-dated posts are scheduled and published at the right time.
 * Idempotent: if the same post is sent again, it updates instead of creating a 
   duplicate.
 * Secure: content is signed by Blogient with HMAC-SHA256 and verified on your site.

**Who is it for**

Businesses using WordPress or WooCommerce that want to feed their blog with regular
SEO content.

#### External service

This plugin connects to an external service, blogient.com, to receive and publish
AI-generated blog content. On connection, your site URL and REST publish endpoint(`/
wp-json/blogient/v1/publish`) are sent to Blogient; article content is sent back
to your site over HTTPS, signed with HMAC-SHA256. A paid Blogient subscription is
required for content generation.

 * Terms of Service: https://blogient.com/terms
 * Privacy Policy: https://blogient.com/privacy

## Installation

 1. Install and activate the plugin. (Plugins > Add New > Upload Plugin to upload the.
    zip, or search for “Blogient” in the plugin directory.)
 2. Open **Blogient** from the left menu.
 3. In your Blogient dashboard (Settings > WordPress), create a connection code.
 4. Paste the code and click **Connect to Blogient**. When you see “Connected”, setup
    is complete.

Note: to show posts in your blog listing, set a “Posts page” under Settings > Reading
in WordPress.

## Kwel-vrae

### Do I need a Blogient subscription?

Yes. The plugin is free; content generation runs on your Blogient subscription (
blogient.com).

### Do I need to provide an application password?

No. The connection is established with a one-time connection code; a secret key 
generated on your site is used for signed verification.

### Where are the posts published?

Posts are published as standard WordPress posts: on their own permalink and on your
blog/posts page. For the blog page, set Settings > Reading > “Posts page”.

### I use an SEO plugin other than Yoast or Rank Math.

The title and description are filled automatically for Yoast SEO and Rank Math. 
If you use a different SEO plugin, let us know at info@blogient.com.

### How do I disconnect?

Use “Disconnect” on the Blogient screen. After that, new posts are no longer sent
to your site.

### Is my data safe?

Content is sent only over HTTPS and signed with HMAC-SHA256. The plugin does not
collect sensitive data such as cards or passwords. For details, see the Privacy 
Policy: https://blogient.com/privacy

## Aanbevelings

There are no reviews for this plugin.

## Contributors & Developers

“Blogient – AI Blog Automation” is oopbron sagteware. Die volgende mense het bygedra
tot die ontwikkeling van hierdie uitbreiding:

Contributors

 *   [ Blogient ](https://profiles.wordpress.org/fatihsarper/)

[Translate “Blogient – AI Blog Automation” into your language.](https://translate.wordpress.org/projects/wp-plugins/blogient)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/blogient/), check out
the [SVN repository](https://plugins.svn.wordpress.org/blogient/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/blogient/) by [RSS](https://plugins.trac.wordpress.org/log/blogient/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.6

 * New: in-body images are now sideloaded into your own WordPress media library 
   on publish (like the cover image already was), and the content is rewritten to
   point at your local URLs. Previously in-body images were hot-linked from the 
   Blogient CDN. Fail-safe (an image that cannot be fetched is left untouched) and
   idempotent.

#### 1.1.5

 * New: /unpublish and /delete REST endpoints so Blogient can pull a post off the
   live site (set to draft) or trash it remotely — required for the approval workflow(
   an unapproved post can be taken down without site-admin access).
 * New: explicit post status support on /publish (draft/pending/private) so approval-
   mode posts stay off the live site until the client approves.
 * Fix: full page-cache purge (LiteSpeed / WP Rocket / WP Super Cache / W3TC / object
   cache) after publish/unpublish/delete — the recent-posts widget appears on every
   page, so a targeted purge left stale entries; now the whole cache is cleared.

#### 1.1.4

 * Güvenlik: replay koruması (imzalı istek zaman penceresi), görsel indirmede SSRF
   allowlist, istek gövde boyut sınırı.

#### 1.1.3

 * Hardening: serialize concurrent publishes of the same post via a database lock(
   GET_LOCK), preventing rare duplicate posts when two requests for the same article
   arrive simultaneously.

#### 1.1.2

 * Fix: hreflang alternate links now only include the real translation group (internal
   query is exempt from the front-end hide filter).
 * Fix: front-end hide filter nests existing meta_query with AND (no leakage into
   OR queries).
 * Posts are now published under the connecting administrator (no more author 0).
 * Disconnect now notifies Blogient with the site secret so publishing stops immediately.

#### 1.1.1

 * Multilingual: hide translated versions from all front-end lists (theme and page-
   builder queries), while keeping them indexable in the sitemap.

#### 1.1.0

 * Multilingual: publish background-indexed translated versions (e.g. English, Arabic)
   of a post that stay out of the site’s front-end lists but remain indexable, linked
   with hreflang.

#### 1.0.0

 * First public release. Connection-code setup, native publishing, featured image,
   category/tags, Yoast/Rank Math SEO meta, scheduling (future), idempotent updates
   and HMAC-SHA256 signature verification.

## Meta

 *  Version **1.1.6**
 *  Last updated **5 ure gelede**
 *  Active installations **Minder as 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **7.0.6**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/blogient/)
 * Tags
 * [AI](https://af.wordpress.org/plugins/tags/ai/)[automation](https://af.wordpress.org/plugins/tags/automation/)
   [blog](https://af.wordpress.org/plugins/tags/blog/)[content](https://af.wordpress.org/plugins/tags/content/)
   [seo](https://af.wordpress.org/plugins/tags/seo/)
 *  [Gevorderde Aansig](https://af.wordpress.org/plugins/blogient/advanced/)

## Punte-toekennings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/blogient/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/blogient/reviews/)

## Contributors

 *   [ Blogient ](https://profiles.wordpress.org/fatihsarper/)

## Hulp

Got something to say? Need help?

 [Gaan na die hulp-forum](https://wordpress.org/support/plugin/blogient/)

## Skenk

Wil jy graag die ontwikkeling van hierdie uitbreiding ondersteun?

 [ Skenk aan hierdie uitbreiding ](https://blogient.com)