| 开发者 | codevera |
|---|---|
| 更新时间 | 2026年5月15日 18:56 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directoryThe free version uses OpenAI (GPT-4.1). Claude and Gemini support is in the separate pro plugin available at https://wpaiexplainer.com/pro.
Yes, a separate Codevera AI Content Explainer Pro plugin is distributed from https://wpaiexplainer.com/pro. It adds Claude and Gemini providers, bulk post scanning, AI blog post generation, an explanations dashboard, and full visual customisation of the tooltip. The pro plugin is a separate download and is not bundled into this free plugin.
Yes, an OpenAI API key. Get one free at https://platform.openai.com/. Pro users can use a Claude or Gemini key instead via the separate pro plugin.
The plugin is free. You pay OpenAI directly for API usage, around $0.002-0.005 per explanation using GPT-4.1. Smart caching means repeated questions cost nothing after the first request.
No. It adds under 100ms to page load. Scripts only load on pages where the plugin is active, and API calls happen in the background after a visitor requests an explanation.
Yes. The CSS uses specific selectors to avoid conflicts with existing styles. It works with any theme.
Yes. WCAG AA compliant. Visitors can open, read, and close the tooltip using only the keyboard. Screen readers can access the explanation text.
You can change the background colour, text colour, button style, position, and add custom footer text to the tooltip.
Only the selected text is sent to OpenAI. No personal data. No page content beyond the selection. Users trigger requests manually. No cookies are set.
Yes. Rate limiting lets you set separate caps for logged-in and anonymous visitors, per minute, per hour, and per day. Caching reduces calls significantly for repeated selections.
Yes. The tooltip works on touch screens, with tap-friendly buttons and a layout that adapts to smaller screens.
The tooltip shows a clear error message. Everything else on your page keeps working normally.
Yes. Each site in the network can have its own API key and settings.
The plugin ships with translations for 7 languages and works with WPML and Polylang for additional locales.
Yes. Write a custom prompt template and use {{selectedtext}} to insert the visitor's selection dynamically.
Enable debug mode in the Advanced Settings tab. It writes to a plugin-specific log file rather than the main WordPress debug log. For JavaScript errors, check the browser console.
assets/js/debug.js enqueue that had been left behind after the custom debug logger was retired, eliminating a 404 on every front-end page loadutils.js and tooltip.js so the front end no longer triggers four 400 responses from admin-ajax.phpapply_filters('codevera_ai_exp_should_load_assets', true) hook so themes can skip the explainer on pages that contain no explainable content