Skip to content
sarangshahane edited this page Aug 25, 2026 · 3 revisions

AI Fun Questions

A small WordPress plugin that asks an AI for one fresh technology riddle, on demand, and reveals the punchline only after the visitor has had a go at answering.

There is no joke database. Every question is generated when someone asks for it, held on the server for ten minutes, and then discarded. The tenth visit is as fresh as the first.

Start here

If you are setting the plugin up for the first time, these four pages are the whole path from download to a working widget:

  1. What AI Fun Questions Does — what it is, and the one design decision that explains the rest
  2. Installing the Plugin — upload, activate, and what activation changes
  3. The Settings Screen — every field, what it does, and what the status labels mean
  4. Adding the Widget to Your Site — the shortcode, and where it works

Choosing a provider

The plugin does not include an AI. You point it at one, and you pay for — or self-host — whatever you point it at. Three are supported:

Running it in production

When something is wrong

Privacy and security

Extending it

Quick reference

  • Shortcode: [ai_fun_question] — takes no attributes
  • Settings: Settings › AI Fun Questions
  • Requires: WordPress 6.4+, PHP 7.4+
  • Licence: GPL-2.0-or-later

What this wiki covers

These pages are for the person installing and running the plugin. Developer-facing material — the provider interface, the REST contract, the security model in detail — lives in the docs/ folder of the repository.

Clone this wiki locally