
LinkFlow Chat AI chatbot on your website
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:
Use Cases:
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!
This plugin is licensed under the GPLv2 or later. See https://www.gnu.org/licenses/gpl-2.0.html.
Visit https://linkflow.chat or contact us at dev@linkflow.chat for help.
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)
Anthropic Claude API (api.anthropic.com)
DeepSeek API (api.deepseek.com)
Freemius SDK (freemius.com)
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.
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/):
frontend/src/ (TypeScript/React)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)assets/dist/Admin UI scripts and styles:
assets/admin/js/*.jsassets/admin/css/*.cssBuild instructions (optional – only needed if you want to rebuild the frontend bundle):
cd frontendnpm installnpm run buildassets/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 and qrcode. Their source and licenses are available in their respective repositories.