Linux 软件免费装
Banner图

Solver Live Chat

开发者 solverwp
更新时间 2026年7月10日 17:58
捐献地址: 去捐款
PHP版本: 6.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

rss support faq chatbot knowledge base

下载

详情介绍:

Solver Live Chat adds a chat widget to your site that answers visitors' questions using only the information you give it. It never guesses, and if nothing you've provided answers a question, it says so honestly instead of making something up. How it works
  1. A visitor asks a question in the chat widget.
  2. Solver Live Chat first checks your knowledge base for an exact match — if found, it answers instantly.
  3. If there's no exact match, Solver Live Chat searches your own content (the post types, pages, RSS feeds, and/or sitemap URLs you've selected) for the single most relevant piece of information, and shows it.
  4. If nothing relevant is found anywhere, Solver Live Chat shows your configured "I don't know" message instead of guessing.
This means Solver Live Chat is only as good as the content you give it — the more accurate and complete your knowledge base and site content, the better its answers. What you provide (any combination) Knowledge base format example Paste JSON like this into the Knowledge Base field for instant, exact answers: [ {"k": ["shipping", "delivery time"], "a": "We ship within 3-5 business days."}, {"k": ["refund", "return policy"], "a": "Refunds are available within 14 days of purchase."} ] Each entry's "k" list is a set of keywords/phrases — if a visitor's message contains all the words in any one of them, that entry's "a" answer is shown instantly. You can also just paste plain paragraphs of text (separated by a blank line) instead of JSON. Features Privacy note Solver Live Chat logs each visitor's questions and the replies given (identified by an anonymous browser-generated session ID, plus their IP address) so you can review them in the Questions Log. If a visitor voluntarily uses "leave your email", their name/email is stored alongside their session. Only a site administrator can delete this data (from the Questions Log screen) — visitors cannot delete or export it themselves.

安装:

  1. Upload the solver-live-chat folder to /wp-content/plugins/, then activate it through the "Plugins" screen (or install directly from the WordPress plugin directory).
  2. Go to Solver Live Chat in the WordPress admin menu.
  3. Paste your knowledge base into the Knowledge base field — JSON for instant exact answers, or plain text paragraphs (see the format example above).
  4. Under Include post types, tick which of your own post types Solver Live Chat should be able to search.
  5. (Optional) Add RSS feed URLs, or extra page/sitemap URLs, if you want Solver Live Chat to draw on content outside your selected post types.
  6. Customize the widget's title, placeholder text, welcome message, "nothing found" fallback message, and suggested questions to match your business.
  7. Save changes — the chat widget now appears automatically on your site (or use the [corechat] shortcode to place it manually, after turning off "Show on frontend").

常见问题:

Will Solver Live Chat make up answers?

No. If nothing in your knowledge base, selected post types, RSS feeds, or extra pages relates to a question, Solver Live Chat shows your configured "nothing found" message instead of guessing.

Can I answer a visitor myself?

Yes. Open Questions Log in the admin menu and reply directly to any logged question — if that visitor's chat widget is still open, they'll see your reply alongside the automatic bot.

Can I see what visitors are asking?

Yes, the Questions Log screen lists every visitor and everything they've asked, including which questions got no answer — a useful signal for what to add to your knowledge base next.

Can a visitor delete their own chat history?

No — only a site administrator can delete a visitor's conversation, from the Questions Log screen. This keeps the data useful for the site owner's records while still being fully under the owner's control.

Does this comply with GDPR / privacy requirements?

Solver Live Chat stores conversation data locally in your own database and lets you show a privacy notice linking to your Privacy Policy page. As the site owner, you're responsible for disclosing this data collection in your privacy policy and handling any data requests, the same as with any other on-site data you collect.

What happens if a lot of people chat at once?

Each visitor is rate-limited individually by their own IP address, so one busy visitor can't block others. If your site sits behind Cloudflare or another reverse proxy and you want rate limiting based on each visitor's real IP rather than the proxy's, add add_filter( 'corechat_trust_proxy_ip', '__return_true' ); in your theme or a small must-use plugin.

更新日志:

1.0.0