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
- Generate an API token from your DailyBlogPost account (Settings API)
- Install and activate this plugin
- Configure the plugin with your API token
- 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

Installation
- Upload the plugin files to
/wp-content/plugins/dailyblogpost-auto-publisher/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings DailyBlogPost
- Enter your API token from DailyBlogPost (get it from https://dailyblogpost.app/app/settings?tab=api)
- Configure import settings
- 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.
ContributorsTranslate “DailyBlogPost – SEO Article Publisher” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by 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/Personmarkup so search engines can attribute the article to a real author, including their credentials asjobTitle - 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/v1namespace - 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
