AI Age Text Explainer

外掛說明

AI Age Text Explainer lets your visitors highlight any text on your site and get instant AI-powered explanations using the OpenAI API. No page reload needed.

External Services

This plugin connects to the OpenAI API to generate AI-powered text explanations. When a visitor highlights text on your site, that text and the current page URL are sent to OpenAI’s servers to generate a response.

  • Service: OpenAI API (https://openai.com)
  • Data sent: The highlighted text, the current page URL, and your configured prompt/persona
  • When: Only when a visitor highlights text on the frontend and triggers the explainer
  • Terms of Service: https://openai.com/terms
  • Privacy Policy: https://openai.com/privacy

This plugin is not affiliated with, endorsed by, or sponsored by OpenAI.

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate via the Plugins menu
  3. Go to Settings > AI Age Text Explainer and enter your OpenAI API key

常見問題集

Do I need an OpenAI account?

No. An OpenAI API key is optional. The plugin can work without OpenAI. If you want to use OpenAI, you can create an API key at https://platform.openai.com/api-keys.

Which model does the plugin use?

The plugin uses GPT-4o mini by default for fast, cost-effective responses.

Does it work with any WordPress theme?

Yes, the plugin works on the frontend of any WordPress theme.

Is my API key stored securely?

Your API key is stored in the WordPress database using the standard get_option/update_option functions. We recommend using a key with usage limits set in your OpenAI dashboard.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AI Age Text Explainer〉的開發相關工作。

參與者

將〈AI Age Text Explainer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.1

  • Renamed plugin to “AI Age Text Explainer”
  • Moved admin menu under Settings > AI Age Text Explainer
  • Extracted inline CSS/JS to properly enqueued files
  • Added external service disclosure for OpenAI API

2.0

  • Improved UI and settings page

1.0

  • Initial release