Title: Broadcast Buddy
Author: Broadcast Buddy
Published: <strong>2026 年 9 月 19 日</strong>
Last modified: 2026 年 9 月 19 日

---

搜索插件

![](https://ps.w.org/broadcast-buddy/assets/banner-772x250.png?rev=3702876)

![](https://ps.w.org/broadcast-buddy/assets/icon-256x256.png?rev=3702876)

# Broadcast Buddy

 作者：[Broadcast Buddy](https://profiles.wordpress.org/broadcastbuddy/)

[下载](https://downloads.wordpress.org/plugin/broadcast-buddy.1.3.6.zip)

 * [详情](https://cn.wordpress.org/plugins/broadcast-buddy/#description)
 * [评价](https://cn.wordpress.org/plugins/broadcast-buddy/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/broadcast-buddy/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/broadcast-buddy/#developers)

 [支持](https://wordpress.org/support/plugin/broadcast-buddy/)

## 描述

Connect your website and WooCommerce store with Broadcast Buddy to send instant,
automated WhatsApp notifications for every order lifecycle event, reduce cart abandonment,
and convert store visitors with an interactive floating chat widget.

### Key Features

 * **Order Status Alerts**: Automatically notify customers on WhatsApp when their
   order is Processing, Completed, or Cancelled.
 * **Admin Notifications**: Receive immediate WhatsApp alerts for new incoming orders
   with order totals and item summaries.
 * **Floating WhatsApp Widget**: Plug-and-play greeting widget for pages and products
   with bot trigger keywords.
 * **8-Digit Phone Pairing**: Link your WhatsApp hotline directly with an 8-digit
   phone code without QR scanning.
 * **Live Test Sandbox**: Dispatch test messages directly from your WordPress admin
   dashboard.

### Source Code & Development

The Broadcast Buddy WordPress plugin is distributed with full source transparency
and human-readable code.

 * Official Public Repository: https://github.com/Broadcast-Buddy/wordpress-plugin
 * Plugin Source Files: https://github.com/Broadcast-Buddy/wordpress-plugin

### Build & Contribution Instructions

All JavaScript and CSS files included in this plugin are standard, unminified, human-
readable vanilla JavaScript (ES5/ES6 compatible) and CSS3 stylesheets.
 No compilers(
such as Webpack, Babel, Vite, Rollup, or TypeScript) and no minifiers or obfuscators
are used to generate the distributed production files for this WordPress plugin.

To inspect, develop, or fork:
 1. Clone the public repository: `git clone https://
github.com/Broadcast-Buddy/wordpress-plugin.git` 2. Inspect or edit `broadcastbuddy.
php`, `broadcastbuddy-widget.js`, or `broadcastbuddy-widget.css` directly. 3. Test
on a WordPress environment with `WP_DEBUG` enabled.

### External services

This plugin relies on external services provided by Broadcast Buddy to connect with
WhatsApp and dispatch order notifications and manage live hotline sessions.

### Broadcast Buddy API (https://broadcastbuddy.app/api/v1)

 * **What it is used for**:
    1. **Hotline Connection & Status Checking**: Verifies whether your WhatsApp hotline
       is connected and online.
    2. **8-Digit Hotline Phone Pairing**: Generates an 8-digit verification code to
       link your WhatsApp phone without scanning QR codes.
    3. **Order Notifications & Test Sandbox**: Delivers automated WooCommerce customer
       alerts, admin order notifications, and test messages through your connected 
       WhatsApp hotline.
 * **Data transmitted and when**:
    - **When checking status**: Transmits the administrator’s configured API Key
      to verify session status.
    - **When requesting pairing code**: Transmits the administrator’s WhatsApp phone
      number and API Key.
    - **When dispatching order notifications**: Transmits the recipient’s phone 
      number and the rendered message text (which may include the customer’s name,
      order ID, order total, and purchased item list as configured in your notification
      templates) to the Broadcast Buddy API endpoint.
 * **Terms of Service and Privacy Policy**:
    - Broadcast Buddy Terms of Service: [https://broadcastbuddy.app/terms](https://broadcastbuddy.app/terms)
    - Broadcast Buddy Privacy Policy: [https://broadcastbuddy.app/privacy](https://broadcastbuddy.app/privacy)

## 安装

 1. Upload `broadcast-buddy.zip` through the ‘Plugins > Add New > Upload Plugin’ screen
    in WordPress.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to the ‘Broadcast Buddy’ menu in your WordPress Admin sidebar.
 4. Paste your Broadcast Buddy API Key (Session ID) and save.

## 常见问题

### Where do I find my API Key?

You can find and copy your API Key (Session ID) from your [Broadcast Buddy Dashboard](https://broadcastbuddy.app).

### Does this plugin require an account with Broadcast Buddy?

Yes, this plugin connects to the Broadcast Buddy API to route and send WhatsApp 
messages. You can sign up at [broadcastbuddy.app](https://broadcastbuddy.app).

### What shortcodes are available?

You can use `[broadcast_buddy_whatsapp_button]` or `[broadcastbuddy_chat_button 
text="Chat with us"]` to embed a WhatsApp contact button anywhere in your posts 
or pages.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Broadcast Buddy」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Broadcast Buddy ](https://profiles.wordpress.org/broadcastbuddy/)

[帮助将「Broadcast Buddy」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/broadcast-buddy)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/broadcast-buddy/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/broadcast-buddy/)，或通过[RSS](https://plugins.trac.wordpress.org/log/broadcast-buddy/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/broadcast-buddy/)。

## 更新日志

#### 1.3.6

 * Updated Text Domain header to broadcast-buddy to match the official WordPress.
   org plugin directory slug.
 * Packaged distribution archive as broadcast-buddy.zip.
 * Linked dedicated public open-source repository at https://github.com/Broadcast-
   Buddy/wordpress-plugin.

#### 1.3.5

 * Resolved WordPress.org Plugin Directory review feedback regarding script/style
   enqueueing and source code disclosure.
 * Extracted widget CSS into unminified `broadcastbuddy-widget.css` enqueued via
   standard `wp_enqueue_style`.
 * Enqueued admin mode selector stylesheet via `wp_enqueue_style` and `wp_add_inline_style`,
   removing raw `<style>` tag in settings page.
 * Documented bundled uncompiled source code in readme.txt per WordPress.org Guideline#
   4.

#### 1.3.4

 * Enhanced WooCommerce order status hooks and live test sandbox.
 * Added support for bot flow synchronization.

#### 1.3.3

 * Enqueued all admin and frontend scripts and styles using standard WordPress `
   wp_enqueue_script` and `wp_enqueue_style` APIs.
 * Bundled widget script locally to avoid external offloading.
 * Renamed and standardized all shortcodes, options, settings groups, and AJAX actions
   with compliant `broadcast_buddy_` prefix.
 * Added comprehensive External Services, Terms of Service, and Privacy Policy disclosures
   to readme.txt.

#### 1.3.2

 * Renamed plugin to Broadcast Buddy.
 * Updated Tested up to: 7.1 WordPress compatibility.
 * Added support for 8-digit phone pairing codes.
 * Enhanced setting sanitization and security nonce verification.

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.3.6**
 *  最后更新：**7 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **7.1.2**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/broadcast-buddy/)
 * 标签
 * [chat](https://cn.wordpress.org/plugins/tags/chat/)[Notifications](https://cn.wordpress.org/plugins/tags/notifications/)
   [order tracking](https://cn.wordpress.org/plugins/tags/order-tracking/)[whatsapp](https://cn.wordpress.org/plugins/tags/whatsapp/)
   [woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/broadcast-buddy/advanced/)

## 评级

尚未提交反馈。

[您的评价](https://wordpress.org/support/plugin/broadcast-buddy/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/broadcast-buddy/reviews/)

## 贡献者

 *   [ Broadcast Buddy ](https://profiles.wordpress.org/broadcastbuddy/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/broadcast-buddy/)