

Meta box in the post editor — one-click FAQ generation
WebTend AI FAQ Creator automatically creates professionally written FAQ sections from your page content using artificial intelligence — then injects FAQ Schema (JSON-LD) so Google can show rich results in search.
No copywriting needed. No technical setup. Just open any page, click “Generate FAQs”, and you’re done.
[wtaf_faq]Every FAQ section includes a built-in live search box. Visitors type a keyword and matching FAQs are instantly shown — no page reload, no plugin dependencies. Matching text is highlighted automatically. Fully accessible with ARIA live regions and keyboard support.
Control search with shortcode attributes:
[wtaf_faq] — search enabled by default[wtaf_faq search="no"] — disable search[wtaf_faq search_placeholder="Type your question…"] — custom placeholderConnect your own API key (BYOK) from any of the three leading AI providers:
[wtaf_faq] with full attribute controlYour API keys are stored securely in your WordPress database and are never shared with WebTend. All AI requests are made directly from your server to the chosen AI provider.
wtaf_meta_box_screens — add custom post types to the meta box (see includes/admin/class-wtaf-meta-box.php)wtaf_schema_enabled — conditionally disable schema injection per post; implemented in includes/frontend/class-wtaf-schema.php → inject_schema()the_content filter in includes/frontend/class-wtaf-shortcode.php → auto_append()templates/faq-accordion.php or templates/faq-list.php into your active theme’s root folder — the shortcode checks for theme copies first via locate_template()post_id, style, title, class, search, search_placeholderThis plugin connects to third-party AI provider APIs to generate FAQ content. These calls are made only when you click “Generate FAQs” in the post editor — no data is sent automatically or on page load.
What data is sent: The text content of your WordPress page or post (the content you have written) is sent to the selected AI provider along with configuration parameters (FAQ count, tone). Your site URL or personal data is not included.
When it is sent: Only on demand, when you manually trigger FAQ generation from the post editor meta box.
Used to generate FAQ content via the GPT model you select (e.g. GPT-4o Mini).
https://api.openai.com/v1/chat/completionsUsed to generate FAQ content via the Gemini model you select (e.g. Gemini 1.5 Flash).
https://generativelanguage.googleapis.com/Used to generate FAQ content via the Claude model you select (e.g. Claude Haiku).
https://api.anthropic.com/v1/messagesNo data is sent to WebTend or any other service. All requests go directly from your server to the AI provider you choose.