Skip to Content
🎉 New: AI Sign Language Avatars now in beta! Learn more →
Platform IntegrationsWix Integration

Wix Integration Guide

Integrate AccessiblyKit seamlessly into your Wix website without coding skills.

Integration Steps

Step 1: Log in to Wix Dashboard

Log in to your Wix admin account at wix.com .

Step 2: Navigate to Site Settings

From your site’s dashboard:

  • Go to Settings.
  • Select Advanced.
  • Click on Custom Code.

Step 3: Add Custom Code

Click on Add Custom Code and a new panel will open.

Step 4: Insert Embed Script

From your AccessiblyKit dashboard, copy your unique widget embed code:

<script src="https://cdn-01.accessiblykit.com/a11y-widget.bundle.js" data-widget-id="YOUR_WIDGET_ID"> </script>
  • Paste this script into the Wix custom code panel.
  • Set it to load on All pages.
  • Select Body - end from the dropdown to load just before the closing </body> tag.
Adding custom code to Wix

Adding custom code to Wix (Click to play)

Step 5: Save and Publish

Click Apply to save your changes. Ensure your site is published to activate the widget.

Customize Your Widget

You can customize the widget appearance and behavior by adding additional attributes:

<script src="https://cdn-01.accessiblykit.com/a11y-widget.bundle.js" data-widget-id="YOUR_WIDGET_ID" data-theme="dark" data-language="en" data-button-color-mode="GRADIENT" data-button-primary-color="#504CFF" data-button-secondary-color="#A94CFF"> </script>

Widget Configuration Reference

ParameterDescriptionDefault Value
data-themeWidget theme (auto, light, dark)auto
data-languageWidget language (en, es, etc.)en
data-button-color-modeButton color style (SOLID, GRADIENT)SOLID
data-button-primary-colorPrimary button color (Hex)#504CFF
data-button-secondary-colorSecondary gradient color (Hex, for gradient)#A94CFF

Troubleshooting

⚠️

Quick troubleshooting steps for common integration issues.

  • Widget not showing? Ensure Wix publishes the site after adding the code.
  • Widget conflicts? Check for other custom scripts or plugins interfering.
  • Styling issues? Confirm widget settings and colors are properly configured.

Advanced JavaScript API

Control widget behavior programmatically:

// Open the widget window.AccessibilityWidgetAPI?.openWidget(); // Enable "Visually Impaired" profile window.AccessibilityWidgetAPI?.enableProfile('visually_impaired'); // Reset all features window.AccessibilityWidgetAPI?.resetAllFeatures();

Additional Help

For advanced setups, consult our Developer Docs or contact our Support Team.

Need Further Assistance?

Schedule personalized support or join our next webinar session.

Get Help Now