Descripción
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.
- On every page load where the chatbot is active, the plugin fetches widget configuration from
- Service provider: Botino (botinoai.ir)
- Terms of Service: https://botinoai.ir/terms
- Privacy Policy: https://botinoai.ir/privacy
Instalación
- Upload the plugin folder to /wp-content/plugins/botino-chatbot
- Activate via the Plugins screen
- Go to Settings Botino Chatbot and paste your chatbot ID and identity secret
- 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).
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“Botino Chatbot” es software de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Botino Chatbot” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
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.