Add the widget in 4 simple steps

No signup. No account. Just paste one script and publish your site.

Step 1

Open your website file

Open the HTML file for your page. You need access to the place where </body> is.

Step 2

Paste this script

Copy the line below and paste it right before the closing </body> tag.

<script src="https://cdn.jsdelivr.net/gh/ifrederico/accessible-web-widget@1.1.4/dist/accessible-web-widget.min.js"></script>

Step 3

Save and publish

Save your file, then deploy/publish your site like you normally do.

Step 4

Check your site

Reload your website. You should see the accessibility button on the page.

Do not see it? Try a hard refresh and confirm the script is above </body>.

Self Host

If you want to self host, download the widget file, upload it to your website, and add this script tag before </body>.

Download default widget

<script src="./accessible-web-widget.min.js"></script>