Title: Historification
Author: thalesjacobi
Published: <strong>August 19, 2026</strong>
Last modified: August 19, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/historification.svg)

# Historification

 By [thalesjacobi](https://profiles.wordpress.org/thalesjacobi/)

[Download](https://downloads.wordpress.org/plugin/historification.2.4.45.zip)

 * [Details](https://wordpress.org/plugins/historification/#description)
 * [Reviews](https://wordpress.org/plugins/historification/#reviews)
 *  [Installation](https://wordpress.org/plugins/historification/#installation)
 * [Development](https://wordpress.org/plugins/historification/#developers)

 [Support](https://wordpress.org/support/plugin/historification/)

## Description

Your customers’ attention has moved to the short-form feed — reels, shorts and stories
watched in the gaps of the day. Historification helps your company meet them there:
it turns your expertise into polished short-form video, backed by a full article
and image carousel, and publishes everything across your social networks automatically.
You bring the topic and the taste; the plugin — a thin client for the Historification
hosted backend — does the production and distribution.

The heavy lifting (AI generation, video assembly, platform OAuth, billing) happens
on the Historification backend — nothing CPU-intensive runs on your WordPress host.
Your articles live in WordPress as a custom post type, so your content stays on 
your domain.

**You will need a Historification account and API key** from https://historification.
net. The plugin sends your article content to the backend for processing; see the
Privacy section.

Features:

 * AI article generation from a one-line editorial brief
 * 10-image carousel in a consistent visual style
 * Narrated vertical video (voiceover + captions) assembled from the carousel
 * One-click publishing to YouTube, Instagram and Facebook
 * Connect your own social accounts via OAuth (tokens never leave the backend)
 * Flexible publishing schedule — choose your cadence (twice a day to weekly, or
   paused) and times
 * Usage + engagement dashboard

### External services

Historification is a client for a hosted backend and relies on the third-party services
below. Data is sent only when you take the matching action (generate content, register,
subscribe, connect an account, publish). By using the plugin you consent to these
data flows; full details are in the Historification Privacy Policy (https://historification.
net/privacy) and Terms (https://historification.net/terms).

 1. Historification backend API (required) — https://api.historification.net
     What 
    it is: the hosted service that does the AI generation, media assembly, billing 
    and publishing. Data sent, and when:

* When you generate content: the article title and body you choose to process, plus
your topic profile (niche, voice, brand, audience) and your site domain.
 * When
you register or subscribe: your name, email address, business name, country and 
IP address. * When you connect a social account: the OAuth authorization completes
on the backend and the resulting access tokens are stored there — never in WordPress.*
Ongoing: article/publish counts, used to enforce your plan limits. Terms: https://
historification.net/terms — Privacy: https://historification.net/privacy

 1. Stripe (payments) — https://stripe.com
     What it is: our payment processor. Paid
    plans are billed through Stripe. Data sent, and when: when you upgrade to a paid
    plan or open “Manage billing”, the plugin redirects your browser to Stripe’s secure
    hosted checkout / billing portal to enter and manage your card. Card details are
    handled entirely by Stripe and never pass through the plugin or the Historification
    backend. Terms: https://stripe.com/legal/ssa — Privacy: https://stripe.com/privacy
 2. AI, media hosting and social publishing (used by the backend on your behalf)
     To
    produce and deliver your content, the backend in turn uses OpenAI (text, image 
    and voice generation), Google Cloud Storage (hosting generated images and video),
    and the social networks you connect (YouTube, Instagram, Facebook) when you publish
    to them. The complete list of sub-processors and what each stores is in the Privacy
    Policy: https://historification.net/privacy

## Installation

 1. Upload the plugin and activate it.
 2. Go to Historification  Settings and paste your API key.
 3. Set your topic profile (niche, voice, brand, audience).
 4. Connect YouTube / Instagram / Facebook.
 5. Create a Historification Article, generate content, and publish.

## FAQ

### Do I need an account?

Yes. Historification requires an API key from https://historification.net. A free
tier is available.

### Where is my content stored?

Your articles are stored in WordPress as a custom post type. Generated media (images/
video) is hosted on the backend CDN; you can optionally download it into your Media
Library.

### How much does Historification cost?

There is a Free tier. Paid plans are Starter (£29/month) and Pro (£79/month), billed
monthly. See https://historification.net for current plans and limits.

### How are payments handled?

Securely by Stripe. When you subscribe you are taken to Stripe’s hosted checkout
to enter your card — card details never touch your WordPress site or the Historification
backend. You can update your card or cancel at any time from the in-plugin “Manage
billing” button, which opens your Stripe billing portal.

### When am I charged, and when does a plan change take effect?

Upgrading from Free starts your subscription immediately: you pay a prorated part-
month amount for the rest of the current month, then the full monthly price on the
1st of each month after. Switching between paid plans, or downgrading, takes effect
on the 1st of the following month.

### How do I cancel, and do you offer refunds?

Cancel any time (Settings  Change plan  Free, or via the Stripe billing portal).
Your paid plan stays active until the end of the period you have already paid for,
then drops to Free. Payments are non-refundable — there are no refunds for partial
months, unused allowances or downgrades. See https://historification.net/terms.

### What data does the plugin send, and where?

See the “External services” section above. In short: your content and account details
go to the Historification backend; payment details go to Stripe; your articles themselves
stay in WordPress.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Historification” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Historification” into your language.](https://translate.wordpress.org/projects/wp-plugins/historification)

### Interested in development?

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

## Changelog

#### 2.4.45

 * Unique prefixes throughout: the wizard and slideshow JavaScript objects, the 
   insights transient, and the insights database table now all use the full `historification`
   prefix instead of the short `hsf` one.
 * Existing insights data is migrated automatically on upgrade — no data is lost.

#### 2.4.44

 * Publishing schedule is now fully user-configurable (cadence + times), no longer
   tied to the plan.
 * All admin JavaScript is enqueued via wp_add_inline_script instead of inline tags.
 * Prefixed global helper functions; removed the public reconnect-challenge REST
   route (reconnect now uses your API key); dropped bundled translations (handled
   via translate.wordpress.org).

#### 2.4.43

 * Onboarding wizard: keyless start, three-style picker, registration at the end
   with Terms & Privacy acceptance.
 * Stripe billing: in-plugin plan changes open Stripe Checkout directly; subscriptions
   align to the calendar month with a prorated first charge; manage/cancel via the
   Stripe billing portal.
 * Support assistant, in-plugin help guide, and clearer plan/billing copy.
 * readme: full external-services disclosure (Historification backend, Stripe, and
   sub-processors) and expanded billing FAQ.

#### 1.0.0

 * Initial release: article, carousel, narrated video, publishing to YouTube/Instagram/
   Facebook, scheduling, dashboard.

## Meta

 *  Version **2.4.45**
 *  Last updated **17 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[Instagram](https://wordpress.org/plugins/tags/instagram/)
   [social media](https://wordpress.org/plugins/tags/social-media/)[video](https://wordpress.org/plugins/tags/video/)
   [youtube](https://wordpress.org/plugins/tags/youtube/)
 *  [Advanced View](https://wordpress.org/plugins/historification/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/historification/)