Simple step-by-step guide to make your website accessible in minutes
First, you need the accessibility widget JavaScript file. You can download it from this project.
accessibility-widget.js
Upload the accessibility-widget.js
file to your website's directory. Common locations:
/wp-content/themes/your-theme/js/
/js/
or /assets/js/
index.html
Add this single line of code before the closing
tag in your HTML:
Complete example:
This website is now accessible to everyone!