Title: LinkFlow Chat – AI Chatbot With Social Media Buttons
Author: linkflow
Published: <strong>2025 年 10 月 9 日</strong>
Last modified: 2025 年 12 月 12 日

---

搜索插件

![](https://ps.w.org/linkflow-chat/assets/banner-772x250.png?rev=3375586)

![](https://ps.w.org/linkflow-chat/assets/icon-256x256.gif?rev=3375552)

# LinkFlow Chat – AI Chatbot With Social Media Buttons

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

[下载](https://downloads.wordpress.org/plugin/linkflow-chat.1.0.8.zip)

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

 [支持](https://wordpress.org/support/plugin/linkflow-chat/)

## 描述

**LinkFlow** integrates advanced AI like ChatGPT into WordPress for smart conversations.
It seamlessly hands off to WhatsApp and social platforms when needed, not only boosting
satisfaction but also helping you grow your follower count and community.

**Key Features:**

 * 🤖 **AI Chatbot Powered by ChatGPT and Leading LLMs**
 * 🌐 **Connect to 20+ Social Platforms** like WhatsApp, Messenger, Telegram, and
   more
 * 🧠 **Context-Aware Conversations** to maintain natural flow
 * 📋 **Preset Q&A Management** for FAQs and common questions
 * 🔗 **Shareable Chat History Links** for seamless agent handoff
 * 🔁 **Smart Handoff Options** between AI and human support
 * 🎨 **Custom Appearance Settings** for colors, position and icon
 * ⚙️ **Flexible Deployment**: floating button or embedded anywhere
 * 🌍 **Multilingual Support** with auto language detection

**Use Cases:**

 * 🛍️ E-commerce: Help with product info, guide purchases, and 24/7 support
 * 🏢 Corporate Sites: Answer service questions and collect leads
 * ✍️ Blogs: Recommend related content and answer reader FAQs
 * 👩‍⚖️ Professional Services: Assist with bookings, service info, and client questions

**Why LinkFlow Chat?**

Unlike traditional support plugins, LinkFlow Chat offers **AI + Social Media + Human
Collaboration** in one package. No coding required, and you can start for free!

### License

This plugin is licensed under the GPLv2 or later. See [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html).

### Support

Visit [https://linkflow.chat](https://linkflow.chat) or contact us at [dev@linkflow.chat](https://cn.wordpress.org/plugins/linkflow-chat/dev@linkflow.chat?output_format=md)
for help.

### External services

This plugin connects to third-party AI and supporting services to provide its functionality.
We disclose what is used, what is sent, and when, so you can make informed decisions.

 * OpenAI API (api.openai.com)
    - What it is used for: Generates AI chat replies when OpenAI is selected as 
      the provider.
    - What data is sent: Conversation messages (roles and content, including the
      current user question, prior context you configure, and a system prompt containing
      your knowledge base), model parameters (model, max_tokens, temperature). Your
      API key is sent in the Authorization header.
    - When data is sent: When a chat reply is requested or when you run the “Test
      connection” in settings.
    - Terms of use: https://openai.com/policies/terms-of-use
    - Privacy policy: https://openai.com/policies/privacy-policy
 * Anthropic Claude API (api.anthropic.com)
    - What it is used for: Generates AI chat replies when Claude is selected as 
      the provider.
    - What data is sent: Conversation messages (system, user, assistant), model 
      parameters (model, max_tokens, temperature). Your API key is sent via the 
      x-api-key header; anthropic-version header identifies the API version.
    - When data is sent: When a chat reply is requested or when you run the “Test
      connection” in settings.
    - Terms of use: https://www.anthropic.com/legal/terms
    - Privacy policy: https://www.anthropic.com/legal/privacy
 * DeepSeek API (api.deepseek.com)
    - What it is used for: Generates AI chat replies when DeepSeek is selected as
      the provider.
    - What data is sent: Conversation messages (roles and content), model parameters(
      model, max_tokens, temperature). Your API key is sent in the Authorization
      header.
    - When data is sent: When a chat reply is requested or when you run the “Test
      connection” in settings.
    - Terms of use: https://www.deepseek.com/terms
    - Privacy policy: https://www.deepseek.com/privacy
 * Freemius SDK (freemius.com)
    - What it is used for: Licensing, upgrades, and WordPress.org compliance flows
      for the plugin. The SDK is bundled and may communicate with Freemius if you
      opt into relevant functionality.
    - What data is sent: As part of licensing/updates/opt-in flows, standard site
      and plugin metadata may be transmitted in accordance with their policies. 
      This plugin sets the SDK to WordPress.org compliant mode.
    - When data is sent: During activation/upgrade/licensing flows or when you choose
      Freemius-powered features.
    - Terms of use: https://freemius.com/terms/
    - Privacy policy: https://freemius.com/privacy/

Notes:
 – You can choose which AI provider to use in settings and supply your own
API key. Requests are sent directly from your WordPress site to the selected provider’s
API endpoint that you configure (default endpoints listed above). – Conversation
content you submit may be processed by the selected AI provider per their terms.
Do not include sensitive personal data unless you have consent and a lawful basis.–
If you disable QR code features or ensure a local QRCode script is present, CDN 
requests are not made.

### Source code and build

This plugin includes human-readable source code for any compiled/minified frontend
assets to comply with the WordPress.org guideline.

 * Frontend chat widget (compiled to `assets/dist/`):
    - Source: `frontend/src/` (TypeScript/React)
    - Build config files included: `frontend/package.json`, `frontend/vite.config.
      ts`, `frontend/tsconfig.json`, `frontend/tsconfig.node.json`, `frontend/postcss.
      config.js`, `frontend/tailwind.config.js`, `frontend/pnpm-lock.yaml`, and 
      related styles like `frontend/index.css` (when present)
    - Build output: `assets/dist/`
 * Admin UI scripts and styles:
    - Human-readable JavaScript: `assets/admin/js/*.js`
    - Human-readable CSS: `assets/admin/css/*.css`

Build instructions (optional – only needed if you want to rebuild the frontend bundle):

 1. Ensure Node.js 18+ and npm are installed.
 2. From the plugin directory, run:
 3.  * `cd frontend`
     * `npm install`
     * `npm run build`
 4. The production assets will be generated into `assets/dist/` per `vite.config.ts`.

Notes:
 – We do not ship `node_modules/` in the plugin package. The included `frontend/`
directory contains only the source and configuration files needed to reproduce the
build. – Third-party libraries used by the frontend include [React](https://github.com/facebook/react)
and [qrcode](https://github.com/soldair/node-qrcode). Their source and licenses 
are available in their respective repositories.

## 屏幕截图

 * [[
 * LinkFlow Chat AI chatbot on your website
 * [[
 * Customizable social media buttons and AI settings and appearance configuration
 * [[
 * Preset Q&A management interface

## 区块

该插件提供了 1 个区块.

 *   LinkFlow Chat Button

## 安装

 1. Go to your WordPress Admin Dashboard.
 2. Navigate to **Plugins  Add Plugin**.
 3. Search for **linkflow**.
 4. Click **Install Now**, then **Activate**.
 5. Go to **Settings** to configure AI model, social platforms, appearance, and more.
 6. Start using AI chatbot instantly!

## 常见问题

### How is LinkFlow Chat different from other chatbot plugins?

LinkFlow Chat creates a unique chat history link for every conversation, enabling
human agents to instantly access full context—no repeated questions for visitors.
It also allows seamless switching between AI and human support, with deep integration
into social platforms.

### Do I need to know how to code?

No coding required. LinkFlow Chat is built for WordPress with a simple admin interface.
Power users can optionally use custom API integrations.

### Which languages are supported?

LinkFlow Chat supports multilingual conversations including English, Chinese, Japanese,
Korean, Spanish, French, German, and more. AI auto-detects the visitor’s language.

### How do I upgrade to the Professional Plan?

In the LinkFlow Chat settings page in your dashboard, choose a plan and upgrade 
directly. Your settings and history remain intact.

## 评价

![](https://secure.gravatar.com/avatar/cd116080cce42f47bc83347a944a7335128346fc3fd37d0fae0fa0a8d5da25da?
s=60&d=retro&r=g)

### 󠀁[Didn’t make it work and no help available](https://wordpress.org/support/topic/didnt-make-it-work-and-no-help-available/)󠁿

 [vebdizayner](https://profiles.wordpress.org/vebdizayner/) 2026 年 1 月 8 日

No manual or instructions, it was not obvious how to make it work. Asking for help
as paid version, received answer that didn’t help. Never managed to make it work.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/linkflow-chat/reviews/)

## 贡献者及开发者

「LinkFlow Chat – AI Chatbot With Social Media Buttons」是开源软件。 以下人员对此
插件做出了贡献。

贡献者

 *   [ linkflow ](https://profiles.wordpress.org/linkflow/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

[帮助将「LinkFlow Chat – AI Chatbot With Social Media Buttons」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/linkflow-chat)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.0.8

 * Fix known issues

#### 1.0.2

 * Supported version bump to 6.8

## 额外信息

 *  版本 **1.0.8**
 *  最后更新：**6 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.9 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/linkflow-chat/)
 * 标签
 * [AI](https://cn.wordpress.org/plugins/tags/ai/)[chatbot](https://cn.wordpress.org/plugins/tags/chatbot/)
   [ChatGPT](https://cn.wordpress.org/plugins/tags/chatgpt/)[contact button](https://cn.wordpress.org/plugins/tags/contact-button/)
   [whatsapp](https://cn.wordpress.org/plugins/tags/whatsapp/)
 *  [高级视图](https://cn.wordpress.org/plugins/linkflow-chat/advanced/)

## 评级

 1 星（最高 5 星）。

 *  [  0 条 5 星评价     ](https://wordpress.org/support/plugin/linkflow-chat/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/linkflow-chat/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/linkflow-chat/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/linkflow-chat/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/linkflow-chat/reviews/?filter=1)

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

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

## 贡献者

 *   [ linkflow ](https://profiles.wordpress.org/linkflow/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/linkflow-chat/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://linkflow.chat/)