CauserieBot

外掛說明

CauserieBot lets you embed an AI chatbot on your WordPress site without writing any code.

Features:

  • Secure connection via API key
  • Pick the chatbot to display from your CauserieBot account
  • Automatic widget injection in the site footer
  • One-click enable / disable

How it works:

  1. Install and activate the plugin
  2. Go to Settings > CauserieBot
  3. Create an API key at dashboard.causeriebot.com/settings
  4. Paste the key and click “Load my chatbots”
  5. Select your chatbot and save

Note: a CauserieBot account is required to use this plugin. You can create a free account at causeriebot.com.

The plugin is fully translatable. French translation is included; other languages are welcome via translate.wordpress.org.

External services

This plugin connects to the CauserieBot service to provide chatbot functionality. The connection to this external service is required for the plugin to work.

1. CauserieBot API — fetching the chatbot list

When you click “Load my chatbots” in the settings page, the plugin sends an authenticated request to https://dashboard.causeriebot.com/api/public/chatbots with your API key in the Authorization header to retrieve the list of chatbots associated with your CauserieBot account.

  • Data sent: your CauserieBot API key.
  • When: only on demand, when you click “Load my chatbots” from the settings page. No data is sent automatically.

2. CauserieBot widget — front-end chatbot

When the chatbot is enabled, the plugin loads a JavaScript file from https://dashboard.causeriebot.com/widget.js on the public side of your site. This widget displays the chatbot interface and communicates with CauserieBot servers to process visitor messages.

  • Data sent: the selected chatbot ID (server-side), then on the visitor side, the messages typed into the chatbot as well as standard browsing metadata (user agent, IP address, referrer) collected by CauserieBot to provide the service.
  • When: on every public page of the site when the chatbot is enabled.

This service is provided by CauserieBot. By using this plugin you agree to the CauserieBot terms and privacy policy:

安裝方式

  1. Download and unzip the plugin into /wp-content/plugins/causeriebot/
  2. Activate the plugin from the “Plugins” menu in WordPress
  3. Go to Settings > CauserieBot to configure

常見問題集

Where do I create my API key?

At dashboard.causeriebot.com/settings, in the “API Keys” section.

Does the chatbot show on every page?

Yes, by default the widget is injected site-wide. You can disable it from the settings.

Do I need a paid CauserieBot account?

The free plan is enough to get started. Pro and Business plans offer more conversations and features.

Does the plugin send data to external services?

Yes — see the “External services” section below for full details.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release.