Title: YipYap AI Chatbot
Author: kgrozdanovski
Published: <strong>2025 年 10 月 24 日</strong>
Last modified: 2025 年 10 月 24 日

---

搜索插件

![](https://ps.w.org/yipyap-ai-chatbot/assets/icon-256x256.png?rev=3384064)

# YipYap AI Chatbot

 作者：[kgrozdanovski](https://profiles.wordpress.org/kgrozdanovski/)

[下载](https://downloads.wordpress.org/plugin/yipyap-ai-chatbot.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/yipyap-ai-chatbot/#description)
 * [评价](https://cn.wordpress.org/plugins/yipyap-ai-chatbot/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/yipyap-ai-chatbot/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/yipyap-ai-chatbot/#developers)

 [支持](https://wordpress.org/support/plugin/yipyap-ai-chatbot/)

## 描述

Easily integrate the YipYap AI Chatbot into any WordPress site using your API key
from [joinyipyap.com](https://joinyipyap.com).

To start, users need to:
 1. Go to https://joinyipyap.com, create a free account,
and verify your email. 2. Once logged in, navigate to Integrations and create a 
new integration for your site. – Important: Set the Site URL for the integration
to exactly match your WordPress site URL (e.g., https://example.com). This is required
for the plugin validation to work. 3. Go to AI Agents and create a new agent, which
will handle the chat interactions. 4. Open the Integration Details page, assign 
the newly created agent to your integration, and copy the generated API Key. 5. 
Enter the API Key into the plugin settings in WordPress to activate the chatbot.

Once activated, the plugin connects your website to your YipYap account and automatically
loads your chatbot widget on all pages.

**Features:**
 * Simple API key setup in WordPress admin * Automatic chat widget
embedding * Secure integration with your YipYap AI Agent * Works with any WordPress
theme

### External Services

This plugin uses the following third-party/external services to provide the chat
widget and to validate/activate the integration. We document each service below,
what it is used for, and what data is sent.

 1. joinyipyap.com (YipYap platform / widget)
 2.  * Purpose: Hosts the chat widget script and the YipYap platform that manages AI
       agents & integrations.
     * Domains:
        - https://joinyipyap.com/sdk.js — loads the chat widget script in the browser.
        - https://api.joinyipyap.com/validate-wp-integration — validates API key and
          site URL when a user saves the API key in plugin settings.
        - https://api.joinyipyap.com/wp-activate-integration — called after successful
          validation to activate the integration.
        - https://api.joinyipyap.com/wp-deactivate-integration — called when the API
          key is removed or integration is deactivated.
        - https://api.joinyipyap.com/wp-sync — used to periodically sync your site 
          URL with the YipYap integration.
     * Data sent: the plugin sends your **API key** (entered by the site admin) and
       your **site URL** (home_url()) for validation, activation, deactivation and 
       sync. The widget script (sdk.js) runs in the visitor’s browser (no visitor personal
       data is sent by the plugin itself).
     * When: validation/activation/deactivation calls happen when the admin saves/removes
       an API key; sync runs during init if an API key is present.
     * Docs / Privacy: Privacy Policy: https://joinyipyap.com/privacy-policy
 3. cdn.socket.io (Socket.IO client from CDN)
 4.  * Purpose: Loads the Socket.IO client library used by the widget for real-time
       communication.
     * Domain: https://cdn.socket.io/4.7.2/socket.io.min.js
     * Data sent: this is a JavaScript library file loaded by visitors’ browsers. The
       plugin itself does not send additional data to this CDN.
     * When: the script is loaded on the front-end when the widget is active.
     * Notes: This is a third-party CDN-hosted library file. See Socket.IO docs: https://
       socket.io/ (and the CDN provider’s policies where applicable).

### Privacy

This plugin connects your website to the YipYap platform to enable AI chat functionality.

 * **Data sent:** The plugin only sends your **site URL** and **API key** (entered
   by the site administrator) to the YipYap API endpoints for validation, activation,
   deactivation, and periodic synchronization. The plugin does not collect or transmit
   visitor or user personal data.
 * **When:** Validation/activation/deactivation requests occur when the admin saves,
   changes, or removes the API key in the plugin settings. The periodic sync runs
   on `init` (only when an API key is present).
 * **Purpose:** Authenticate your WordPress site with your YipYap account and ensure
   the chatbot widget functions correctly.
 * **Service provider:** Cognirum (YipYap platform). Privacy Policy: https://joinyipyap.
   com/privacy-policy

## 安装

 1. Go to **Plugins  Add New** in your WordPress admin dashboard.
 2. Search for **YipYap AI Chatbot**.
 3. Activate the plugin.
 4. Go to **Settings  YipYap AI Chatbot** in the admin dashboard.
 5. Paste your API key from your YipYap dashboard and click **Save Settings**.
 6. The chat widget will appear automatically on your site.

## 常见问题

### Where do I find my API key?

Log in to your [YipYap dashboard](https://joinyipyap.com), navigate to **Integrations
WordPress**, and copy your API key.

### Does this plugin work on all WordPress themes?

Yes, as long as the theme includes `<?php wp_footer(); ?>`, the chat widget will
load automatically.

### Can users configure the chat directly in WordPress?

No. All chat configuration happens inside the YipYap dashboard. The WordPress plugin
only handles integration and widget display.

## 评价

此插件暂无评价。

## 贡献者及开发者

「YipYap AI Chatbot」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「YipYap AI Chatbot」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/yipyap-ai-chatbot)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/yipyap-ai-chatbot/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/yipyap-ai-chatbot/)，或通过[RSS](https://plugins.trac.wordpress.org/log/yipyap-ai-chatbot/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/yipyap-ai-chatbot/)。

## 更新日志

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**8 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/yipyap-ai-chatbot/)
 * 标签
 * [agent](https://cn.wordpress.org/plugins/tags/agent/)[ai assistant](https://cn.wordpress.org/plugins/tags/ai-assistant/)
   [chatbot](https://cn.wordpress.org/plugins/tags/chatbot/)[integration](https://cn.wordpress.org/plugins/tags/integration/)
   [live chat](https://cn.wordpress.org/plugins/tags/live-chat/)
 *  [高级视图](https://cn.wordpress.org/plugins/yipyap-ai-chatbot/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/yipyap-ai-chatbot/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/yipyap-ai-chatbot/)