Accesstive Extension for Storyblok - Complete Installation Guide

Learn how to install and configure the Accesstive extension for Storyblok to make your website accessible with AI-powered accessibility tools!
 

Install Now

Image Alt

Overview

This comprehensive guide will walk you through integrating the Accesstive accessibility platform with your Storyblok-powered website. Accesstive helps make your site more inclusive and compliant with accessibility standards through AI-powered tools and monitoring.

What is Accesstive?

Accesstive is an all-in-one accessibility platform that helps websites become inclusive, compliant, and user-friendly. It combines powerful tools like an accessibility assistant widget, AI-based live audits, monitoring, and an intelligent assistant. Designed for businesses, developers, and agencies, Accesstive makes accessibility simple, scalable, and smart.

Key Features

  • Access Assistant: Screen-reader and keyboard navigation adjustments
  • 40+ Accessibility Features: Font resize, colour contrast, text magnifier, and more
  • Access Monitor: Regular scans and analyses
  • WCAG Compliance: Addresses common accessibility barriers
  • Custom Branding: Fully customizable to match your site design
  • Access AI Audit: Real-time scanning with one-click AI fixes
  • Access Accy: AI-powered accessibility chatbot

Installation Methods

Most Storyblok projects are headless and use a front-end framework like Next.js, Nuxt.js, Vue, or React. You can integrate Accesstive by adding the script to your layout template.

Step-by-Step Instructions:

  • Access Your Front-End Project
     Open your project files in your preferred code editor.
  • Locate Your Main Layout File
     Find the global layout template (e.g., App.vue, _app.js, default.vue, or index.html) where global scripts are loaded.
  • Insert the Script Snippet
     Paste the following code snippet before the closing </body> tag:
<script async src="https://cdn.accesstive.com/assistance.js" type="module"></script>
  • Save Your Changes
     Commit or save your changes locally.
  • Deploy Your Site
     Push the updated code to your hosting provider (e.g., Vercel, Netlify, AWS).

Pro Tip
The script loads asynchronously, ensuring it won’t impact your site’s loading speed or performance.

Accesstive Configuration

Once installed, you can configure your Accesstive settings through the Accesstive dashboard:

  • Widget Customisation: Match your brand colours and styling
  • Feature Selection: Choose which accessibility features to display
  • Positioning: Set widget placement and behaviour
  • Analytics: Monitor usage and accessibility improvements

Preview and Testing

After installation, you should see the Accesstive widget appear on your website. Here’s how to test it:

  1. Widget Visibility: Look for the accessibility icon (usually in the bottom corner)
  2. Feature Testing: Click the widget and try different accessibility options
  3. Cross-Browser Testing: Verify functionality across different browsers
  4. Mobile Testing: Check widget responsiveness on mobile devices

Troubleshooting Common Issues

Widget Not Appearing
  • Verify the script was added to the correct layout or template file
  • Ensure the code changes were deployed successfully
  • Clear your browser cache and reload the page
Script Loading Issues
  • Check the browser console for JavaScript errors
  • Verify the script URL is correct and accessible
  • Ensure no other scripts are conflicting

Performance Considerations

Accesstive is designed to be lightweight and performance:

Metric

Impact

Details

Load TimeMinimalAsync loading prevents blocking
File Size~45KBCompressed and optimised
Performance Score< 1% impactBased on Google PageSpeed

Get Started Today

Ready to make your Storyblok-powered website more accessible? Sign up for Accesstive today and start a free trial for creating a more inclusive web experience for all your visitors.

Frequently Asked Questions

Add the Accesstive script to your main layout template or via the Custom Head HTML option, then deploy your site. The widget will appear automatically.

No. The widget script loads asynchronously and is lightweight.

Yes. You can change colours, features, and positioning through the Accesstive dashboard.

Over 40 accessibility tools, including font resizing, colour contrast, reading aids, keyboard navigation, and more.

Remove the script from your layout template or Custom Head HTML field and redeploy your site.