Title: AxesWeb Accessibility Solution
Author: AxesWeb
Published: <strong>2025 年 9 月 12 日</strong>
Last modified: 2025 年 9 月 12 日

---

搜尋外掛

![](https://ps.w.org/axesweb-accessibility-solution/assets/banner-772x250.png?rev
=3360439)

![](https://ps.w.org/axesweb-accessibility-solution/assets/icon.svg?rev=3360439)

# AxesWeb Accessibility Solution

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

[下載](https://downloads.wordpress.org/plugin/axesweb-accessibility-solution.1.0.5.zip)

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

 [技術支援](https://wordpress.org/support/plugin/axesweb-accessibility-solution/)

## 外掛說明

AxesWeb Accessibility Solution adds an accessibility toolbar to your WordPress site
to help users customize their reading experience, in line with WCAG 2.1 and 2.2 
guidelines. The widget is lightweight, configurable from the settings page, and 
designed to be theme-agnostic.

### External services

This plugin connects to the AxesWeb CDN to load the accessibility widget JavaScript.
It is required to render the accessibility UI and features in the front‑end.

What data is sent and when:
 – When the widget is loaded, the browser requests the
script file from the CDN. No personal data is sent by the plugin to AxesWeb. The
plugin does not add cookies or tracking. – When the optional accessibility feedback
form is enabled, submissions are sent to your WordPress site via admin-ajax.php 
using a nonce-protected action. Emails are dispatched by your site to the recipient
you configure. No data is sent to AxesWeb for this feature.

Service provider: AxesWeb
 – Script URL pattern: `https://cdn.axesweb.com/widget/{
version}/accessibility-widget.js` – Terms of Service: https://www.axesweb.com/termini-
di-servizio/ – Privacy Policy: https://www.axesweb.com/privacy-policy/

Additionally, when you verify your API key from the plugin settings, the plugin 
makes a request to the AxesWeb verification API to validate your license.

What data is sent and when:
 – On verification: your site URL and the API key you
enter are sent in a JSON request to the verification endpoint to confirm validity
and activate features. – No periodic personal data transfers occur. A lightweight
validity recheck may occur based on stored TTL to keep the activation status up 
to date.

Service provider: AxesWeb
 – Verification endpoint: https://www.axesweb.com/wp-json/
axesweb/v1/key/verify – Terms of Service: https://www.axesweb.com/termini-di-servizio/–
Privacy Policy: https://www.axesweb.com/privacy-policy/

### License

This plugin is released under the GPL v2 or later.
 See `https://www.gnu.org/licenses/
gpl-2.0.html`.

## 安裝方式

 1. Upload the plugin folder to `wp-content/plugins/` or install it via the WordPress
    admin.
 2. Activate the plugin via Plugins  Installed Plugins.
 3. Go to Settings  AxesWeb Accessibility to configure the widget position, theme, 
    and options.

## 常見問題集

### Does it require a specific theme?

No. It is designed to work with any theme.

### Can I change where the widget button appears?

Yes. You can choose among multiple on-screen positions from the Settings page.

### How do translations work?

The plugin is translation-ready. The base language is English and translations are
managed on `translate.wordpress.org`.

### Does this plugin collect personal data?

No. The plugin itself does not collect personal data. If you enable the user feedback
form, the submitted information is emailed to the address you configure and not 
stored by the plugin.

### Does the plugin load external resources?

Yes. It enqueues a single JavaScript file from the AxesWeb CDN to render the accessibility
widget UI.
 * URL: `https://cdn.axesweb.com/widget/{version}/accessibility-widget.
js` * Versioning: the plugin loads the latest available widget version from the 
CDN. * Privacy: no tracking, no ads, and no public links are injected into the front-
end by the plugin. * Security: the script is enqueued via WordPress APIs (`wp_enqueue_script`).
No third-party PHP code is downloaded or executed.

## 使用者評論

![](https://secure.gravatar.com/avatar/efee84ca029c8bae87687e29b45dc0597218f0e1e64c7925be333d1f24a7a610?
s=60&d=retro&r=g)

### 󠀁[the first free accessibility plugin](https://wordpress.org/support/topic/the-first-free-accessibility-plugin/)󠁿

 [Neting](https://profiles.wordpress.org/netingweb/) 2025 年 9 月 12 日

Despite the presence of many accessibility plugin, this is the real completely free
plugin. And it works like charm. Thanks

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/)

## 參與者及開發者

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

參與者

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

[將〈AxesWeb Accessibility Solution〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/axesweb-accessibility-solution)

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

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

## 變更記錄

#### 1.0.5

 * Move inline admin JS to enqueued `admin/admin.js`
 * Use `wp_register_script`/`wp_enqueue_script` and set async/crossorigin attributes
 * Document external service usage (AxesWeb CDN) with ToS/Privacy links
 * Add API key activation flow; front-end widget script is enqueued only when activation
   is valid
 * Replace base64 storage with hex-encoded IV/cipher for key persistence (backward-
   compatible)
 * PHPCS/WPCS compliance fixes (Yoda conditions, comment punctuation, trailing commas)
   and minor hardening (TTL jitter for verify rechecks)

#### 1.0.4

 * Prefixed all plugin identifiers and option names to avoid collisions
 * Added ABSPATH guards where applicable
 * Ensured English descriptions in readme and headers
 * Removed deprecated global alias to avoid generic `wp` naming
 * Minor hardening and cleanup

#### 1.0.3

 * Admin settings improvements and minor fixes

#### 1.0.2

 * Fixed support form handling and applied graphical corrections

#### 1.0.1

 * Initial stable release

## 中繼資料

 *  版本 **1.0.5**
 *  最後更新 **9 個月前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/axesweb-accessibility-solution/)
 * 標籤:
 * [a11y](https://tw.wordpress.org/plugins/tags/a11y/)[accessibility](https://tw.wordpress.org/plugins/tags/accessibility/)
   [ARIA](https://tw.wordpress.org/plugins/tags/aria/)[contrast](https://tw.wordpress.org/plugins/tags/contrast/)
   [wcag](https://tw.wordpress.org/plugins/tags/wcag/)
 *  [進階檢視](https://tw.wordpress.org/plugins/axesweb-accessibility-solution/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/axesweb-accessibility-solution/reviews/#new-post)

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

## 參與者

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

## 技術支援

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

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