Simple step-by-step guide to make your website accessible in minutes across various platforms
Add this single line of code before the closing </body> tag in your HTML:
Complete example:
This website is now accessible to everyone!
That's it! Your website now has the accessibility widget. You should see:
Method: Use a plugin like "Insert Headers and Footers" to add the script tag to your footer.
Since WooCommerce is a WordPress plugin, you can add the script tag to your theme's footer.php file or use a plugin as described above.
Add to your theme's theme.liquid file before </body>:
Method: Go to Extensions → Modules → New → Custom, paste the script tag, and set the position to the footer.
Method: Go to the Template module, edit the TypoScript for your page, and add the script tag to the footer via a `page.footerData` block.
Method: In your Admin Panel, go to Storefront → Script Manager, and add the script to your footer.
Go to Settings → Custom Code → Add Code to Body (end):
Go to Settings → Advanced → Code Injection → Footer:
Method: Go to Settings → SEO → Footer Code, and paste the script tag into the text box.
Method: Go to your Project Settings → Custom Code, and paste the script tag into the 'Footer Code' section.
Method: Go to the Admin Panel, navigate to Design → Theme & Logo, and add the code to the `theme.tpl` file or a specific hook like `displayFooter`.
Method: Navigate to CMS → Webdesign → Layouts and add the script tag to your footer layout template.
Method: Add the script tag to your main layout file, which is often named `layout.html`, `base.html`, or a similar template that wraps all pages.
Method: For these frameworks, you'll generally add the script tag to the main HTML file (e.g., `index.html`) that the application is mounted to.
Add the script tag to your _document.js or within a component using a useEffect hook:
</body>This very page has the accessibility widget installed! Look for the floating button in the bottom-right corner.