Linux 软件免费装

Bublly

开发者 bublly
更新时间 2026年7月30日 18:39
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0+
版权网址: 版权信息

标签

customer support live chat helpdesk chat widget support chat

下载

1.0.0

详情介绍:

Bublly is a customer support platform that lets your team handle live chat, tickets, and helpdesk conversations in one place. This plugin embeds the Bublly chat widget on every page of your WordPress site automatically. Visitors can start a chat and your team responds from the Bublly dashboard. A free Bublly account is required. Sign up at https://bublly.com Features:

安装:

  1. Upload the bublly folder to /wp-content/plugins/
  2. Activate the plugin in WP Admin → Plugins
  3. Go to Settings → Bublly
  4. Paste your API key from desk.bublly.com and check Enable Widget
  5. Visit any page on your site — the chat widget will appear

常见问题:

Where do I find my API key?

Log in to desk.bublly.com, go to Settings → Widget, and copy the API key shown there.

Is the API key visible in my page source?

Yes. This is intentional — it is a publish key designed to be public, similar to how Google Analytics tracking IDs work. It cannot be used to access your private data.

My site has a Content Security Policy (CSP). What do I need to add?

Add widget.bublly.com to your script-src allowlist. Without this, the widget script will be blocked by the browser.

Does this plugin work with cookie consent plugins like CookieBot or Complianz?

Yes. The plugin exposes a bublly_should_load_widget filter. Cookie consent plugins can hook into this to delay the widget until the visitor gives consent: add_filter( 'bublly_should_load_widget', function() { return has_consent_for_marketing(); } );

The widget is not appearing on my site. What should I check?

  1. Confirm Enable Widget is checked in Settings → Bublly
  2. Confirm the API key field is not empty
  3. Check your browser console for script-blocking errors (CSP or ad blockers)
  4. Confirm widget.bublly.com is reachable from your browser

更新日志:

1.0.0