Nerdy Posts

ವಿವರಣೆ

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.

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.

‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

Contributors & Developers

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

ಕೊಡುಗೆದಾರರು

Translate “Nerdy Posts” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.