Title: AxesWeb Accessibility Solution
Author: AxesWeb
Published: <strong>2025년 9월 12일</strong>
Last modified: 2026년 6월 17일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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.6.zip)

 * [세부사항](https://ko.wordpress.org/plugins/axesweb-accessibility-solution/#description)
 * [평가](https://ko.wordpress.org/plugins/axesweb-accessibility-solution/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/axesweb-accessibility-solution/#installation)
 * [개발](https://ko.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.

## FAQ

### 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/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/axesweb-accessibility-solution/)
을 [RSS](https://plugins.trac.wordpress.org/log/axesweb-accessibility-solution/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.6

 * Fix CORS issue: removed crossorigin=”anonymous” attribute from CDN script tag(
   CDN does not send Access-Control-Allow-Origin header)
 * Fix widget configuration injected after CDN script execution; switched wp_add_inline_script
   to ‘before’ position
 * Fix hasDeclaration flag and AJAX declaration endpoint now correctly handle custom
   declaration URL (not just page selector)
 * Fix CDN script registered without plugin version query parameter to avoid cache
   interference
 * Refactor admin theme selector: removed redundant inline style manipulation; visual
   state now handled entirely by CSS :checked selector

#### 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.6**
 *  최근 업데이트: **3개월 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/axesweb-accessibility-solution/)
 * 태그:
 * [a11y](https://ko.wordpress.org/plugins/tags/a11y/)[accessibility](https://ko.wordpress.org/plugins/tags/accessibility/)
   [ARIA](https://ko.wordpress.org/plugins/tags/aria/)[contrast](https://ko.wordpress.org/plugins/tags/contrast/)
   [wcag](https://ko.wordpress.org/plugins/tags/wcag/)
 *  [고급 보기](https://ko.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/)