Find your answers here
Adding WebAbility to your Webflow site is simple and doesn't require any coding knowledge. Webflow's visual interface makes it easy to add custom code exactly where you need it.
Webflow creates beautiful, interactive sites, but design-first approaches often overlook accessibility. Here's what matters:
Webflow's Accessibility Gaps:
Business Case for Webflow Accessibility:
What WebAbility Adds to Webflow:


<script>
(function() {
var script = document.createElement('script');
script.src = 'https://widget-v2.webability.io/widget.min.js';
script.async = true;
document.head.appendChild(script);
})();
</script>

Note: The widget won't appear in the Designer or Editor view - it only shows on the published site.
Success! Your Webflow site is now accessible. The widget will appear on all published pages automatically.
Method 1: Project Settings (Recommended)
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://widget-v2.webability.io/widget.min.js';
script.async = true;
document.head.appendChild(script);
})();
</script>
Method 2: Using an Embed Element
Optimizing for Webflow Interactions:
CMS Collections Setup:
E-commerce Considerations:
Performance with Webflow:
Preview vs. Published:
Quality Checks:
Using with Webflow Logic:
Global Components:
Client Handoff:
Common questions about Webflow installation
Yes! The widget only appears on published sites, not in the Designer or Editor. Publish your site and view it at your .webflow.io domain or custom domain to see the widget.
Add conditional code: <script>if(!window.location.pathname.includes('/404') && !window.location.pathname.includes('/password')) { /* widget code */ }</script>
WebAbility automatically adds keyboard support to Webflow interactions. If specific interactions aren't working, contact our support with the interaction name and we'll add targeted support.
Yes! Use the WebAbility dashboard to match your brand colors and style. You can also add custom CSS in Webflow to fine-tune positioning.
Use Webflow's conditional visibility with custom code: Add a CMS switch field, then wrap the widget code in an IF statement checking that field.
Add widget.webability.io to your CSP whitelist: script-src 'self' https://widget.webability.io; Also whitelist in any WAF or security settings.
Our team understands Webflow's unique design system and can help ensure your beautiful site is also accessible.
Note: Whichever installation method you use, make sure to read ourWebsite Onboarding Guideand follow the instructions carefully to get WebAbility Widget set up right and running smoothly.
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://widget-v2.webability.io/widget.min.js';
script.async = true;
document.head.appendChild(script);
})();
</script>