Description
Scribent helps WordPress admins and editors create polished website content without exposing technical AI settings to everyday users.
The plugin can generate:
- Blog posts
- Product descriptions
- Service pages
- Landing page sections
- SEO titles
- Meta descriptions
- Focus keywords
Generated items are saved in a local history list so admins can reopen previous content after refreshing the page. The block editor sidebar can also insert generated content into the current post.
External service disclosure
This plugin connects to an OpenAI-compatible API endpoint to generate content. By default, requests are sent to:
https://api.openai.com/v1
Admins may change the API Base URL in the plugin settings if they use an OpenAI-compatible gateway or proxy.
When content is generated, the plugin sends the selected content type, language, keyword, and prompt instructions to the configured API endpoint. The OpenAI API key is stored in the WordPress options table and is used only for server-side API requests.
OpenAI terms and policies:
- Terms of Use: https://openai.com/policies/terms-of-use
- Privacy Policy: https://openai.com/policies/privacy-policy
- API Data Usage: https://openai.com/policies/api-data-usage-policies
Installation
- Upload the
scribent-content-generator-openaifolder to/wp-content/plugins/, or install the plugin ZIP from the WordPress Plugins screen. - Activate the plugin through the Plugins screen.
- Go to
Scribent > Settings. - Enter your OpenAI API key.
- Keep the default API Base URL, or enter your OpenAI-compatible API gateway URL.
- Go to
Scribentto generate content.
FAQ
-
Does this plugin require an OpenAI API key?
-
Yes. You need an OpenAI API key, or a compatible API key for the configured API Base URL.
-
Where is generated content stored?
-
Generated content history is stored locally in your WordPress database as plugin options. The plugin keeps the latest 50 generated items.
-
Can I insert generated content into a post?
-
Yes. Open the block editor, open the Scribent sidebar from the editor menu, generate content, then click
Insert into Post. -
Does the plugin work on hosts that block OpenAI?
-
If your host cannot connect to
api.openai.com, generation will fail. You can ask your host to allow outbound HTTPS requests to OpenAI or configure an OpenAI-compatible proxy in the API Base URL field.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Scribent Content Generator with OpenAI” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Scribent Content Generator with OpenAI” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Rebranded to Scribent with a distinctive coined plugin name and slug.
1.0.1
- Renamed plugin for WordPress.org review compliance.
- Added distinctive
scrbt_prefixes for functions, options, and hooks. - Replaced Persian error messages with English copy.
1.0.0
- Initial WordPress.org-ready release.
