A simple AI-powered chatbot plugin for WordPress, powered by OpenAI's API.
- Easy to set up and configure
- Powered by OpenAI's GPT models
- Customizable welcome message
- Multiple display options (bottom right, bottom left, or via shortcode)
- Mobile-responsive design
- Real-time conversation with typing indicators
- Automatic updates from GitHub
- Download the latest release zip file from the Releases page
- In your WordPress admin, go to Plugins > Add New > Upload Plugin
- Choose the zip file and click "Install Now"
- Activate the plugin
If you have the GitHub Updater plugin installed:
- Go to Settings > GitHub Updater > Install Plugin
- Enter
stevenayl/wp-ai-chatbot
in the GitHub Repository field - Click "Install Plugin"
- Activate the plugin
- Go to Settings > WP AI Chatbot
- Enter your OpenAI API key (you can get one from OpenAI's API keys page)
- Choose your preferred AI model
- Customize the welcome message
- Select where to display the chatbot
- Save your settings
If you've selected "Bottom Right" or "Bottom Left" as the chatbot position, the chatbot bubble will automatically appear on all pages of your site.
You can use the shortcode [wp_ai_chatbot]
to display the chatbot in specific posts or pages.
Example:
This is my support page. Need help? Chat with our AI assistant below:
[wp_ai_chatbot]
- WordPress 5.0 or higher
- PHP 7.2 or higher
- OpenAI API key
The plugin supports automatic updates directly from this GitHub repository. When a new version is released, you'll see an update notification in your WordPress admin dashboard.
If you need help with this plugin, please open an issue on GitHub.
This plugin is licensed under the GPL v2 or later.
Created by Claude, powered by OpenAI's API.