Title: DailyBlogPost – SEO Article Publisher
Author: jsampedropro
Published: <strong>August 10, 2026</strong>
Last modified: August 10, 2026

---

Search plugins

![](https://ps.w.org/dailyblogpost-auto-publisher/assets/banner-772x250.png?rev=
3640326)

![](https://ps.w.org/dailyblogpost-auto-publisher/assets/icon-256x256.png?rev=3640326)

# DailyBlogPost – SEO Article Publisher

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

[Download](https://downloads.wordpress.org/plugin/dailyblogpost-auto-publisher.1.4.1.zip)

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

 [Support](https://wordpress.org/support/plugin/dailyblogpost-auto-publisher/)

## Description

DailyBlogPost – SEO Article Publisher connects your WordPress site to your DailyBlogPost
account. It transfers approved articles, images, metadata, categories, and tags 
without copy-pasting content.

This plugin requires an account on DailyBlogPost, a third-party hosted editorial
service. See the “External Service” section below for what is sent and to whom.

#### Features

 * **Automatic Import**: Articles are imported automatically every hour
 * **Manual Import**: Trigger imports manually when needed
 * **Customizable Settings**: Choose post status (draft/published), category, and
   author
 * **SEO Optimization**: Imports meta titles, descriptions, and keywords
 * **Secure Connection**: Uses API token authentication

#### How It Works

 1. Generate an API token from your DailyBlogPost account (Settings  API)
 2. Install and activate this plugin
 3. Configure the plugin with your API token
 4. Articles can be published instantly from DailyBlogPost (direct push) and still 
    support hourly/manual import fallback

#### Requirements

 * Active DailyBlogPost subscription
 * API token from DailyBlogPost
 * WordPress 6.1 or higher
 * PHP 7.4 or higher

### Support

For support, please visit:
 * Plugin documentation: https://dailyblogpost.app/en/
docs * Contact support: https://dailyblogpost.app/en/contact

### External Service

This plugin connects to DailyBlogPost (https://dailyblogpost.app), a third-party
hosted editorial service, to retrieve approved articles, publish them to the connected
WordPress site, and synchronize publication status. A DailyBlogPost account and 
API token are required; the plugin is not usable without one.

When does it connect?

 * Every hour, and whenever you trigger a manual import, to fetch approved articles
 * After each successful import, to report the resulting WordPress post ID and URL
 * When you use the “Test API Connection” button

What is sent to DailyBlogPost:

 * Your API token, used for authentication
 * The WordPress site URL and the REST endpoint URL DailyBlogPost may push articles
   to
 * The plugin version, its capabilities, and a randomly generated shared secret 
   used to authenticate incoming pushes
 * Article IDs, WordPress post IDs and post URLs, so that DailyBlogPost knows what
   is already published

DailyBlogPost may also call this site’s REST endpoints to publish an article immediately
or to read back the status of articles it previously published. Those calls are 
rejected unless they carry the shared secret above.

Service terms and policies:

 * Terms of Service: https://dailyblogpost.app/en/terms
 * Privacy Policy: https://dailyblogpost.app/en/privacy

### Privacy

Your API token and the generated push secret are stored in your WordPress database.
No visitor data is collected, and the plugin adds nothing to the front end of your
site.

## Screenshots

[⌊Plugin settings under Settings → DailyBlogPost: API token, post status, author,
default category, and automatic hourly import.⌉⌊Plugin settings under Settings →
DailyBlogPost: API token, post status, author, default category, and automatic hourly
import.⌉[

Plugin settings under Settings  DailyBlogPost: API token, post status, author, default
category, and automatic hourly import.

## Installation

 1. Upload the plugin files to `/wp-content/plugins/dailyblogpost-auto-publisher/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings  DailyBlogPost
 4. Enter your API token from DailyBlogPost (get it from https://dailyblogpost.app/
    app/settings?tab=api)
 5. Configure import settings
 6. Test the connection and run your first import!

## FAQ

### Where do I get an API token?

Log in to your DailyBlogPost account and go to Settings  API tab. Generate a new
token and copy it.

### How often are articles imported?

By default, articles are imported automatically every hour. You can also trigger
manual imports anytime.

### What happens to articles after import?

Articles are marked as published in DailyBlogPost to prevent duplicate imports.

### Can I choose the post status?

Yes! You can set imported articles to be draft, published, or pending review.

### Does it import images?

Yes. In direct publish mode, cover and inline article images are imported into the
WordPress media library and relinked in content.

### Is this plugin free?

Yes, the plugin is completely free. You only need an active DailyBlogPost subscription.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DailyBlogPost – SEO Article Publisher” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Translate “DailyBlogPost – SEO Article Publisher” into your language.](https://translate.wordpress.org/projects/wp-plugins/dailyblogpost-auto-publisher)

### Interested in development?

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

## Changelog

#### 1.4.1

 * Fixed a fatal oversight in 1.4.0 where the plugin never initialized: no settings
   page, no imports, no publish endpoint. If you installed 1.4.0, update immediately.

#### 1.4.0

 * Imported articles now carry their DailyBlogPost author (name, bio, credentials,
   link) as post meta
 * Adds `schema.org/Person` markup so search engines can attribute the article to
   a real author, including their credentials as `jobTitle`
 * The markup is skipped when Yoast, Rank Math, SEOPress or All in One SEO already
   handles article schema, to avoid conflicting structured data

#### 1.3.0

 * Renamed every option, post meta key, cron event, class and constant to a prefix
   unique to this plugin, to avoid conflicts with other plugins and themes
 * Moved the REST routes to the `dailyblogpost-auto-publisher/v1` namespace
 * Existing settings and article markers are migrated automatically on update
 * Added an author setting; imported posts are no longer created without an author
 * Import results are now shown on the settings screen, including the last automatic
   run
 * A failed acknowledgement no longer causes the same article to be imported twice
 * Removed the bundled translation files; translations are now handled through translate.
   wordpress.org
 * Fixed a PHP 8.2 deprecation when importing inline images

#### 1.2.0

 * Added an authenticated, read-only publication status endpoint
 * Reports connector capabilities to DailyBlogPost
 * Enables safe reconciliation without treating drafts, private posts, or trash 
   as deleted

#### 1.1.0

 * API domain updated to dailyblogpost.app
 * Added direct publish endpoint for instant publication on click
 * Added inline and cover image import into WordPress media library during direct
   publish
 * Kept automatic hourly import and manual import as fallback

#### 1.0.0

 * Initial release
 * Automatic hourly import
 * Manual import option
 * API token authentication
 * SEO meta data import
 * Category and status configuration

## Meta

 *  Version **1.4.1**
 *  Last updated **7 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.1 or higher **
 *  Tested up to **7.0.3**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [automation](https://wordpress.org/plugins/tags/automation/)[blog](https://wordpress.org/plugins/tags/blog/)
   [content](https://wordpress.org/plugins/tags/content/)[publishing](https://wordpress.org/plugins/tags/publishing/)
 *  [Advanced View](https://wordpress.org/plugins/dailyblogpost-auto-publisher/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/dailyblogpost-auto-publisher/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dailyblogpost-auto-publisher/)