Headline Booster – AI Title Suggestions

설명

Headline Booster helps you instantly improve your blog post titles without leaving the block editor.

Using the OpenAI API, this plugin generates alternative headline suggestions based on your post’s current title and optional excerpt. Each suggestion is automatically scored (0–100) using a simple heuristic that evaluates clarity, structure, length, and keyword strength—making it easy to choose the strongest option.

✨ Features

  • Generate 3–5 AI-powered alternative headlines for any post
  • Built-in scoring system highlights the most effective option
  • “Recommended” badge automatically marks the best title
  • Fully integrated into the block editor (Gutenberg)
  • Click Use this title to instantly replace your post’s headline
  • Settings page to enter your OpenAI API key
  • Supports multiple tone styles (Neutral, Casual, Formal, Excited, Professional, Humorous, Clickbait, Dramatic)
  • Clean, secure REST API implementation
  • No analytics, no tracking, no ads

🔐 Privacy & Data Use

This plugin sends only the post title and optional excerpt to the OpenAI API to generate suggestions.
No other site or user data is transmitted or stored externally.

You must provide your own OpenAI API key in Settings Headline Booster.

External Services

This plugin connects to the OpenAI API to generate headline suggestions.

It also uses your own OpenAI API key to generate headline suggestions.

When you click the “Generate Variants” button in the post editor, the plugin sends:
– The current post title
– The post excerpt (if set)
– The selected tone
to the OpenAI API at https://api.openai.com/v1/chat/completions in order to request alternative headline suggestions.

You must provide your own OpenAI API key in the plugin settings. The key is stored in your WordPress database and is used only to make requests to the OpenAI API on your behalf.

For more information about OpenAI’s policies, please see:
– Terms of Use: https://openai.com/policies/terms-of-use
– Privacy Policy: https://openai.com/policies/privacy-policy

스크린샷

  • Sidebar panel inside the editor showing AI-generated headline suggestions
  • Settings page for entering your OpenAI API key and selecting tone

설치

  1. Upload the plugin folder to /wp-content/plugins/ or install via the Plugins screen.
  2. Activate Headline Booster – AI Title Suggestions.
  3. Go to Settings Headline Booster and enter your OpenAI API key.
  4. Edit any post, open the Headline Booster sidebar panel, and click Generate Variants.

FAQ

Do I need an OpenAI account?

Yes. You must obtain an API key from https://platform.openai.com/.
The plugin does not include or proxy API keys.

What data does the plugin send to OpenAI?

Only the post title and optional excerpt are sent to generate suggestions.

Does this plugin store anything externally?

No. All data processing takes place locally or via the OpenAI API.

Does it work with the Classic Editor?

Not currently. Headline Booster is built specifically for the block (Gutenberg) editor.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Headline Booster – AI Title Suggestions”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Headline Booster – AI Title Suggestions”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.5

  • Updated all plugin prefixes, class names, option keys, constants, and JavaScript globals to use a unique and fully namespaced headline_booster_aits_ prefix as required by WordPress.org review guidelines.
  • Replaced short hb_* identifiers with fully prefixed versions to prevent naming conflicts.
  • Updated localized JavaScript global from HeadlineBoosterSettings to HBAITSSettings.
  • Improved internal file structure and naming consistency for better long-term maintainability.
  • Cleaned up assets and removed directory-only images from plugin zip as requested by reviewers.
  • General code cleanup and preparation for WordPress.org approval.

1.0.4

Plugin check compliance and text domain alignment for wp.org slug

1.0.0

Initial release.