Title: Wizybot
Author: wizybot
Published: <strong>2026 年 8 月 5 日</strong>
Last modified: 2026 年 8 月 19 日

---

搜尋外掛

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

![](https://ps.w.org/wizybot/assets/icon-128x128.png?rev=3635794)

# Wizybot

 由 [wizybot](https://profiles.wordpress.org/wizybot/) 開發

[下載](https://downloads.wordpress.org/plugin/wizybot.1.0.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wizybot/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wizybot/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wizybot/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/wizybot/#developers)

 [技術支援](https://wordpress.org/support/plugin/wizybot/)

## 外掛說明

Wizybot is a powerful customer engagement and sales platform designed for WooCommerce
stores. This plugin integrates Wizybot’s chatbot and customer communication tools
directly into your WordPress site, enabling you to engage customers, recover abandoned
carts, and drive more sales.

**Key Features:**

 * Intelligent chatbot widget for customer engagement
 * Abandoned cart recovery and conversion
 * Customer interaction tracking and analytics
 * Sales attribution and order tracking
 * WhatsApp and SMS messaging capabilities
 * WooCommerce integration with persistent cart tracking
 * Centralized admin dashboard within WordPress
 * Real-time customer communication

**Requirements:**

 * WordPress 5.2 or higher
 * PHP 7.2 or higher
 * WooCommerce plugin (for full ecommerce features)
 * Active Wizybot account or plan

By installing this plugin, you consent to share store information and customer interaction
data with Wizybot. See the Privacy section below.

### Licensing

**Plugin Code:** GPL v2 or later
 – You can modify, use, and redistribute the plugin
code under GPL v2 terms – Source code is open and freely available

**Wizybot Service:** Proprietary Software-as-a-Service (SaaS)
 – The Wizybot platform
itself is proprietary and closed-source – Wizybot service is subject to Wizybot’s
Terms of Service and Privacy Policy – You require an active paid subscription to
access Wizybot services – You cannot modify, reproduce, or redistribute the Wizybot
subscription service – You cannot bypass or circumvent subscription requirements

**What This Means:**
 – This WordPress plugin is free and open-source – Using Wizybot’s
cloud platform requires a paid subscription – You pay for access to cloud services,
not for software licenses – The plugin integrates your WordPress site with Wizybot’s
proprietary platform

### Third-Party Service

This plugin integrates with **Wizybot**, a third-party Software-as-a-Service (SaaS)
platform.

**Service Details:**
 – **Provider:** Wizybot Inc – **Service URL:** https://wizybot.
com – **API Communication:** Plugin communicates with Wizybot servers for: – Chat
widget functionality – Customer engagement tracking – Cart recovery services – WhatsApp/
SMS messaging – Analytics and reporting

**Servers contacted by this plugin:**
 – `https://api.wizybot.com` — Wizybot’s own
backend API. Used to link the store to the merchant’s Wizybot account and to power
the chat widget (conversations, widget configuration). Contacted only after the 
administrator explicitly accepts the Terms & Privacy Policy on the plugin dashboard,
and by the chat widget on the storefront as part of the service. – `https://fonts.
googleapis.com` / `https://fonts.gstatic.com` — Google Fonts (font families used
by the chat widget), loaded from Google’s approved CDN.

If the merchant personalizes the chat widget with a custom image, that image is 
stored in this site’s own WordPress Media Library and served from this site’s own
URL. No external media storage is contacted for it.

**Subscription Required:**
 – Active paid subscription with Wizybot is required –
Subscription terms and pricing at [wizybot.com/pricing](https://wizybot.com/pricing)–
Different plans available with varying features

**Data Sharing:**
 By installing and activating this plugin, you consent to share:–
Store domain and basic shop information – Customer interactions and conversations–
Shopping cart data – Customer contact information – Order information for attribution

**Privacy Policy:**
 – Wizybot Privacy Policy: [https://app.wizybot.com/privacy](https://app.wizybot.com/privacy)–
Review these documents before using this plugin

### Support & Billing

For support, billing, feature requests, or account management:
 – Visit [wizybot.com](https://wizybot.com)–
Email: support@wizybot.com

For WordPress plugin technical issues:
 – Check installation instructions above –
Review FAQ section – Contact Wizybot support for platform-related issues

### Included source code (source/)

The compiled assets shipped in `assets/` (`main.js`, `dashboard.js`, `main.css`,`
dashboard.css`) are built from the `source/` directory, which is included inside
this plugin and contains all the original, human-readable frontend widget source
code (React + TypeScript) together with the build configuration needed to reproduce
those assets. The `source/` directory is not loaded or executed at runtime; WordPress
only ever loads the compiled files in `assets/`. It is bundled solely to satisfy
the human-readable source requirement, so the shipped bundles can be independently
reviewed and reproduced. Build instructions are provided below.

**Main structure:**

 * `package.json`: development/build dependencies and scripts.
 * `webpack.wordpress.config.js`: webpack configuration to build the WordPress bundles.
 * `public/`: CSS files copied to the plugin during the build:
    - `ShopifyWidgetInner.css`
    - `ShopifyWidgetOutter.css`
 * `src/components/`: React/TypeScript components that implement the widget and 
   UI.
 * `src/wordpress/`: WordPress-specific entries and assets:
    - `widget/indexWidget.wordpress.tsx`
    - `dashboard/indexDashboard.wordpress.tsx`
    - `index.wordpress.css`

**How to build the WordPress assets (widget + dashboard):**

 1. Install dependencies:
 2.  * `cd source`
     * `npm install`
 3. Create a Babel config file:
 4.  * .babelrc
     * with the contents:
        { “presets”: [ “@babel/preset-env”, “@babel/preset-react”,“@
       babel/preset-typescript” ] }
 5. Build in production mode:
 6.  * `npm run widget-wordpress`

The `widget-wordpress` script runs:

    ```
    webpack --config webpack.wordpress.config.js --mode production
    ```

**Build output:**

 * Generated files are written to `assets/` in the plugin root.
 * `main.js`, `dashboard.js`, `main.css`, `dashboard.css` are created.
 * Images and static CSS defined in `webpack.wordpress.config.js` are copied.

**Development (watch):**

 * `npm run widget-wordpress:watch` rebuilds automatically in development mode.

This source code represents the frontend widget implementation that integrates with
the plugin to display the chat interface and functionality in stores.

## 螢幕擷圖

[⌊Wizybot admin dashboard inside WordPress.⌉⌊Wizybot admin dashboard inside WordPress
.⌉[

Wizybot admin dashboard inside WordPress.

[⌊Chat widget on the storefront.⌉⌊Chat widget on the storefront.⌉[

Chat widget on the storefront.

## 安裝方式

 1. Upload the wizybot folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the WordPress Plugins menu
 3. Navigate to the Wizybot menu in WordPress admin
 4. Complete setup by authenticating with your Wizybot account
 5. Verify the chat widget appears on your store frontend

## 常見問題集

### Do I need a Wizybot account?

Yes. You need an active Wizybot account (subscription or paid plan) to use this 
plugin. Visit [wizybot.com](https://wizybot.com) to create your account. Wizybot
is a Software-as-a-Service (SaaS) platform that requires a valid subscription.

### Is this plugin free?

The plugin code is free and open-source (GPL v2). However, accessing Wizybot’s services
requires an active paid subscription or plan with Wizybot Inc. You pay for access
to the cloud service, not for the plugin code.

### What subscription plans are available?

Visit [wizybot.com](https://wizybot.com) for current plan details, pricing, and 
features.

### Can I modify or redistribute the plugin?

Yes, you can modify the plugin code under the GPL v2 license. However, the Wizybot
cloud service itself is proprietary and subject to Wizybot’s Terms of Service. You
cannot:
 – Modify, reverse engineer, or copy the Wizybot backend service – Redistribute
your Wizybot subscription to others – Bypass subscription requirements

### Does it work without WooCommerce?

The plugin loads on WordPress sites without WooCommerce, but ecommerce features (
cart recovery, order attribution) require WooCommerce to be installed and active.

### What data does Wizybot collect?

Wizybot collects customer interactions, cart data, and sales information to provide
personalized engagement and track conversions. See our [Privacy Policy](https://app.wizybot.com/privacy)
for details on how your data is handled.

### Do I need to modify my theme?

No. The plugin integrates using native WordPress hooks and does not require theme
modifications.

### Where do I get support?

Visit [wizybot.com](https://wizybot.com) for technical support, billing questions,
and commercial information about plans and features.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Wizybot〉的開發相關工作。

參與者

 *   [ wizybot ](https://profiles.wordpress.org/wizybot/)

[將〈Wizybot〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wizybot)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wizybot/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/wizybot/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wizybot/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wizybot/)。

## 變更記錄

#### 1.0.2

 * Fixed a bug where the plugin could redirect to the dashboard before the user 
   accepted the terms and data-processing consent.
 * The terms acceptance request now retries against the API backend if the site’s
   own REST endpoint fails, improving reliability.
 * Added an on-screen error message when the terms acceptance fails to save, so 
   the user can retry.

#### 1.0.1

 * Maintenance release: verifies the dev and prod CI/CD pipelines (version validation,
   build, packaging and deployment) end to end. No functional changes.

#### 1.0.0

 * Custom chat widget images are now stored in the site’s own WordPress Media Library
   and served from the site’s own URL.
 * Removed the external media storage host (Amazon S3) from the list of servers 
   contacted by the plugin.
 * The custom widget image is registered through the existing authenticated `wizybot/
   v1/setup` REST route and removed on uninstall.

#### 0.0.1

 * Initial plugin release
 * WooCommerce integration
 * Abandoned cart recovery functionality
 * Customer tracking and order attribution
 * Admin dashboard integration

## 中繼資料

 *  版本 **1.0.2**
 *  最後更新 **1 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 7.2 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wizybot/)
 * 標籤:
 * [automation](https://tw.wordpress.org/plugins/tags/automation/)[chat](https://tw.wordpress.org/plugins/tags/chat/)
   [chatbot](https://tw.wordpress.org/plugins/tags/chatbot/)[sales](https://tw.wordpress.org/plugins/tags/sales/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wizybot/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/wizybot/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wizybot/reviews/)

## 參與者

 *   [ wizybot ](https://profiles.wordpress.org/wizybot/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wizybot/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://wizybot.com)