{"id":354849,"date":"2026-08-28T15:20:18","date_gmt":"2026-08-28T15:20:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/web-accessibility-by-webmax\/"},"modified":"2026-08-28T15:19:58","modified_gmt":"2026-08-28T15:19:58","slug":"webmax-accessibility-for-wcag-section-508-ada-eaa-compliance","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/webmax-accessibility-for-wcag-section-508-ada-eaa-compliance\/","author":23546074,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.1","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"WebMax Accessibility for WCAG, Section 508, ADA, EAA Compliance","header_author":"WebMax","header_description":"Add a WebMax accessibility widget so visitors can adjust text, contrast, and navigation for WCAG, Section 508, ADA, and EAA needs.","assets_banners_color":"f9f7fb","last_updated":"2026-08-28 15:19:58","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/webmax.co\/integrations\/wordpress","header_author_uri":"https:\/\/webmax.co\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":58,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"webmaxco","date":"2026-08-28 15:19:58","revision":3670610}},"upgrade_notice":{"1.0.0":"<p>Initial release<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3670793,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3670793,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3670793,"resolution":"1544x500","location":"assets","locale":"","width":2316,"height":750},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3670793,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Dashboard with status, usage, and accessibility comparison","2":"Widget customization with live preview","3":"Plan and subscription management"}},"plugin_section":[],"plugin_tags":[1953,2682,241427,130919,1956],"plugin_category":[34],"plugin_contributors":[278100],"plugin_business_model":[],"class_list":["post-354849","plugin","type-plugin","status-publish","hentry","plugin_tags-accessibility","plugin_tags-ada","plugin_tags-eaa","plugin_tags-section-508","plugin_tags-wcag","plugin_category-accessibility","plugin_contributors-webmaxco","plugin_committers-webmaxco"],"banners":{"banner":"https:\/\/ps.w.org\/webmax-accessibility-for-wcag-section-508-ada-eaa-compliance\/assets\/banner-772x250.png?rev=3670793","banner_2x":"https:\/\/ps.w.org\/webmax-accessibility-for-wcag-section-508-ada-eaa-compliance\/assets\/banner-1544x500.png?rev=3670793","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/webmax-accessibility-for-wcag-section-508-ada-eaa-compliance\/assets\/icon-128x128.png?rev=3670793","icon_2x":"https:\/\/ps.w.org\/webmax-accessibility-for-wcag-section-508-ada-eaa-compliance\/assets\/icon-256x256.png?rev=3670793","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin connects your WordPress site to the <a href=\"https:\/\/webmax.co\/\">WebMax<\/a> accessibility service and loads an accessibility widget on your front end after you connect an account.<\/p>\n\n<p>This is the official WordPress plugin from WebMax (webmax.co).<\/p>\n\n<p><strong>What this plugin does<\/strong><\/p>\n\n<ul>\n<li>Loads the WebMax accessibility widget on your public pages when your account is connected<\/li>\n<li>Lets you customize widget colors, position, language, statement link, and trigger options<\/li>\n<li>Syncs those settings with your WebMax account<\/li>\n<li>Shows plan\/subscription status and lets you start checkout on WebMax<\/li>\n<li>Displays an accessibility statement generated for your site<\/li>\n<li>Includes a dashboard with usage status and measured accessibility comparison scores<\/li>\n<\/ul>\n\n<p><strong>External service<\/strong><\/p>\n\n<p>This plugin is a client for the WebMax accessibility service. Widget CSS and JavaScript ship inside the plugin (<code>public\/css\/<\/code>, <code>public\/js\/<\/code>) and are not loaded from remote CDNs. The plugin calls WebMax over HTTPS only for account\/API operations (service calls):<\/p>\n\n<ul>\n<li>API and account: <code>https:\/\/webmax.co\/api\/v1\/<\/code><\/li>\n<li>Widget initialization: <code>https:\/\/webmax.co\/api\/initWidget<\/code> (proxied through this site\u2019s REST route when serving the front-end widget)<\/li>\n<\/ul>\n\n<p>A WebMax account is required. Data sent may include your site URL\/domain, account email, authentication token, widget customization settings, subscription\/billing requests, and (when you run a comparison audit) scan requests for your site URL.<\/p>\n\n<p>Creating an account, connecting the plugin, saving settings, managing billing, and running audits are user-initiated actions from the WordPress admin.<\/p>\n\n<p>The plugin does not add promotional \u201cPowered by\u201d credits or external marketing links on the public site.<\/p>\n\n<ul>\n<li>Terms of Service: https:\/\/webmax.co\/pages\/term-and-conditions<\/li>\n<li>Privacy Policy: https:\/\/webmax.co\/pages\/privacy-and-cookies-policy<\/li>\n<\/ul>\n\n<p>After activation, go to <strong>WebMax \u2192 Accessibility Controls<\/strong>, connect your account under <strong>Plan &amp; Subscription<\/strong>, then customize the widget.<\/p>\n\n<h3>Development \/ Source<\/h3>\n\n<p>The WordPress plugin PHP, admin assets, and styles are GPL-2.0-or-later (see <code>LICENSE<\/code>).<\/p>\n\n<p>The front-end accessibility widget ships as a production Webpack build in <code>public\/js\/main.js<\/code> (<code>mode: production<\/code>, <code>devtool: false<\/code>, no <code>eval()<\/code> \/ eval source maps).<\/p>\n\n<p>Human-readable TypeScript source, Webpack config, and package.json are in <code>widget-src\/<\/code>. Build steps are in <code>widget-src\/README.md<\/code> and <code>public\/js\/README.md<\/code>.<\/p>\n\n<p>Third-party libraries bundled in <code>public\/js\/main.js<\/code> (@popperjs\/core, axios) are attributed in <code>licenses.txt<\/code>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>webmax-accessibility-for-wcag-section-508-ada-eaa-compliance<\/code> folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin through the Plugins screen in WordPress<\/li>\n<li>Go to WebMax \u2192 Accessibility Controls<\/li>\n<li>Connect your WebMax account under Plan &amp; Subscription<\/li>\n<li>Customize the widget and save your changes<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"do%20i%20need%20a%20webmax%20account%3F\"><h3>Do I need a WebMax account?<\/h3><\/dt>\n<dd><p>Yes. The widget and cloud settings require a WebMax account. You can register or log in from the Plan &amp; Subscription tab.<\/p><\/dd>\n<dt id=\"why%20is%20the%20widget%20not%20showing%20on%20my%20site%3F\"><h3>Why is the widget not showing on my site?<\/h3><\/dt>\n<dd><p>The front-end widget loads only after a WebMax account is connected and the site has an active app ID. Confirm the status badge shows that accessibility is on.<\/p><\/dd>\n<dt id=\"does%20deactivating%20the%20plugin%20delete%20my%20settings%3F\"><h3>Does deactivating the plugin delete my settings?<\/h3><\/dt>\n<dd><p>No. Deactivation keeps your settings. Deleting the plugin removes stored options from WordPress.<\/p><\/dd>\n<dt id=\"are%20passwords%20stored%20in%20wordpress%3F\"><h3>Are passwords stored in WordPress?<\/h3><\/dt>\n<dd><p>No. Login and registration send credentials to WebMax over HTTPS. WordPress only stores the returned account token and site identifiers.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20guarantee%20legal%20compliance%3F\"><h3>Does this plugin guarantee legal compliance?<\/h3><\/dt>\n<dd><p>No. The plugin provides an accessibility widget and related tools. It does not provide legal advice and does not guarantee ADA, WCAG, or other regulatory compliance.<\/p><\/dd>\n<dt id=\"is%20this%20plugin%20translation-ready%3F\"><h3>Is this plugin translation-ready?<\/h3><\/dt>\n<dd><p>Yes. Strings use the <code>webmax-accessibility-for-wcag-section-508-ada-eaa-compliance<\/code> text domain.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Add a WebMax accessibility widget so visitors can adjust text, contrast, and navigation for WCAG, Section 508, ADA, and EAA needs.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/354849","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=354849"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/webmaxco"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=354849"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=354849"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=354849"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=354849"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=354849"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=354849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}