HD SofT AI Summary – WordPress plugin for automatic content summaries
HD SofT AI Summary is a lightweight WordPress plugin that generates concise AI summaries for posts and pages. It connects to OpenRouter so you can pick the model that suits your site.
Features
- OpenRouter integration: add your API key, load available models, select one, and Test Connection.
- Manual summaries: generate summaries with a single click in the editor.
- Flexible display: auto-append Before or After content, or render manually with the shortcode
[hdsoft_ai_summary]
. - Customizable output: set maximum tokens and adjust the prompt/API parameters with developer filters.
Pro Features
- Prompt styles: Structured and Executive.
- Editable Summary Title: customize the title shown above summaries; the value influences the prompt.
- Automatic summaries on Save/Update: enable auto-generate to create summaries when content is saved.
Benefits
- Save time – generate summaries instantly or automatically with Pro.
- Better UX and SEO with quick overviews in WordPress.
- Works with your existing WordPress theme; responsive by default.
- One-time upgrade for unlocking Pro features (no recurring fee).
How it works
- Install and activate HD SofT AI Summary in WordPress.
- Go to Settings → HD SofT AI Summary and enter your OpenRouter API key.
- Click Load Available Models, select the model (e.g., Claude 3.5 Sonnet), and run Test Connection.
- Free: generate summaries manually with the “Generate Summary” button.
- Pro: enable automatic summaries on Save/Update and use additional prompt styles.
Shortcode
Insert a summary anywhere in WordPress content using:
[hdsoft_ai_summary]
Optional: target a specific post ID:
[hdsoft_ai_summary post_id="123"]
For theme developers
You can render summaries in templates without the shortcode:
<?php
$plugin = HDSofT\AISummary\Plugin::get_instance();
$post_id = get_the_ID();
if ( $plugin->has_summary( $post_id ) ) {
echo wp_kses_post( $plugin->get_summary( $post_id ) );
}
?>
HD SofT AI Summary for WordPress keeps your site readable and fast by letting AI handle repetitive summarization.