內容簡介
Guzmandrade AI Chatbot 是一款為 WordPress 網站前端添加 AI 聊天機器人的外掛,無需自訂 AI 提供者整合程式碼,輕鬆配置即可使用。此外掛可提升用戶互動,並自動捕捉潛在客戶資訊。
【主要功能】
• 前端聊天小工具:可浮動的聊天按鈕,開啟對話面板
• 知識庫:可自訂的文章類型供聊天機器人參考
• 垃圾訊息保護:整合 Akismet 偵測並阻擋垃圾訊息
• Captcha 保護:使用 Cloudflare Turnstile 驗證人類訪客
• 潛在客戶捕捉:自動保存用戶聯絡資訊
• 最小化自訂程式碼:利用 WordPress 核心 API 簡化設置
外掛標籤
開發者團隊
原文外掛簡介
Guzmandrade AI Chatbot adds an AI-powered chatbot to the frontend of your WordPress site. It leverages the WordPress 7.0 Connectors API and the PHP AI Client SDK — meaning no custom AI provider integration code is needed. Configure your AI provider under Settings › Connectors and you’re ready.
Features
Frontend Chat Widget — A floating chat button that opens a conversational panel. Place it site-wide or via shortcode.
Knowledge Base — A custom post type (gaic_article) for curated content the chatbot can reference. The article content is where you write the information the chatbot should know. Optionally include standard posts and pages as context.
Spam Protection — Integrates with Akismet to detect and block spam messages. Falls back to rate-limiting when Akismet is not available.
Captcha Protection — Integrates with the Simple CAPTCHA with Cloudflare Turnstile plugin to verify human visitors before they can send messages.
Lead Capture — Uses AI function calling to detect when users share contact information in conversation and automatically saves leads. Delivers via email and/or webhook (connects to Zapier, Make, n8n, Google Sheets, CRMs). No forms or database tables needed.
Minimal Custom Code — Uses WordPress Core’s Connectors API for AI provider settings, the PHP AI Client SDK for AI calls, Akismet for spam, and Cloudflare Turnstile for captcha — no duplicate infrastructure.
Dependencies
WordPress 7.0+ — Provides the Connectors API for AI provider configuration.
AI Plugin or Core AI — The PHP AI Client SDK must be available (wp_ai_client_prompt()). Install the AI plugin if running WP < 7.0 or need the latest features.
AI Provider Connector — Install a provider connector plugin (e.g., OpenAI, Anthropic, Google) and configure the API key under Settings › Connectors.
Akismet (recommended) — For spam detection on chat messages. Rate-limiting fallback is used when Akismet is not active.
Simple CAPTCHA with Cloudflare Turnstile (optional) — For captcha verification on chat messages. Install and configure it at Settings › Cloudflare Turnstile, then enable captcha in the chatbot settings.
