Linux 软件免费装
Banner图

DeskHub – All-in-One Contact Widget (AI Chatbot, SMS, Email, FAQ)

开发者 spartanlogicbuilders
更新时间 2026年7月24日 18:20
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

faq page contact widget sms contact ai chatbot

下载

3.1.2 3.2.0

详情介绍:

DeskHub gives small businesses a professional contact widget without the complexity. Add your FAQs once, and your visitors get instant answers — 24/7, without you monitoring a live chat queue. Developed and field-tested across real small business deployments before this public release. Built for businesses that want to start simple and grow. You do not need to understand AI to use this plugin. Start with your FAQ list — the chatbot matches visitor questions directly against what you provide. When you are ready to take it further, connect an AI model to handle questions your FAQ list does not cover. You choose when, or whether, to take that step. How it works Add your frequently asked questions through the FAQ manager. The chatbot draws on this when answering visitor questions. The readiness score helps you identify gaps before you go live. Floating Action Button (FAB) A customizable floating button gives visitors up to four ways to reach you: FAQ Manager Add FAQs individually or import via CSV. Edit, delete, and reorder entries at any time. The chatbot matches visitor questions against your list using keyword and exact-match scoring. KB-only mode Answer every visitor question purely from your FAQ list — no AI, no external service, no API key required. This is the default starting point for most users. Optional AI enhancement When a visitor asks something your FAQ list does not cover, KB-only mode returns your configured fallback message. Enabling the AI feature routes those unanswered questions to Anthropic's Claude, which uses your FAQ content as context to generate a response. This is entirely optional — the plugin works fully without it. Cost control If you enable AI, set monthly token and dollar cost caps. When the limit is reached the chatbot falls back gracefully to a configurable message — visitors never see a configuration error. Features Requirements No external account or API key is needed to use the core chat and FAQ features. An Anthropic API key is only required if you choose to enable the optional AI feature — the ability to answer questions that fall outside your FAQ list. Visit anthropic.com to learn more. Most small business sites that use the AI feature spend under $5/month.

安装:

  1. Upload the plugin files to /wp-content/plugins/slb-deskhub/, or install through the WordPress Plugins screen directly.
  2. Activate the plugin through the Plugins screen.
  3. Navigate to DeskHub in your WordPress admin sidebar.
  4. Run the Go Live Wizard to configure your widget step by step.
  5. Add your FAQ content on the Teach It page.
  6. Enable the widget on the Go Live page.
If you choose to enable AI features: Add your Anthropic API key in Settings > Security. For maximum security, define it in wp-config.php instead — this keeps the key out of the database entirely: define( 'DSKH_ANTHROPIC_API_KEY', 'your-key-here' ); When defined in wp-config.php the key exists only in a server-side file, is never written to the WordPress database, and is never exposed in the admin UI.

屏幕截图:

  • Floating action button expanded with all four contact options (Chat, Text, Email, FAQ)
  • FAQ manager with Q&A entries, CSV import/export, and Add Entry button
  • Go Live wizard — step 1 showing FAQ-only vs AI-powered mode selection
  • Training readiness score showing content completeness by category

升级注意事项:

2.7.0 Plugin renamed to DeskHub. No settings or data migration needed — all existing configuration is preserved.

常见问题:

Do I need an Anthropic account?

Only if you decide to use the optional AI features. The plugin works fully without one — the FAQ manager, KB-only chat mode, FAB actions, and all settings work with no external account required.

What is KB-only mode?

KB-only mode answers visitor questions directly from your FAQ list without making any external API calls. It is the default starting point and works for most small business use cases. Enable it in Settings during setup.

What happens when a visitor asks something my FAQ list does not cover?

In KB-only mode the chatbot returns your configured fallback message — you can include your phone number and email address using [PHONE] and [EMAIL] tokens. If AI is enabled, those unanswered questions are sent to the AI model for a response instead.

How much does the Anthropic API cost?

Most small business sites spend under $5/month. The plugin includes cost caps and email alerts so you are never surprised. You pay Anthropic directly — there is no markup. AI features are entirely optional.

What happens when my cost cap is reached?

The chatbot switches to your configured fallback message. Visitors are never shown a configuration error.

How is my API key stored?

The most secure option is to define your API key in wp-config.php — it stays in a server-side file and never enters the database. If you add it through the Settings screen it is stored encrypted in the WordPress options table using AES-256-GCM encryption.

Does it work with any theme or page builder?

Yes. The widget is injected via wp_footer and works with any theme or page builder.

Does the FAQ import support any CSV format?

The CSV must have two columns — question in the first column, answer in the second. A downloadable template is available on the Teach It page.

更新日志:

3.2.0 Phase 2 Free release: Pro feature badges now visible in Settings so Free users can see what's available in DeskHub Pro. Free/Pro comparison matrix added to the Help page. "Pro Coming Soon" placeholder replaced by individual feature badges with descriptions. 3.1.2 WP.org compliance: corrected transient key prefix from slb_session_count_ to dskh_session_count_; stripped backend implementations of Pro-only features (AI model selection, response styles, conversation memory, report frequency, log retention) from Free build so no Pro infrastructure is present in the Free zip; removed empty Google Sheets class stub from Free zip; neutralized conflict guard admin notice wording. 3.1.1 WP.org compliance: added @pro-start/@pro-end markers to backend implementations of Pro-only settings (model resolution, token map, response style blocks, report frequency/retention cron logic) so Free and Pro builds differ structurally, not just at the UI level. 3.1.0 WP.org compliance: added @pro-start/@pro-end markers around per-session rate limit check and UI-restricted settings validation (chatbot_model, history_turns, log_retention_days, response_style save paths) to ensure Free build contains no gated Pro code paths. 3.0.0 WP.org compliance: renamed all plugin prefixes from slb_ to dskh_ (4+ character minimum required by WordPress.org). Added third-party library documentation for Cropper.js and Chart.js. No settings or data are lost — a migration routine renames all existing option keys on activation. 2.9.0 WP.org compliance: removed SLB_Pro_Features::enabled() backend gates from AI model selection, response style, and conversation memory handling in class-chatbot.php — these settings now read directly from stored values with no gating logic. Documented Spartan Logic Builders waitlist and support inquiry endpoints in External Services section with privacy policy and terms of service links. 2.8.0 WP.org compliance fixes — removed 50-FAQ CSV import limit (no artificial cap on any feature); removed all upgrade-prompt text referencing Pro. Admin UX improvements — Reporting becomes the default landing page after initial setup; new Favorites tab for quick access to frequently used settings; Contact Launcher moved to Operate It tab; Security and License settings merged into a single tab; Channels tab renamed to Contact Channels. 2.7.0 Renamed plugin to DeskHub. WP.org compliance fixes — all inline styles and scripts converted to wp_add_inline_style() / wp_add_inline_script() API; feature gate checks removed so all included features are fully accessible; build script now removes Pro-only PHP files from the Free zip. 2.6.0 First public release on WordPress.org. Developed and field-tested across real small business deployments during a private beta period before this submission. Chat Widget