{"id":337866,"date":"2026-07-30T09:39:43","date_gmt":"2026-07-30T09:39:43","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/bublly\/"},"modified":"2026-07-30T10:39:05","modified_gmt":"2026-07-30T10:39:05","slug":"bublly","status":"publish","type":"plugin","link":"https:\/\/tuk.wordpress.org\/plugins\/bublly\/","author":23529800,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0.3","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"Bublly","header_author":"Bublly","header_description":"Add the Bublly live chat widget to your WordPress site.","assets_banners_color":"","last_updated":"2026-07-30 10:39:05","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/bublly.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":69,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"bublly","date":"2026-07-30 10:39:05"}},"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3628290,"resolution":"1","location":"assets","locale":"","width":2400,"height":1800}},"screenshots":{"1":"The Bublly settings page in WordPress admin."}},"plugin_section":[],"plugin_tags":[14160,2369,4049,2379,17112],"plugin_category":[47],"plugin_contributors":[273807],"plugin_business_model":[],"class_list":["post-337866","plugin","type-plugin","status-publish","hentry","plugin_tags-chat-widget","plugin_tags-customer-support","plugin_tags-helpdesk","plugin_tags-live-chat","plugin_tags-support-chat","plugin_category-education-and-support","plugin_contributors-bublly","plugin_committers-bublly"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/bublly.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/bublly\/assets\/screenshot-1.png?rev=3628290","caption":"The Bublly settings page in WordPress admin."}],"raw_content":"<!--section=description-->\n<p>Bublly is a customer support platform that lets your team handle live chat,\ntickets, and helpdesk conversations in one place.<\/p>\n\n<p>This plugin embeds the Bublly chat widget on every page of your WordPress\nsite automatically. Visitors can start a chat and your team responds from\nthe Bublly dashboard.<\/p>\n\n<p><strong>A free Bublly account is required.<\/strong> Sign up at https:\/\/bublly.com<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>One-click widget activation<\/li>\n<li>Works on all pages automatically<\/li>\n<li>Zero performance impact (script loads asynchronously)<\/li>\n<li>Compatible with cookie consent plugins via the <code>bublly_should_load_widget<\/code> filter<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin loads a JavaScript file from <code>widget.bublly.com<\/code> when the widget\nis enabled. This connects your site visitors to the Bublly live chat service.\nNo data is sent to Bublly servers from PHP &mdash; all communication happens in the\nvisitor's browser via the widget script.<\/p>\n\n<ul>\n<li>Service: Bublly live chat<\/li>\n<li>URL loaded: https:\/\/widget.bublly.com\/bublly-widget.js<\/li>\n<li>When: Only on front-end pages when the plugin is enabled and an API key is set<\/li>\n<li>Privacy Policy: https:\/\/bublly.com\/privacy<\/li>\n<li>Terms of Service: https:\/\/bublly.com\/terms<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>bublly<\/code> folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin in <strong>WP Admin &rarr; Plugins<\/strong><\/li>\n<li>Go to <strong>Settings &rarr; Bublly<\/strong><\/li>\n<li>Paste your API key from desk.bublly.com and check <strong>Enable Widget<\/strong><\/li>\n<li>Visit any page on your site &mdash; the chat widget will appear<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20find%20my%20api%20key%3F\"><h3>Where do I find my API key?<\/h3><\/dt>\n<dd><p>Log in to desk.bublly.com, go to Settings &rarr; Widget, and copy the API key shown there.<\/p><\/dd>\n<dt id=\"is%20the%20api%20key%20visible%20in%20my%20page%20source%3F\"><h3>Is the API key visible in my page source?<\/h3><\/dt>\n<dd><p>Yes. This is intentional &mdash; it is a publish key designed to be public, similar to\nhow Google Analytics tracking IDs work. It cannot be used to access your private data.<\/p><\/dd>\n<dt id=\"my%20site%20has%20a%20content%20security%20policy%20%28csp%29.%20what%20do%20i%20need%20to%20add%3F\"><h3>My site has a Content Security Policy (CSP). What do I need to add?<\/h3><\/dt>\n<dd><p>Add <code>widget.bublly.com<\/code> to your <code>script-src<\/code> allowlist. Without this, the widget\nscript will be blocked by the browser.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20work%20with%20cookie%20consent%20plugins%20like%20cookiebot%20or%20complianz%3F\"><h3>Does this plugin work with cookie consent plugins like CookieBot or Complianz?<\/h3><\/dt>\n<dd><p>Yes. The plugin exposes a <code>bublly_should_load_widget<\/code> filter. Cookie consent plugins\ncan hook into this to delay the widget until the visitor gives consent:<\/p>\n\n<pre><code>add_filter( 'bublly_should_load_widget', function() { return has_consent_for_marketing(); } );\n<\/code><\/pre><\/dd>\n<dt id=\"the%20widget%20is%20not%20appearing%20on%20my%20site.%20what%20should%20i%20check%3F\"><h3>The widget is not appearing on my site. What should I check?<\/h3><\/dt>\n<dd><ol>\n<li>Confirm <strong>Enable Widget<\/strong> is checked in Settings &rarr; Bublly<\/li>\n<li>Confirm the API key field is not empty<\/li>\n<li>Check your browser console for script-blocking errors (CSP or ad blockers)<\/li>\n<li>Confirm widget.bublly.com is reachable from your browser<\/li>\n<\/ol><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Add the Bublly live chat widget to your WordPress site in seconds.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/337866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=337866"}],"author":[{"embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bublly"}],"wp:attachment":[{"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=337866"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=337866"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=337866"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=337866"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=337866"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tuk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=337866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}