WP Manifestindependent plugin directory
manifest / ai / faqreator

FAQreator

FAQreator is a WordPress plugin that automatically generates frequently asked questions (FAQs) for your posts using OpenAI's API. Perfect for content creators looking to enhance audience comprehension and improve their page SEO.

by Rafy · github.com/rafywp/faqreator · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/rafywp/faqreator/archive/refs/heads/master.zip

Declares an update source (https://github.com/RafyWP/faqreator/tree/master), so updates arrive through the plugin's own updater.

From the readme

FAQreator FAQreator is a WordPress plugin that automatically generates frequently asked questions (FAQs) for your posts using the OpenAI API. Perfect for content creators looking to enhance audience comprehension and improve their page SEO. 📦 Features - Automatic generation of FAQs based on post title and summary. - Integration with OpenAI language model. - Dynamic relationship between posts and FAQs. - Support for custom fields via ACF (Advanced Custom Fields). - Admin interface to configure API, model, parameters, and error messages. - Shortcode to display FAQs on the frontend. - Internationalization support with faqreator domain. 🔧 Requirements - WordPress 5.2 or higher - PHP 7.2 or higher - A valid OpenAI API key 🚀 Installation 1. Upload the plugin to the /wp-content/plugins/faqreator folder or install directly via WordPress dashboard. 2. Activate the plugin. 3. Go to Settings FAQreator and fill in the required fields: - OpenAI API key - Authentication token - Post type to be analyzed - Post type for questions - Number of FAQs to generate - Model, temperature, tokens, timeout - Custom error messages 🧠 How it works When accessing the REST route

Read the full README on GitHub →