Hay.chat
Hay.chat AI chat widget plugin for WordPress
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hay-chat/hay-wordpress/archive/refs/heads/main.zipReadme
=== Hay.chat === Contributors: hayai Tags: chat, ai, chatbot, customer support, live chat Requires at least: 6.4 Tested up to: 7.1 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Add the Hay.chat AI chat widget to your WordPress website with a simple plugin.
== Description ==
Hay.chat adds an AI-powered chat widget to your WordPress site. Connect it to your Hay organization and your visitors can chat with your AI agent directly from your website.
Features:
- Simple setup - just enter your Organization ID
- Customize widget position (left or right)
- Choose from multiple theme colors
- Custom greeting messages and branding
- Enable/disable with one click
== Installation ==
- Upload the
hay-chatfolder to/wp-content/plugins/ - Activate the plugin through the 'Plugins' menu in WordPress
- Go to the Hay.chat menu in the admin sidebar
- Enter your Organization ID (copy it from https://eu.hay.chat/settings/api-tokens)
- Save changes - the chat widget will appear on your site
== External services ==
This plugin connects to the Hay.chat service (https://hay.chat) to provide the chat widget. It is not a standalone chat system.
- On every public page where the widget is enabled, the visitor's browser loads
widget.jsandwidget.cssfrom the Hay.chat server you configure (defaulthttps://eu.hay.chat). Chat messages typed by visitors are sent to that server so the AI agent can respond. - When you click "Connect with Hay.chat" in the settings, your browser is sent to the Hay.chat dashboard with your site name and URL so you can pick an organization; the dashboard redirects back with your Organization ID.
- No data is sent from your server to Hay.chat by this plugin itself.
Terms of service: https://hay.chat/terms-of-service Privacy policy: https://hay.chat/privacy-policy
== Frequently Asked Questions ==
= Where do I find my Organization ID? =
Log in to your Hay.chat dashboard and go to Settings > API Tokens (https://eu.hay.chat/settings/api-tokens). Your Organization ID is shown there.
= Can I customize the appearance? =
Yes. You can change the widget position, theme color, title, subtitle, greeting message, agent name, and logos from the settings page.
= Does this work with self-hosted Hay? =
Yes. Change the API Base URL in the settings (the widget script is loaded from it automatically) to point to your self-hosted instance.
== Changelog ==
= 1.0.0 =
- Initial release