Title: xiaochen Data Dashboard
Author: ts小陈
Published: <strong>2026 年 8 月 12 日</strong>
Last modified: 2026 年 8 月 21 日

---

搜尋外掛

![](https://ps.w.org/xiaochen-data-dashboard/assets/banner-772x250.png?rev=3642917)

![](https://ps.w.org/xiaochen-data-dashboard/assets/icon-256x256.png?rev=3642917)

# xiaochen Data Dashboard

 由 [ts小陈](https://profiles.wordpress.org/tsxcc/) 開發

[下載](https://downloads.wordpress.org/plugin/xiaochen-data-dashboard.1.2.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/xiaochen-data-dashboard/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/xiaochen-data-dashboard/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/xiaochen-data-dashboard/#developers)

 [技術支援](https://wordpress.org/support/plugin/xiaochen-data-dashboard/)

## 外掛說明

Data Dashboard turns your WordPress blog statistics into a clean, large-screen visualization.
It reads directly from your site’s own database (cached via WordPress transients)
and renders charts with ECharts.

#### Features

 * Admin self-check for data capability (database, core tables, cache, theme IP 
   library, mail, etc.)
 * Optional password protection for the front-end (shared password, remembered 7
   days via cookie)
 * Pick which data modules to show and drag to reorder them
 * Configurable cache lifetime
 * Three front-end entry points, all sharing the same password / module / order 
   settings:
    - Shortcode `[xiaodada_dashboard]` (drop into any page or post, follows your
      theme)
    - Theme page `/data-dashboard/` (with your theme header, footer and sidebar)
    - Standalone page `/data-dashboard-standalone/` (fully independent, no theme
      markup)
 * Visualization modules: overview, monthly post trend, category distribution, top
   tags, top comment phrases, visitor province map (China), monthly comment trend,
   post status, weekly / hourly distribution, posting-time heatmap, yearly comparison,
   media types, top commented posts, latest posts, comment / tag word cloud.
 * Traffic dimensions (probing): PV / UV trend, source breakdown, device / browser
   split (uses WP Statistics when available), top read posts.

#### Installation

 1. Upload the `data-dashboard` folder to `/wp-content/plugins/`.
 2. Activate “Data Dashboard” in Plugins.
 3. (Optional) For the “visitor province” module, make sure your active theme ships
    an `ip2c/ip2c.php` plus a pure IP database (`.dat`), for example the xiaochen theme.
    Otherwise just disable that module in the admin.
 4. Go to **Data Dashboard** in the admin menu to set the password, modules and order,
    then save.
 5. Visit any of the three entry points above. You can create or rebuild the two pages
    with one click under **Data Dashboard -> Front-end pages**.

#### Frequently Asked Questions

#### Where does the data come from?

All numbers are queried directly from your site’s own database and cached with WordPress
transients (external object cache / Memcached applies automatically).

#### How do I force a cache refresh?

Log in as an administrator and visit any dashboard URL with `?xiaodada_refresh=1`.

#### How can I translate the plugin?

The plugin is fully internationalized (text domain `data-dashboard`). All front-
end and admin strings can be translated via standard `.po`/`.mo` files placed in
the plugin’s `languages/` folder (e.g. `data-dashboard-en_US.mo`, `data-dashboard-
ja.mo`, …). A translation template `data-dashboard.pot` and an English translation(`
en_US`) are included.

## 螢幕擷圖

[⌊Data big screen settings, data acquisition capability self-test, front-end access
settings, data and display⌉⌊Data big screen settings, data acquisition capability
self-test, front-end access settings, data and display⌉[

Data big screen settings, data acquisition capability self-test, front-end access
settings, data and display

[⌊Security settings, weekly and monthly report push⌉⌊Security settings, weekly and
monthly report push⌉[

Security settings, weekly and monthly report push

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ ts小陈 ](https://profiles.wordpress.org/tsxcc/)

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

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

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

## 變更記錄

#### 1.2.1

 * Feature: add a “Help & Support” tab to the settings page — quick-start steps,
   the three front-end entry points, a module data-source table, an FAQ, and support
   links. All help content is localized.

#### 1.2.0

 * Feature: full internationalization (i18n). Every front-end and admin string now
   goes through the `data-dashboard` text domain; a translation template (`data-
   dashboard.pot`), a Chinese catalog (`zh_CN`) and an English catalog (`en_US`)
   are bundled under `languages/`. The front-end dashboard JS also consumes the 
   injected translation dictionary, so all charts, nav, password gate and export
   UI follow the site language.
 * Maintenance: bump plugin version, updated README localization section.

#### 1.1.1

 * Security: brute-force protection now trusts only the direct server IP (REMOTE_ADDR)
   instead of spoofable client-supplied headers (X-Forwarded-For / HTTP_CLIENT_IP),
   and stores all attempt/lock counters in a single fixed-key transient with a size
   cap, preventing storage pollution from forged IPs.

#### 1.1.0

 * Compliance: prefix all declarations, globals and stored data with a unique `xiaodada_`
   prefix (was `wpdd_`, which is not allowed as it starts with the reserved word“
   wp”).
 * Compliance: enqueue admin page CSS/JS via `admin_enqueue_scripts` instead of 
   inline `<style>` / `<script>` tags.
 * Security: upgrade bundled ECharts to 6.1.0 and jsPDF to 4.2.1 (fixes CVE-2026-
   25535 etc.), localize the previously remote pdfobject reference.
 * Maintenance: automatic one-time migration of options / page shortcodes from 1.0.
   x.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.2.1**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/xiaochen-data-dashboard/)
 * 標籤:
 * [analytics](https://tw.wordpress.org/plugins/tags/analytics/)[charts](https://tw.wordpress.org/plugins/tags/charts/)
   [dashboard](https://tw.wordpress.org/plugins/tags/dashboard/)[data visualization](https://tw.wordpress.org/plugins/tags/data-visualization/)
   [statistics](https://tw.wordpress.org/plugins/tags/statistics/)
 *  [進階檢視](https://tw.wordpress.org/plugins/xiaochen-data-dashboard/advanced/)

## 評分

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

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

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

## 參與者

 *   [ ts小陈 ](https://profiles.wordpress.org/tsxcc/)

## 技術支援

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

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