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. Available as a Free (Lite) plugin with an optional Pro upgrade for advanced automation and controls.

Get the plugin on WordPress.org

Features (Lite)

  • 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.
  • Clean enqueues: all JS/CSS are registered and enqueued via WordPress hooks for performance and compatibility.

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

  1. Install and activate HD SofT AI Summary in WordPress.
  2. Go to Settings → HD SofT AI Summary and enter your OpenRouter API key.
  3. Click Load Available Models, select the model (e.g., Claude 3.5 Sonnet), and run Test Connection.
  4. Free: generate summaries manually with the “Generate Summary” button.
  5. 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 ) );
}
?>

Compliance & packaging notes

  • Internationalization: Text Domain aligns with the plugin slug (hd-soft-ai-summary). Translations are auto-loaded by WordPress; no manual loader is required.
  • Freemius .org mode: compatibility mode enabled; Lite contains no premium/locked code. Uninstall cleanup runs via Freemius after_uninstall (feedback is reported before cleanup).
  • Enqueues: all scripts/styles are enqueued via WordPress hooks (no raw <script>/<style> output from PHP).
  • Clean package: development artifacts are excluded from the distributed package.
  • Service disclosure: the plugin integrates with OpenRouter for AI summaries; what is sent and when is documented in the readme with links to terms/privacy.

HD SofT AI Summary for WordPress keeps your site readable and fast by letting AI handle repetitive summarization.