Add AI Chat to WordPress
Add intelligent chat capabilities to your WordPress site in minutes.
MagicChat's official WordPress plugin makes it easy to add AI-powered chat to your site. The plugin works with any WordPress theme and is WooCommerce ready.
- Easy Installation - Install directly from the WordPress plugin directory.
- WooCommerce Ready - Seamless integration with your online store.
- Customizable - Adjust appearance and behavior through the WordPress admin.
Installation
- Go to Plugins > Add New in your WordPress admin
- Search for "MagicChat AI"
- Click "Install Now" then "Activate"
- Navigate to MagicChat settings and enter your bot ID
Manual Installation
// Add to functions.php or code snippets plugin
function add_magicchat() {
wp_enqueue_script(
'magicchat',
'https://cdn.magicchat.ai/widget.js'
);
}