SummarAIze

Beschreibung

SummarAIze is a free WordPress plugin that generates editable key takeaways for posts and pages using your own OpenAI or Google Gemini API key.

This plugin does not bundle AI credits or route requests through a hosted SummarAIze service. You connect your own provider account, choose the model, and control the cost.

SummarAIze is built for publishers who want a lightweight summary workflow:

  • Bring your own OpenAI or Google Gemini API key
  • Generate the top 5 key takeaways for posts and pages
  • Edit and reorder takeaway points before publishing
  • Track whether summaries are missing, current, stale, or manually edited
  • Generate missing summaries in bulk and optionally auto-generate on first publish
  • Display summaries above content, below content, or in a popup
  • Customize output with shortcode attributes for title, mode, list type, and popup button styling
  • Use the plugin for free, with API usage billed only by your chosen provider

Privacy

SummarAIze sends post content to the AI provider you configure so it can generate takeaways. The plugin does not proxy requests through a third-party SummarAIze service.

Shortcode

Basic usage:

[summaraize]

Supported attributes:

  • id – Display takeaways for a specific post ID. Defaults to the current post.
  • viewabove, below, or popup. Defaults to above.
  • modelight or dark. Defaults to light.
  • title – Custom heading for the takeaway box.
  • button_style – Popup button style when view="popup".
  • button_color – Popup button color when view="popup".
  • list_typeordered or unordered. Defaults to unordered.SummarAIze is designed as a free, bring-your-own-key summary plugin for WordPress publishers who want control over provider choice and API spend.

Screenshots

  • Configure whether takeaways appear above or below content.
  • Show the front-end takeaway box in dark mode.
  • Generate and refine takeaways in the classic editor meta box.
  • Render the summary in a popup layout.
  • Configure providers, API keys, and display defaults.
  • Reorder takeaway points before publishing.

Installation

  1. Upload the summaraize folder to /wp-content/plugins/, or install the plugin through Plugins > Add New in WordPress.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > SummarAIze.
  4. Select OpenAI or Google Gemini and enter your API key.
  5. Open a post or page, generate takeaways, then edit or reorder them before publishing.
  6. Optionally use bulk actions or publish-time automation to keep summaries current across your site.

FAQ

Do I need an API key?

Yes. You’ll need an API key from either OpenAI or Google Gemini. Both offer free tiers, though high usage may require a paid account.

Does SummarAIze include AI credits or a hosted API service?

No. SummarAIze is a free plugin. You bring your own provider account and pay OpenAI or Google directly for any API usage.

Can I customize the summaries?

Absolutely. You can edit the generated key takeaways in the editor and use shortcodes to change the display.

Can I generate summaries in bulk?

Yes. SummarAIze adds bulk actions to supported post type list screens so you can generate missing summaries or explicitly regenerate existing ones.

Will auto-generation overwrite my edited summaries?

No. The publish-time automation mode only generates a summary when one is missing. Manual edits are treated as user-managed.

How much does SummarAIze cost?

The plugin is free and open-source. API usage with OpenAI or Gemini may incur charges based on your provider plan.

How do I switch between OpenAI and Gemini?

Go to Settings > SummarAIze, select your provider, and enter your API key. Switching is instant.

Is my data safe?

SummarAIze sends post content to the AI provider you configure for summary generation. No hosted SummarAIze relay is involved.

Rezensionen

19. Juni 2025 1 Antwort
Really great plugin, works as expected, saves a lot of time! I hope the author continues to develop his projects as there is a lot of potential. Highly recommended!
Die 1 Rezension lesen

Mitwirkende und Entwickler

„SummarAIze“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „SummarAIze“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.4.0

  • Added summary lifecycle tracking for missing, current, stale, and manually edited summaries.
  • Added bulk generation and regeneration actions in supported post type list screens.
  • Added optional auto-generate-on-publish for posts that do not already have a summary.
  • Added summary provenance details in the editor so users can see provider, model, and generation time.

1.3.0

  • Expanded OpenAI support to newer GPT-5 and reasoning-capable models.
  • Improved parsing and fallback handling for AI-generated takeaway points.
  • Increased API timeout tolerance for more complex model responses.
  • Proper cleanup of plugin settings and metadata on uninstall.

1.2.6

  • Ensured summaries stay in the same language as the source content for both Gemini and OpenAI.

1.2.5

  • Centralized OpenAI endpoints and default model into constants for easier updates.
  • Updated docs to reflect configurable OpenAI model and endpoint values.

1.2.4

  • Fixed autosave in the settings page for the post types section.
  • Fixed spinner message placement in the settings page for the post types section.

1.2.3

  • Improved compatibility with WordPress 6.7.
  • Enhanced sanitization of key takeaway input.
  • Fixed link rendering in summary points.

1.2.1

  • Updated URL for Google Gemini.

1.2.0

  • Major Feature: Added full support for the Google Gemini API.
  • Updated documentation and settings to support Gemini.
  • Improved error handling for API failures.
  • General performance and code cleanup.

1.1.16

  • Fixed meta box saving behavior.
  • Improved key point UI.
  • Minor bug fixes and polish.

1.1.11

  • Added drag-and-drop ordering for key points.
  • Auto-removal of empty entries.
  • Optimized save handling.

1.1.0

  • Initial dynamic Assistant integration with OpenAI API.

1.0.0

  • Initial public release.