Title: Liyobot – AI Chat Widget
Author: liyobot
Published: <strong>September 1, 2026</strong>
Last modified: September 1, 2026

---

Search plugins

![](https://ps.w.org/liyobot-ai-chat-widget/assets/banner-772x250.png?rev=3675866)

![](https://ps.w.org/liyobot-ai-chat-widget/assets/icon-256x256.png?rev=3675866)

# Liyobot – AI Chat Widget

 By [liyobot](https://profiles.wordpress.org/liyobot/)

[Download](https://downloads.wordpress.org/plugin/liyobot-ai-chat-widget.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/liyobot-ai-chat-widget/#description)
 * [Reviews](https://wordpress.org/plugins/liyobot-ai-chat-widget/#reviews)
 *  [Installation](https://wordpress.org/plugins/liyobot-ai-chat-widget/#installation)
 * [Development](https://wordpress.org/plugins/liyobot-ai-chat-widget/#developers)

 [Support](https://wordpress.org/support/plugin/liyobot-ai-chat-widget/)

## Description

Liyobot is an AI chatbot for your website. It answers your visitors’ questions 24/
7, trained on your own content, and captures leads while you sleep.

This plugin adds the Liyobot chat widget to your WordPress site without touching
any code. Create a chatbot at [liyobot.com](https://liyobot.com), copy its embed
code, paste it into the plugin settings, and you’re live.

**Features**

 * One-field setup — just paste the embed code from your dashboard.
 * Loads the widget on every front-end page automatically.
 * Colours, greeting, logo and pre-chat fields are all controlled from your Liyobot
   dashboard.
 * Includes the built-in accessibility toolbar.
 * A `liyobot_should_display` filter for developers who want to hide it on specific
   pages.
 * Lightweight — adds a single script tag, nothing else.

A Liyobot account is required. See [liyobot.com](https://liyobot.com) for pricing
and a 30-day free trial.

### External services

This plugin connects to Liyobot, a third-party AI chatbot service, which is what
powers the chat widget on your site. The plugin itself adds no chatbot functionality
on its own — it loads the Liyobot widget.

What it does and when: on the front end of pages where the widget is enabled, the
visitor’s browser loads the widget script from Liyobot (`https://api.liyobot.com/
static/widget.js`). The widget then contacts Liyobot’s servers to fetch your chatbot’s
configuration and to send and receive chat messages during a conversation.

What is sent: your chatbot’s ID, the messages a visitor types in the chat, and standard
request information their browser provides (such as IP address and user agent). 
Nothing is sent unless a page with the widget loads and, for messages, unless a 
visitor uses the chat.

This service is provided by Liyobot (Code-Innovation). By using this plugin you 
agree to Liyobot’s terms and privacy policy:

 * Terms of Service: https://liyobot.com/terms
 * Privacy Policy: https://liyobot.com/privacy

## Installation

 1. In your WordPress admin, go to **Plugins  Add New  Upload Plugin** and upload the`
    liyobot.zip` file, then click **Activate**.
 2. Go to **Settings  Liyobot**.
 3. Paste the **embed code** (the whole `<script>` snippet from your chatbot’s “Embed”
    tab) and make sure **Show widget** is ticked. The plugin extracts the Bot ID for
    you.
 4. Save. The chat widget now appears on your site.

**Important:** In your Liyobot dashboard, set this WordPress site’s domain as the
chatbot’s allowed domain, or the widget will refuse to load here.

## FAQ

### Where do I find my embed code?

Log in at liyobot.com, open your chatbot, and open the **Embed** tab. Copy the whole`
<script ...></script>` snippet and paste it into the plugin.

### The widget isn’t showing on my site

Check three things: (1) the embed code was pasted correctly, (2) “Show widget” is
ticked, and (3) your WordPress site’s domain is set as the chatbot’s allowed domain
in the Liyobot dashboard. Also clear any caching plugin.

### Can I hide the widget on certain pages?

Yes. Developers can use the `liyobot_should_display` filter. For example, to hide
it on the checkout page:

    ```
    add_filter( 'liyobot_should_display', function ( $show ) { return is_page( 'checkout' ) ? false : $show; } );
    ```

### Does this send my data anywhere?

The plugin only adds Liyobot’s widget script to your pages. All chat handling happens
on Liyobot’s servers. See liyobot.com for the privacy policy.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Liyobot – AI Chat Widget” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ liyobot ](https://profiles.wordpress.org/liyobot/)

[Translate “Liyobot – AI Chat Widget” into your language.](https://translate.wordpress.org/projects/wp-plugins/liyobot-ai-chat-widget)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/liyobot-ai-chat-widget/),
check out the [SVN repository](https://plugins.svn.wordpress.org/liyobot-ai-chat-widget/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/liyobot-ai-chat-widget/)
by [RSS](https://plugins.trac.wordpress.org/log/liyobot-ai-chat-widget/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Fix: the settings page now displays the embed-code field.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.1**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.2 or higher **
 * Tags
 * [AI Chatbot](https://wordpress.org/plugins/tags/ai-chatbot/)[chatbot](https://wordpress.org/plugins/tags/chatbot/)
   [customer support](https://wordpress.org/plugins/tags/customer-support/)[lead generation](https://wordpress.org/plugins/tags/lead-generation/)
   [live chat](https://wordpress.org/plugins/tags/live-chat/)
 *  [Advanced View](https://wordpress.org/plugins/liyobot-ai-chat-widget/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/liyobot-ai-chat-widget/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/liyobot-ai-chat-widget/reviews/)

## Contributors

 *   [ liyobot ](https://profiles.wordpress.org/liyobot/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/liyobot-ai-chat-widget/)