外掛標籤
開發者團隊
原文外掛簡介
SolveoAI lets you deploy a fully AI-powered chat widget on your WordPress site in minutes.
How it works
Create an AI agent in the SolveoAI Dashboard.
Install this plugin.
Go to Settings > SolveoAI and paste your Widget ID (or Agent ID).
Done — the widget appears on your site immediately.
Features
One-click setup — no code required
Full appearance control — override primary color, position, theme (light/dark/auto) from WordPress
Behavior settings — custom greeting, auto-open, proactive teaser messages
Page visibility rules — show on all pages, specific URLs only, or exclude specific URLs
Per-page control — force show or hide the widget on individual posts/pages via a meta box
Shortcode support — [solveoai_chat] to embed the widget in specific content areas
Gutenberg block — drag-and-drop chat widget block with settings panel
WooCommerce integration — automatic customer identification, product recommendations, order lookup, cart assistance
Custom CSS injection — style the widget inside its Shadow DOM
JavaScript API — programmatic control via SolveoWidget.open(), .close(), .toggle(), .newChat(), .sendMessage()
Self-hosting support — custom API URL and widget script URL
Shadow DOM isolation — no CSS conflicts with your theme
Compatible with all WordPress themes and builders (Elementor, Divi, Gutenberg, etc.)
Widget Capabilities
All features from the SolveoAI widget are available:
AI chat with markdown support
File attachments (images, video, audio, documents)
Voice note recording
Live chat / human handoff with queue position
Lead forms (pre-chat, inline, AI-triggered)
Chat history and persistence
Message feedback (thumbs up/down)
Notification sounds
Product cards with Add to Cart (Shopify & WooCommerce)
Order tracking and fulfillment cards
Booking integration (Cal.com, Calendly)
Image galleries and action buttons
Self-Hosting
If you are running the SolveoAI platform yourself, update the API URL and Widget Script URL fields in the Advanced tab to point to your own deployment.
External services
This plugin connects to the SolveoAI platform to power an AI chat widget on your WordPress site.
SolveoAI Widget Script (widget.solveoai.io)
When any front-end page loads (and the widget is enabled), the plugin loads a JavaScript file from https://widget.solveoai.io/widget-core.js. This script renders the chat widget in the visitor’s browser. No personal data is sent during this step; the browser simply downloads the script file.
SolveoAI API (api.solveoai.io)
Once the widget script is loaded, it communicates with the SolveoAI API at https://api.solveoai.io/api/v1 to provide chat functionality. The following data is sent to this service:
Widget / Agent configuration — the widget fetches its appearance and behavior settings using the Widget ID or Agent ID configured in the plugin settings. This happens on every page load where the widget is active.
Chat messages — when a visitor types a message in the chat widget, the message text and any file attachments are sent to the API so that the AI agent can generate a response.
Lead form submissions — if a pre-chat lead form is enabled, the visitor’s name, email, and any other form fields are sent to the API.
Conversation history — the widget may request previous messages for a returning visitor’s conversation from the API.
Real-time messaging — the widget opens a WebSocket connection (via Socket.IO) to the API for real-time message delivery, typing indicators, and queue updates.
Both the API URL and the Widget Script URL can be changed in Settings > SolveoAI > Advanced to point to a self-hosted deployment if you prefer not to use the hosted service.
This service is provided by SolveoAI: Terms of Service, Privacy Policy.
