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)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/linkflow-chat/#description)
 * [평가](https://ko.wordpress.org/plugins/linkflow-chat/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/linkflow-chat/#installation)
 * [개발](https://ko.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://ko.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⌉⌊LinkFlow Chat AI chatbot on your website⌉[

LinkFlow Chat AI chatbot on your website

[⌊Customizable social media buttons and AI settings and appearance configuration⌉⌊
Customizable social media buttons and AI settings and appearance configuration⌉[

Customizable social media buttons and AI settings and appearance configuration

[⌊Preset Q&A management interface⌉⌊Preset Q&A management interface⌉[

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!

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

## 후기

![](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/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/linkflow-chat/)
을 [RSS](https://plugins.trac.wordpress.org/log/linkflow-chat/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.8

 * Fix known issues

#### 1.0.2

 * Supported version bump to 6.8

## 기초

 *  버전 **1.0.8**
 *  최근 업데이트: **9개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.9 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/linkflow-chat/)
 * 태그:
 * [AI](https://ko.wordpress.org/plugins/tags/ai/)[chatbot](https://ko.wordpress.org/plugins/tags/chatbot/)
   [ChatGPT](https://ko.wordpress.org/plugins/tags/chatgpt/)[contact button](https://ko.wordpress.org/plugins/tags/contact-button/)
   [whatsapp](https://ko.wordpress.org/plugins/tags/whatsapp/)
 *  [고급 보기](https://ko.wordpress.org/plugins/linkflow-chat/advanced/)

## 평점

 별 5점 만점에 1점.

 *  [  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/)