| 开发者 | solverwp |
|---|---|
| 更新时间 | 2026年7月10日 17:58 |
| 捐献地址: | 去捐款 |
| PHP版本: | 6.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[ {"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
[corechat] shortcode.solver-live-chat folder to /wp-content/plugins/, then activate it through the "Plugins" screen (or install directly from the WordPress plugin directory).[corechat] shortcode to place it manually, after turning off "Show on frontend").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.
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.
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.
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.
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.
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.