ChatyTalk Chatbot

外掛說明

ChatyTalk Chatbot provides a seamless integration between your WordPress site and the ChatyTalk AI platform. Built with a modern REST API architecture, it completely bypasses common WordPress cache issues (like WP Rocket, LiteSpeed, or Redis Object Cache) and WAF blocks (403 Forbidden errors).

This ensures that your visitors always get real-time, lightning-fast AI responses without any session overlap or timeout issues.

Features:

  • Bulletproof Architecture: Uses custom REST API endpoints instead of the traditional admin-ajax.php to avoid firewall and cache blocks.
  • Smart Session Management: Assigns unique visitor IDs dynamically, avoiding cache-frozen session overlaps.
  • Dynamic Multilingual Support: Automatically detects the browser language and matches it with dynamic panel settings.
  • Dynamic Quick Replies: Unlimited, language-specific ready-to-use template buttons to start the conversation instantly.
  • Call-to-Action Tooltip: A non-intrusive 10-second delayed tooltip with dynamic Left/Right alignment to increase engagement.
  • Customizable UI: Change colors, titles, and widget positions directly from the WordPress Customizer or Settings page.

External services

This plugin connects to the ChatyTalk API to process chatbot messages and manage chat sessions.
Data sent includes the tenant slug, session identifiers, and the chat messages typed by the visitor.
Service provider: ChatyTalk.
Terms of Service
Privacy Policy

安裝方式

  1. Upload the chatytalk-chatbot folder to the /wp-content/plugins/ directory, or install the ZIP file via the WordPress Plugins menu.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to “ChatyTalk Bot” in the WordPress admin menu and enter your API Key and Tenant Slug.
  4. Configure your preferred languages, quick reply templates, and colors.
  5. The chatbot widget will automatically appear on the site for all non-admin visitors.

常見問題集

Does it work with caching plugins like WP Rocket?

Yes! Built specifically to bypass aggressive page caching and Redis Object Cache systems automatically. You do not need to configure complex exclude rules.

Where do I find my API key?

You can find your API key in your ChatyTalk SaaS Dashboard under the “API / Credential” section.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈ChatyTalk Chatbot〉的開發相關工作。

參與者

將〈ChatyTalk Chatbot〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

8.2.2

  • Replaced randomized loading messages with a single configurable loading text.
  • Added per-language Loading Text configuration in the admin panel.
  • Loading text now follows the active chatbot language, just like Welcome Message and Quick Replies.
  • Added automatic fallback loading text for supported languages.
  • Improved backward compatibility with previous loading message settings.
  • Kept the existing typing animation and smooth loading transition.
  • Minor UI and code cleanup.

8.2.0

  • Added modern AI typing animation with smooth dot pulse effect.
  • Added randomized loading status messages per language.
  • Added configurable AI disclaimer in the chat window.
  • Improved chatbot UX with in-place loading-to-reply transitions.
  • Improved accessibility with ARIA live regions during loading.
  • Added REST API nonce verification and IP-based rate limiting.
  • Added AJAX nonce refresh to prevent cached nonce 403 errors.
  • Added custom admin menu icon and external services documentation.
  • Minor bug fixes and WordPress.org compliance improvements.

8.1.0

  • Complete architecture rewrite.
  • Product rebranded from internal ILS project to the official ChatyTalk Chatbot SaaS plugin.
  • Added dynamic multi-language (i18n) repeater management.
  • Added language-specific dynamic quick reply templates.
  • Added dynamic Left/Right positioning with automated tooltip alignment.
  • Migrated from admin-ajax.php to Custom REST API endpoints to fix 403 blocks.