=== QuackChat ===
Contributors: quackchat
Tags: chat, chatbot, ai, support, woocommerce
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds the QuackChat AI chat widget to your WordPress or WooCommerce site. Paste your Bot ID and go live.

== Description ==

QuackChat is an AI assistant trained on your own website content. This plugin adds the QuackChat chat widget to every page of your site — no code, no theme edits.

* Works with any theme, including Elementor, Divi and Gutenberg
* WooCommerce-aware: live product answers, and an optional toggle to hide the widget on cart/checkout
* Widget appearance (colours, greeting, avatar) is managed in your QuackChat dashboard, so it stays in sync everywhere

You need a QuackChat account and a Bot ID from the dashboard's Deploy page: https://www.quackchat.app/app

== Installation ==

1. Download `quackchat-widget.zip` from your QuackChat dashboard (Deploy page) or https://www.quackchat.app/downloads/quackchat-widget.zip
2. In WordPress admin, go to **Plugins → Add New → Upload Plugin**
3. Choose the zip, click **Install Now**, then **Activate**
4. Go to **Settings → QuackChat** and paste your Bot ID (from the Deploy page of your QuackChat dashboard)
5. Save — the widget is live

Note: this plugin is distributed directly by QuackChat (not via the WordPress.org directory), so it is installed with **Upload Plugin** rather than plugin search, and updates are shipped as new zip downloads.

== Frequently Asked Questions ==

= Where do I find my Bot ID? =

In your QuackChat dashboard: open your bot, then the Deploy page. You can paste either the bare Bot ID or the whole embed snippet — the ID is picked out automatically.

= I see two chat bubbles =

You previously installed the widget with a code snippet (e.g. via WPCode). Remove that snippet — the plugin replaces it.

= The widget doesn't appear =

Purge any page cache after saving settings (caching plugins bake the page HTML). If a security plugin blocks external scripts, allowlist `www.quackchat.app` and `api.quackchat.app`. Some page builders / headless themes never call `wp_footer()` — use the embed snippet method from the QuackChat guides instead.

== Changelog ==

= 1.0.0 =
* Initial release: settings page (Bot ID, enable toggle, position, WooCommerce cart/checkout hide), site-wide widget injection.
