accessiBe
accessiBe is a platform that provides automated web accessibility solutions designed to help websites comply with accessibility standards.
Key features include:
- AI-powered accessibility adjustments
- User interface accessibility widget
- Ongoing website scanning and remediation
- Accessibility compliance support
accessiBe integrates with ShopWired by adding a tracking to your ShopWired theme so you can enable automated accessibility features on your website.
Account creation
Account creation
Create an account on the accessiBe website at accessiBe.
After your account is created, accessiBe will provide a JavaScript tracking script for installation on your website.
Theme installation
Theme installation
accessiBe provides a script similar to the example shown below:
<script>
(function(){
var s = document.createElement('script');
s.src = 'https://acsbapp.com/apps/app/dist/js/app.js';
s.async = true;
document.head.appendChild(s);
})();
</script>
The script shown above is provided as an example only. You must copy the exact script provided in your accessiBe account, as the script and any ID values will be unique to your website.
To install the script on your ShopWired theme:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to edit - Open the
master.twigfile - Add the script just before the closing
</body>tag - Select Save changes
After the script has been added, accessiBe will begin collecting data from your website.
Recommendations
Recommendations
- Install the script on a draft theme before applying changes to your live theme
- Ensure the script is only added once to avoid duplication
- Review widget behaviour after installation to confirm correct display across pages
- Keep a record of where the script is installed for future updates