Linux 软件免费装
Banner图

LSS - Long Story Short

开发者 giusetavera
更新时间 2026年7月6日 16:52
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

content ai summary openai artificial-intelligence

下载

1.0.0 1.0.1 1.0.2

详情介绍:

GTLSS generates an AI Summary box that synthesises the content of a WordPress article into a maximum of 5 key points, helping readers quickly understand what the post is about before reading it in full. The summary is generated via the OpenAI API and can be displayed in two ways: Key Features How It Works
  1. Enter your OpenAI API key in GTLSS → Settings
  2. Enable AI generation with the opt-in toggle
  3. Open any post, click Generate in the AI Summary metabox
  4. The summary is saved to the post and displayed automatically
Requirements

安装:

Automatic installation
  1. Go to Plugins → Add New in your WordPress admin
  2. Search for GTLSS
  3. Click Install Now, then Activate
Manual installation
  1. Download the plugin zip file
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload the zip file and click Install Now, then Activate
First-time setup
  1. Go to GTLSS → Settings
  2. Enter your OpenAI API key and click Test Connection to verify it
  3. Enable AI generation using the opt-in toggle
  4. Choose how to display summaries: automatic (before first H2) or shortcode
  5. Open any post and click Generate in the AI Summary metabox

屏幕截图:

  • Post editor metabox used to generate or regenerate the AI summary.

升级注意事项:

1.0.0 First public release. No upgrade steps required.

常见问题:

Do I need an OpenAI account?

Yes. You need a valid OpenAI API key to use this plugin. You can create one at https://platform.openai.com/account/api-keys. OpenAI offers a free trial credit for new accounts.

Is the summary generated automatically on every page load?

No. Summaries are generated only when you explicitly click Generate in the post editor, or run a bulk generation from the admin panel. Once generated, the summary is stored in the post and served directly from the database — no API calls happen on the frontend.

Where is the summary stored?

The summary is stored in the WordPress database as post meta, associated with the individual post. It is not part of the post content and can be regenerated or erased at any time.

What happens if the article has no H2 heading?

You can configure a fallback position in GTLSS → Settings. The summary can be inserted before or after the post content when no H2 heading is found.

Can I display the summary manually?

Yes. Set the display mode to Shortcode in Settings, then add [gtlss] anywhere inside the post content.

Does the plugin slow down my site?

No. The summary is generated once and cached in post meta. On the frontend, the plugin only queries the database for the stored summary — it never calls the OpenAI API during page load.

Does the plugin track users or collect analytics?

No. The plugin contains no telemetry, analytics, or tracking code of any kind.

Which AI model is used?

The plugin uses gpt-4o-mini by default. Developers can change the model via the gtlss_provider_model filter.

Can I use a different AI provider?

The endpoint, headers, and request body are all overridable via filters (gtlss_provider_endpoint, gtlss_provider_headers, gtlss_provider_body), making it possible to point the plugin at any OpenAI-compatible API.

更新日志:

1.0.2 1.0.1 1.0.0