Title: Yuzool Widgets
Author: yuzool
Published: <strong>2026 年 5 月 12 日</strong>
Last modified: 2026 年 5 月 12 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/yuzool-widgets.svg)

# Yuzool Widgets

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

[下載](https://downloads.wordpress.org/plugin/yuzool-widgets.1.1.6.zip)

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

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

## 外掛說明

Yuzool Widgets gives you a full workflow inside WordPress:

 * Builder-first flow: open Widget Studio directly in WordPress admin.
 * Save reusable embed snippets with your own keys.
 * Shortcode by key: `[yuzool_widget key="homepage_reviews"]`.
 * Gutenberg block: **Yuzool Widget**.
 * Fallback embed modes: `id` and direct `src`.
 * Global defaults for embed height, lazy loading, and sandbox policy.
 * Responsive container with optional aspect ratio mode.

### Shortcode

Recommended:

    ```
    [yuzool_widget key="homepage_reviews"]
    ```

Fallback by widget id:

    ```
    [yuzool_widget id="google-reviews-no-api"]
    ```

Custom height:

    ```
    [yuzool_widget id="apps-embed-hub" height="900"]
    ```

Use direct source URL:

    ```
    [yuzool_widget src="https://www.yuzool.com/widgets/?widget=countdown"]
    ```

Optional params:

 * `key`
 * `id`
 * `src`
 * `height`
 * `width`
 * `title`
 * `class`
 * `ratio` (example: `16:9`)
 * `lazy` (`1` or `0`)
 * `sandbox` (`1` or `0`)

### External services

This plugin connects to Yuzool Widgets to load the builder interface and render 
embedded widget content.

Service used:
 * Yuzool Widgets: `https://www.yuzool.com/widgets/`

What it is used for:
 * Loading Widget Studio in WordPress admin. * Rendering widget
embeds on frontend pages where shortcode/block embeds are present.

What data is sent and when:
 * When an admin opens the Yuzool Widgets builder page,
the browser requests resources from `yuzool.com`. * When a site visitor loads a 
page containing a Yuzool widget embed, the browser requests resources from `yuzool.
com`. * Requests may include technical metadata such as IP address, browser user
agent, referrer, and requested widget URL parameters. * Embedded widgets may use
browser storage/cookies as part of widget behavior.

Terms and privacy:
 * Policies (Terms and Privacy): `https://www.yuzool.com/policies`

## 適用於區塊編輯器

這個外掛提供 1 個可供區塊編輯器使用的區塊。

 *   Yuzool Widget

## 安裝方式

 1. Upload the plugin folder `yuzool-widgets` to `/wp-content/plugins/`.
 2. Activate **Yuzool Widgets** from the Plugins screen.
 3. Open **Yuzool Widgets** in the admin sidebar.
 4. Build in Widget Studio, copy snippet, and save it with a key.
 5. Add shortcode or block to any post/page.

## 常見問題集

### Does this require a Yuzool account?

No. Basic embeds work without account login.

### Can I use this with Gutenberg?

Yes. Use the **Yuzool Widget** block.

### Does this support custom widget links and snippet libraries?

Yes. You can use saved snippet `key` values, direct `src` links, or widget `id`.

## 使用者評論

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

## 參與者及開發者

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

參與者

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

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

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

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

## 變更記錄

#### 1.1.6

 * Reworked admin notice input handling to avoid direct request superglobal reads.
 * Updated snippet embed-code intake to use a sanitizing `filter_input()` flow before
   custom KSES sanitization, addressing WordPress.org plugin-check warnings.

#### 1.1.5

 * Hardened request-input handling for WordPress.org review: removed unsafe input
   filter usage and switched to WordPress-native unslash/sanitize flow for admin
   notice and snippet form values before validation/sanitization.

#### 1.1.4

 * Added explicit external services disclosure for Yuzool Widgets in readme (service
   usage, data flow, and policy links).

#### 1.1.3

 * Replaced direct `$_POST['snippet_code']` read with `filter_input()` flow to satisfy
   Plugin Checker input-sanitization checks.

#### 1.1.2

 * Escaped admin output and permission-denied strings for Plugin Checker compliance.
 * Sanitized saved snippet HTML on input before storage.
 * Hardened admin notice input handling.

#### 1.1.1

 * Builder-first admin page with embedded Widget Studio.
 * Saved snippet library with shortcode keys.
 * Top-level admin menu icon and widened builder panel.
 * Gutenberg block support for snippet keys.

#### 1.0.0

 * Initial release.
 * Shortcode + Gutenberg block.
 * Admin settings page.

## 中繼資料

 *  版本 **1.1.6**
 *  最後更新 **4 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.7**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/yuzool-widgets/)
 * 標籤:
 * [embed](https://tw.wordpress.org/plugins/tags/embed/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [iframe](https://tw.wordpress.org/plugins/tags/iframe/)[shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)
   [widgets](https://tw.wordpress.org/plugins/tags/widgets/)
 *  [進階檢視](https://tw.wordpress.org/plugins/yuzool-widgets/advanced/)

## 評分

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

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

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

## 參與者

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

## 技術支援

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

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