Web Ventures Accessibility Toolbox
A lightweight, dependency-free JavaScript plugin that enhances website accessibility with a suite of tools for improved browsing by users with disabilities.
Features
- Pure JavaScript – no external dependencies
- Easy integration into any website
- Works with custom coded websites and CMS platforms
- Customizable and extendable
Language Support
The plugin automatically detects the site’s locale using common schema formats like ro-RO, en-US. It currently supports:
- Romanian
- English
For other formats or custom locales, you can override detection using the forceLang option.
Installation
Add this script to your website
<script src="https://accessi.webventures.ro/app/public/1392053990.min.js?domain=yourDomain.ro"></script>
<script>
window.onload = function () {
window.micAccessTool = new MicAccessTool({
link: '#', // replace with your accessibility statement link
contact: 'mailto:office@domain.ro', // replace with your contact email
buttonPosition: 'right', // 'left' or 'right'
forceLang: 'ro-RO', // default is 'en'
});
}
</script>
Request access
If you need access to this tool, please contact us.