Title: Nerdy Posts
Author: sitesteward
Published: <strong>May 14, 2026</strong>
Last modified: May 14, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/nerdy-posts.svg)

# Nerdy Posts

 By [sitesteward](https://profiles.wordpress.org/sitesteward/)

[Download](https://downloads.wordpress.org/plugin/nerdy-posts.1.0.0.zip)

 * [Details](https://en-ca.wordpress.org/plugins/nerdy-posts/#description)
 * [Reviews](https://en-ca.wordpress.org/plugins/nerdy-posts/#reviews)
 *  [Installation](https://en-ca.wordpress.org/plugins/nerdy-posts/#installation)
 * [Development](https://en-ca.wordpress.org/plugins/nerdy-posts/#developers)

 [Support](https://wordpress.org/support/plugin/nerdy-posts/)

## Description

Nerdy Posts brings AI-powered content interaction to your WordPress site. It connects
your posts to ChatGPT, giving visitors the ability to get AI-generated summaries
and chat with your content — organized by post category.

#### What it does

 * Generates AI-powered summaries of your posts
 * Lets visitors interact with and ask questions about your content through a slide-
   in chat panel
 * Organizes AI features around your existing post categories
 * Caches summaries so the AI service is only called once per post, keeping costs
   down and performance up

#### Built for the real world

 * The chat interface loads as a modal or slide-in panel — not in the bottom-right
   corner where it would conflict with live chat widgets and other plugins
 * Strong CSS scoping designed to hold up across themes
 * Built on an extensible architecture so additional AI services can be added without
   rewriting the core plugin
 * Follows WordPress coding standards and best practices

#### Getting started

 1. Install and activate the plugin
 2. Enter your ChatGPT API key in the settings
 3. Choose which post categories to enable
 4. Your visitors can now get summaries and chat with your content

An OpenAI API key is required. API usage costs are determined by your OpenAI plan.

### External Services

This plugin connects to the OpenAI API to generate AI-powered post summaries and
to respond to visitor chat messages.

**What is sent and when:**

 * When a visitor clicks the “Summary” button, the post title and content are sent
   to OpenAI to generate a summary. The result is cached in post meta so the API
   is only called once per post.
 * When a visitor sends a chat message, the post content, their message, and the
   recent conversation history (up to 6 messages) are sent to OpenAI.

No data is transmitted on page load. All API calls are initiated by explicit visitor
action.

**Service provider:** OpenAI, L.L.C.

 * [Terms of use](https://openai.com/policies/terms-of-use)
 * [Privacy policy](https://openai.com/policies/privacy-policy)

### Third-Party Libraries

This plugin bundles MicroModal (v0.4.2), a lightweight accessible modal library.

 * License: MIT
 * Source: https://github.com/ghosh/Micromodal

## Screenshots

 * [[
 * The chat panel open with a visitor question and AI response.
 * [[
 * A post showing the Summary and Chat buttons with a generated summary displayed.
 * [[
 * The settings page with an API key and enabled categories configured.

## Installation

 1. Upload the `nerdy-posts` folder to `/wp-content/plugins/`, or install directly 
    through the WordPress plugin screen.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **Settings > Nerdy Posts**.
 4. Enter your OpenAI API key.
 5. Select the post categories where AI features should be enabled.
 6. Visit a post in an enabled category — your visitors will see the summary and chat
    controls.

## FAQ

### Do I need an OpenAI account?

Yes. You will need an OpenAI account with an active API key. Sign up at openai.com.
Usage is billed directly by OpenAI.

### How much will it cost me?

That depends on your traffic and how often visitors use the features. Summaries 
are cached after the first generation, so each post only costs one API call no matter
how many visitors request it. Chat conversations are billed per message. OpenAI’s
pricing page has the current rates.

### Will this slow down my site?

No. The plugin only loads its scripts and styles on posts in enabled categories.
Everything else is untouched.

### Can I choose which posts show AI features?

Yes — AI features are enabled per category. Assign a post to an enabled category
and it gets the controls. Leave it out and nothing changes.

### Will the chat panel conflict with my live chat plugin?

No. Most live chat widgets sit in the bottom-right corner. Nerdy Posts opens as 
a modal or slide-in panel triggered by a button in the post — it deliberately avoids
that area.

### Does it work with my theme?

The plugin uses tightly scoped CSS to avoid interfering with your theme’s styles.
It’s designed to hold up across a wide range of themes.

### Can I integrate a different AI provider?

Yes. Nerdy Posts exposes two filters — `nerdy_posts_ai_providers` and `nerdy_posts_ai_provider`—
that let you register and handle a custom AI provider. See `examples/filters.php`
in the plugin folder for annotated, copy-paste examples.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Nerdy Posts” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ sitesteward ](https://profiles.wordpress.org/sitesteward/)

[Translate “Nerdy Posts” into your language.](https://translate.wordpress.org/projects/wp-plugins/nerdy-posts)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/nerdy-posts/), check
out the [SVN repository](https://plugins.svn.wordpress.org/nerdy-posts/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/nerdy-posts/) by
[RSS](https://plugins.trac.wordpress.org/log/nerdy-posts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated: **2 days ago**
 *  Active installations: **Fewer than 10**
 *  WordPress Version: ** 6.3 or higher **
 *  Tested up to: **6.9.4**
 *  PHP Version: ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/nerdy-posts/)
 * Tags:
 * [AI](https://en-ca.wordpress.org/plugins/tags/ai/)[chat](https://en-ca.wordpress.org/plugins/tags/chat/)
   [ChatGPT](https://en-ca.wordpress.org/plugins/tags/chatgpt/)[openai](https://en-ca.wordpress.org/plugins/tags/openai/)
   [summary](https://en-ca.wordpress.org/plugins/tags/summary/)
 *  [Advanced View](https://en-ca.wordpress.org/plugins/nerdy-posts/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/nerdy-posts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/nerdy-posts/reviews/)

## Contributors

 *   [ sitesteward ](https://profiles.wordpress.org/sitesteward/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/nerdy-posts/)