Abood AI Agent Widget

外掛說明

Abood AI Agent Widget allows AI Agent Builder customers to connect a WordPress site and display their AI assistant.

The plugin requires an AI Agent Builder account and a valid Agent ID.

After installing and activating the plugin:

  1. Go to Settings > AI Agent Widget.
  2. Enter your Agent ID from your AI Agent Builder dashboard.
  3. Choose launcher style and color.
  4. Save settings.

The widget will then load on the front end of your website.

External services

This plugin relies on the AI Agent Builder service to load and run the chat widget.

It connects to this service:
AI Agent Builder backend: https://ai-agent-backend-zjb5.onrender.com

What the service is used for:
– Loading the widget loader script and widget script.
– Fetching the widget configuration for the configured Agent ID.
– Processing visitor chat requests sent through the widget.
– Processing optional file attachments uploaded through the widget, when that feature is enabled for the agent.

What data is sent and when:
– When a page with the enabled widget is viewed, the plugin loads remote JavaScript files from the AI Agent Builder backend and sends the configured Agent ID so the correct widget can be loaded.
– When the widget initializes, it requests widget configuration data for the configured Agent ID.
– When a visitor starts a conversation, the widget sends the visitor’s message, email address, agent ID, session ID, and channel information to the AI Agent Builder backend.
– If the visitor uploads files through the widget, those files are also sent to the AI Agent Builder backend together with the chat request.

This service is provided by AI Agent Builder:
– Terms of Use: https://a-i-gent.app/terms.php
– Privacy Policy: https://a-i-gent.app/privacy.php

螢幕擷圖

安裝方式

  1. Upload the plugin zip through Plugins > Add New > Upload Plugin.
  2. Activate the plugin through the WordPress Plugins menu.
  3. Go to Settings > AI Agent Widget.
  4. Enter your Agent ID and save.

常見問題集

Do I need an AI Agent Builder account?

Yes. You need an AI Agent Builder account and a valid Agent ID to use this plugin.

Where do I get my Agent ID?

You can find your Agent ID in your AI Agent Builder dashboard after creating an agent.

Does this plugin use an external service?

Yes. The plugin connects to the AI Agent Builder backend to load the widget and process chat requests. See the External services section above for details.

Does this slow down my site?

The widget loads asynchronously from the AI Agent Builder backend.

使用者評論

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

參與者及開發者

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

參與者

將〈Abood AI Agent Widget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.4

  • Added dock style option

1.0.3

  • Added auto-connect API endpoint
  • Added remote configuration support (agent_id, style, color)

1.0.2

  • Added complete external service disclosure to the readme
  • Added Terms of Use and Privacy Policy links
  • Added WordPress privacy policy helper text

1.0.1

  • Fixed WordPress compliance issues
  • Improved settings sanitization
  • Updated plugin naming and prefixes

1.0.0

  • Initial release