Descrizione
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. - Secure logging with rotation (10 files, 5MB each) saved in
wp-content/uploads/ai-summary-logs. - AJAX endpoints protected by nonces and capability checks.
- Optional admin notices for success/failure with dismissible UI.
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
Support
If you have any issues or need help, please visit our support forum or contact us at creators@dev.colorwhistle.com
Screenshot





Installazione
- 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.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Fast AI LLM Summarizer” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Fast AI LLM Summarizer” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.1.0
- Improved minor enhancements.
- Improved the Settings page UI.
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
