Linux 软件免费装
Banner图

Ethora Chat Assistant

开发者 rldp
ethorateam
dmytroberberov
phwizard
更新时间 2026年6月16日 22:11
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

ai chatbot live-chat rag customer-support

下载

1.7.0 1.6.1 1.6.2

详情介绍:

Ethora Chat Assistant adds an AI chat widget to your WordPress site. The assistant reads your own pages and uses them to answer visitor questions, so when someone asks about your product, your pricing, or how to get in touch, they get a real answer instead of a generic contact form. Set it up in one click The plugin includes a Set Up Automatically button. Click it, sign up for a free Ethora account inside the popup, confirm your site URL, and the plugin will:
  1. Create your Ethora account.
  2. Provision an AI assistant configured for your site.
  3. Crawl up to 100 of your pages so the assistant can answer questions about them.
  4. Save the assistant's App ID into your plugin settings automatically.
The widget is live on your site as soon as the wizard finishes. Total time: roughly a minute. Already have an Ethora App ID? Paste it into the settings field instead - both flows produce the same result. What you get Typical use cases How it works behind the scenes The widget JavaScript is bundled with the plugin and served from your own WordPress site (no remote script host). At runtime the widget connects to the Ethora chat / AI service to provision a chat session and stream responses. The full list of third-party services it contacts is in External services below. The "Set Up Automatically" wizard runs in a popup on the Ethora admin domain (app.chat.ethora.com). When it finishes it sends only the new App ID back to your WordPress site via the browser's postMessage API, and your WordPress site saves it to the plugin settings. No Ethora credentials are stored in WordPress.

安装:

  1. From your WordPress admin: Plugins -> Add New -> Search "Ethora Chat Assistant", then Install Now and Activate. Or upload the plugin zip via Plugins -> Add New -> Upload Plugin.
  2. Go to Settings -> Ethora Chat Assistant.
  3. Click Set Up Automatically and follow the popup. (If you already have an Ethora App ID, paste it into the App ID field instead and click Save.)
  4. Done. Your widget is live.

升级注意事项:

1.7.0 Adds a one-click "Set Up Automatically" button and refreshes the bundled assistant. Existing settings keep working. 1.6.2 Adds a Settings shortcut on the Plugins screen. 1.6.1 Readme and sanitization improvements addressing WordPress.org review feedback. 1.6.0 Accurate external-services disclosure and a genuine non-minified source build, prepared for WordPress.org review.

常见问题:

How long does the auto-setup take?

Usually under a minute on a small site. The crawl runs in the background and the widget is usable as soon as setup finishes; answers improve as more pages get indexed.

How is this different from a generic chatbot?

A generic chatbot only knows what its underlying LLM was trained on. Ethora Chat Assistant grounds its answers in your pages - so it can talk specifically about your product, your pricing, your team, your support process. Visitors get real answers, not generic small talk.

I am a developer. What is the assistant actually doing?

It is a Retrieval-Augmented Generation (RAG) chat. The setup wizard crawls up to 100 pages of your site and stores them as a per-app knowledge base. When a visitor asks a question, the assistant retrieves the most relevant chunks of your content and uses an LLM to write an answer grounded in that content. You can edit the system prompt, swap the LLM provider, and re-index your pages whenever you like from your Ethora admin panel.

Does it cost anything?

Ethora has a free tier suitable for getting started. Heavier usage (more conversations, larger crawls, custom LLM providers) is on paid plans documented at https://ethora.com.

Can I customize how the assistant talks?

Yes. The setup wizard pre-fills a sensible product-site prompt, but you can rewrite it during setup or any time later from the Ethora admin panel. Greeting message, bot name, and avatar are also customisable.

Can I review what visitors are asking the assistant?

Yes. The Ethora admin panel has a Widget Conversations view that lists every conversation across all of your plugin installs, with full transcripts.

Can I point the widget at a self-hosted Ethora server?

Yes. The settings screen has an optional API URL (advanced) field. It defaults to Ethora Cloud (https://api.chat.ethora.com/v1). For self-hosted or dedicated Ethora servers, set the API base URL here.

Is the widget JavaScript loaded from a remote server?

No. The widget JavaScript is bundled inside the plugin and served from your own WordPress site. It only contacts external services after a visitor opens the chat; the full list is in External services below.

Is the chat widget mobile responsive?

Yes. Tested on desktop, tablet, and phone.

Can I use this on multiple sites?

Yes. Install it on as many sites as you like. Run the auto-setup once per site to get a separate assistant per site, or paste the same App ID into multiple sites to share one knowledge base across them.

更新日志:

1.7.0 1.6.2 1.6.1 1.6.0 1.2.0 1.1.0 1.0.0