=== Conversa Widget ===
Contributors: conversa
Tags: chatbot, ai, customer support, live chat, embed
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed your Conversa AI chat widget on WordPress — the same script tag as manual install, placed before the closing body tag.

== Description ==

Conversa Widget lets you add your Conversa chat bubble to any WordPress site without editing theme files.

1. Sign in at [conversa.ng](https://conversa.ng/login)
2. Open **Bots** → your bot → **Embed** → **Copy code**
3. Paste the **Bot ID** (the `data-bot-id` value) into **Settings → Conversa Widget**

The plugin prints the official Conversa loader in `wp_footer`, which runs just before `</body>` in themes that follow WordPress standards — the same placement recommended for Google Analytics and similar tags.

== Installation ==

1. Download `conversa-wordpress.zip` from [conversa.ng/docs](https://conversa.ng/docs)
2. In WordPress admin go to **Plugins → Add New → Upload Plugin**
3. Choose the zip file, click **Install Now**, then **Activate**
4. Go to **Settings → Conversa Widget**, enable the widget, and enter your Bot ID
5. Visit your site’s front end — the chat bubble should appear when your bot is **Active** and your domain is allowed in Conversa

== Frequently Asked Questions ==

= Where do I find my Bot ID? =

In the Conversa dashboard: **Bots** → select your bot → **Embed** → **Copy code**. The Bot ID is the value in `data-bot-id="..."`.

= Does this work with block themes and page builders? =

Yes, as long as your theme calls `wp_footer()` before `</body>` (all default WordPress themes do).

= The bubble does not show up =

Confirm the bot is **Active** in Conversa, your site’s domain is in **allowed domains**, and the Bot ID is correct. Clear any caching plugin or CDN cache after saving settings.

== Changelog ==

= 1.0.0 =
* Initial release: settings page, footer embed, optional bubble position.
