Title: LinkFlow Chat – AI Chatbot With Social Media Buttons
Author: linkflow
Published: <strong>Oktabr 9, 2025</strong>
Last modified: Dekabr 12, 2025

---

Search plugins

![](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

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

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

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

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

## Description

**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://uz.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.

## Screenshots

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

## Blocks

This plugin provides 1 block.

 *   LinkFlow Chat Button

## Installation

 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!

## FAQ

### 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.

## Reviews

![](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/) Yanvar 8, 2026

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.

 [ Read all 1 review ](https://wordpress.org/support/plugin/linkflow-chat/reviews/)

## Contributors & Developers

“LinkFlow Chat – AI Chatbot With Social Media Buttons” is open source software. 
The following people have contributed to this plugin.

Contributors

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

[Translate “LinkFlow Chat – AI Chatbot With Social Media Buttons” into your language.](https://translate.wordpress.org/projects/wp-plugins/linkflow-chat)

### Interested in development?

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

## Changelog

#### 1.0.8

 * Fix known issues

#### 1.0.2

 * Supported version bump to 6.8

## Meta

 *  Version **1.0.8**
 *  Last updated **4 oy ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/linkflow-chat/)
 * Tags
 * [AI](https://uz.wordpress.org/plugins/tags/ai/)[chatbot](https://uz.wordpress.org/plugins/tags/chatbot/)
   [ChatGPT](https://uz.wordpress.org/plugins/tags/chatgpt/)[contact button](https://uz.wordpress.org/plugins/tags/contact-button/)
   [whatsapp](https://uz.wordpress.org/plugins/tags/whatsapp/)
 *  [Advanced View](https://uz.wordpress.org/plugins/linkflow-chat/advanced/)

## Ratings

 1 out of 5 stars.

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

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://linkflow.chat/)