
HD SofT AI Summary is a powerful WordPress plugin that automatically generates intelligent summaries for your blog posts using advanced AI models through the OpenRouter API. Save time and improve your content’s accessibility with professionally crafted summaries.
Free Version:
* Manual Summary Generation – Generate summaries using the “Generate Summary” button in post editor
* OpenRouter API Integration – Access to multiple AI models including GPT-3.5, GPT-4, Claude, and more
* Narrative Style Summaries – 2-3 sentence narrative summaries in content language
* Manual Override – Edit summaries manually when needed, with protection against auto-overwriting
* Flexible Display Options – Show summaries before content, after content, or use shortcodes for custom placement
* Smart Content Detection – Hash-based system detects content changes
* REST API Support – Full REST API for developers and integrations
* Responsive Design – Mobile-friendly summary display with customizable styling
Pro Version Features:
* Automatic Summary Generation – Summaries are generated automatically when you publish or update posts
* Multiple Prompt Styles – Choose from Narrative, Structured Bullets, or Executive Brief styles
* Custom Summary Titles – Set default title for summaries (used in AI prompts)
* Enhanced Automation – Auto-generate on save for streamlined workflow
This plugin uses the OpenRouter API to access multiple AI models:
– OpenAI GPT-3.5 Turbo (Recommended for most users)
– OpenAI GPT-4 (Premium quality)
– Anthropic Claude models
– Meta Llama models
– And many more
You’ll need an OpenRouter API key (free tier available) to use this plugin.
[hdsoft_ai_summary] shortcode with customizable attributesThis plugin may send post content to OpenRouter API for AI summary generation. The data transmission occurs only when:
– Auto-generation is enabled and you publish/update a post
– You manually generate a summary using the “Generate Summary” button
– You test the API connection in settings
Data Handling:
– Post titles and content are sent to OpenRouter for processing
– No personal data or user information is transmitted
– API keys are stored locally and never shared with plugin developers
– Generated summaries are stored in your WordPress database
– You can disable auto-generation at any time
Third-Party Service:
This plugin integrates with OpenRouter (https://openrouter.ai/), which provides access to various AI models. Please review OpenRouter’s privacy policy and terms of service for information about how they handle data.
Your Control:
– You can disable automatic summary generation
– You can delete summaries at any time
– API communication only occurs when explicitly triggered
– No background or scheduled data transmission
Freemius SDK:
This plugin uses the Freemius SDK to collect non-sensitive diagnostic data only after your explicit opt-in. You can opt out at any time from the plugin’s settings. For more information, see the Freemius privacy policy: https://freemius.com/privacy/
Base URL: /wp-json/hdsoft-ai-summary/v1/
Authentication Required: All endpoints require WordPress user authentication with appropriate permissions.
POST /generate – Generate summary for a post
edit_posts capability and edit_post permission for specific postpost_id (required), force_regenerate (optional, boolean)GET /summary/{post_id} – Retrieve existing summary
DELETE /summary/{post_id} – Delete post summary
edit_posts capability and edit_post permissionPOST /test-connection – Test OpenRouter API connection
manage_options capability (admin only)Use these static functions in your theme templates:
`php
// Display formatted summary HTML
HDSofT\AISummary\Frontend::get_summary( $post_id, $echo );
// Check if post has summary
if ( HDSofT\AISummary\Frontend::has_summary( $post_id ) ) {
// Post has summary
}
// Get raw summary text only
$summary_text = HDSofT\AISummary\Frontend::get_summary_text( $post_id );
`
Action Hooks:
* hdsoft_ai_summary_init – Fired when plugin is initialized
* hdsoft_ai_summary_settings_updated – Fired when settings are saved
* hdsoft_ai_summary_fs_loaded – Fired when Freemius SDK is loaded
Filter Hooks:
* hdsoft_ai_summary_supported_post_types – Modify supported post types (default: ['post'])
Example:
php
add_filter( 'hdsoft_ai_summary_supported_post_types', function( $post_types ) {
$post_types[] = 'custom_post_type';
return $post_types;
});
[hdsoft_ai_summary post_id="123" class="my-summary" wrapper="div"]
post_id – Specific post ID (default: current post)class – CSS class name (default: hdsoft-ai-summary) wrapper – HTML wrapper element: div, section, aside, p (default: div)For support, feature requests, or bug reports, please visit our website at https://hdsoft.fi/ or contact us through the plugin support forum.
Developed by HD SofT – Professional WordPress development services.