Botino Chatbot

説明

Botino is an AI chatbot platform. This plugin injects the Botino loader on your site and, when enabled, sends a signed identity hash so the chatbot can personalize answers for signed-in WordPress users.

Features:

  • One-click embed via the loader.js script
  • Optional secure identity verification (HMAC-SHA256)
  • Pass user email and display name as locked contact data
  • Optionally show the chatbot in wp-admin too
  • Full Persian (فارسی) translation with right-to-left support

External Services

This plugin connects to the Botino service to load and display your AI chatbot widget.

Botino Widget API (api.botinoai.ir)

  • What it is: The Botino chatbot platform. This plugin embeds the Botino chat widget on your site by communicating with Botino’s servers.
  • What data is sent and when:
    • On every page load where the chatbot is active, the plugin fetches widget configuration from https://api.botinoai.ir/api/v1/widget/embed-bootstrap?chatbotId=<your-chatbot-id>. Only the chatbot ID is sent; no visitor data is included in this server-side request.
    • The Botino loader script (loader.js) is then injected into the page. That script communicates with Botino’s servers to render the chat widget and handle conversations. If the “Pass logged-in user identity” option is enabled, a signed HMAC-SHA256 hash of the logged-in WordPress user’s ID, email, and display name is passed to the widget so Botino can personalise the conversation.
  • Service provider: Botino (botinoai.ir)
  • Terms of Service: https://botinoai.ir/terms
  • Privacy Policy: https://botinoai.ir/privacy

インストール

  1. Upload the plugin folder to /wp-content/plugins/botino-chatbot
  2. Activate via the Plugins screen
  3. Go to Settings Botino Chatbot and paste your chatbot ID and identity secret
  4. Save changes

FAQ

Where do I find the chatbot ID?

In your Botino panel, open the chatbot you want to embed; the chatbot ID is shown in the install instructions.

Where do I find the identity secret?

In the chatbot settings, look for “Identity secret” (under Channels Chat widget Identity).

評価

このプラグインにはレビューがありません。

貢献者と開発者

Botino Chatbot はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Botino Chatbot” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • First production release.
  • Added Persian (fa_IR) translation and right-to-left admin support.
  • Branded the settings page with the Botino logo.
  • Removed the API base URL setting (now fixed to the Botino service).

0.1.0

  • Initial scaffold.