WP Manifestindependent plugin directory
manifest / ai / hay-wordpress

Hay.chat

Hay.chat AI chat widget plugin for WordPress

by Hay.chat · github.com/hay-chat/hay-wordpress · website

0stars
0forks

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.zip

Readme

=== 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 ==

  1. Upload the hay-chat folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the Hay.chat menu in the admin sidebar
  4. Enter your Organization ID (copy it from https://eu.hay.chat/settings/api-tokens)
  5. 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.js and widget.css from the Hay.chat server you configure (default https://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

Read the full README on GitHub →