Beschrijving
Fast AI LLM Summarizer
Beschrijving
AI Summary Generator creates human-readable summaries for every WordPress post by calling the OpenAI Responses API (model gpt-4.1-mini). Summaries are stored in the fastaill_ai_summary meta key, displayed above the post content, and can be regenerated from the editor. The plugin adheres to WordPress Coding Standards, includes detailed logging, and exposes toggles for every automated action.
Key features
- Automatic summary generation on publish/update (configurable).
- Manual “Regenerate Summary” button in both Classic and Gutenberg editors.
- Frontend output injected via
the_contentinside<div class="fastaill-summary">. - Dedicated Settings page under
Settings > AI Summary Generatorwith options for API key, summary length, toggles, and uninstall behavior. - Live “Test API Connection” button performs a real OpenAI
/v1/responsesrequest to confirm connectivity. - AJAX endpoints protected by nonces and capability checks.
- Optional admin notices for success/failure with dismissible UI.
Security & Data Handling
- API Keys: Your OpenAI API key is stored securely in the WordPress options table. It is never exposed to the frontend or shared with third parties other than OpenAI.
- Data Transmission: Post content is sent to OpenAI’s API (
api.openai.com) for summarization. No other site data is transmitted. - Uninstall Cleanup: Upon uninstallation, the plugin removes all configuration settings and cleans up internal metadata. The generated AI Summary content (Custom Post Type) is PRESERVED to prevent data loss. If you wish to delete the summaries, please delete them manually before uninstalling.
External Service Disclosure
This plugin connects to the OpenAI API to generate content summaries.
Users must provide their own API key, which is stored locally and sent only to OpenAI’s API endpoint.
OpenAI Terms of Service:
https://openai.com/policies/terms-of-use
OpenAI Privacy Policy:
https://openai.com/policies/privacy-policy
Privacy
This plugin sends post content to external AI services (OpenAI) for summarization. No personal data is stored by the plugin. The OpenAI API key and post content are sent only to OpenAI’s API endpoint for processing. Users must provide their own API key, which is stored securely in the WordPress options table.
Support
If you have any issues or need help, please visit our support forum or contact us at creators@colorwhistle.com
Schermafbeeldingen
Installatie
- Upload the fast-ai-llm-summarizer directory to /wp-content/plugins/.
- Activate the plugin through the Plugins menu in WordPress.
- Go to Settings AI Summary Generator.
- Enter your OpenAI API key, adjust the summary length and available options, then save the settings.
- Click the Test API Connection button to verify connectivity.
- Open Tab 3 – Bulk AI Summary Generation.
- Set Number of Posts to Summarize to 0 to generate summaries for all posts.
- Click Generate AI Summaries in Bulk to start the bulk generation process for all published posts.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Fast AI LLM Summarizer” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Fast AI LLM Summarizer” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.0
- Initial release
- OpenAI integration for AI-powered post summaries
- Admin settings for API configuration and summary controls
- Bulk summary generation support
- Auto-publish logic with smart conditions
- Logging and error handling for API requests









