Widget Configuration
Your accessibility widget is your visitors’ gateway to a tailored, inclusive experience. In this section you’ll learn how to:
- Basic Configuration — Set your widget name, default language, and translation options
- Appearance Settings — Choose colors, iconography, size and on-page placement
- Advanced Settings — Enable custom triggers, behavior toggles, and your accessibility statement
General Widget Settings
Quick links: HTML Embed • Advanced Embedding Options
Basic Information
- Widget Name
- Default Language
Appearance Settings
- Button Color Mode
- Primary / Secondary Color
- Gradient Direction
- Button Size
- Button Icon Type
Advanced Settings
- Position Settings
- Desktop: Horizontal / Vertical / Offset X / Offset Y
- Mobile: Horizontal / Vertical / Offset X / Offset Y
- Custom Trigger
- Widget Display Type (Full, Mini, Nano, Headless)
- Theme (Light, Dark, Auto)
- Accessibility Statement
- Show statement link
- Open inline or new tab
- Statement URL
<script
src="https://cdn.accessiblykit.com/widget.bundle.js"
data-widget-id="YOUR_WIDGET_ID"
data-theme="light"
data-language="en"
data-widget-display-type="FULL"
data-position="bottom-right"
data-button-color-mode="SOLID"
data-button-primary-color="#504CFF"
data-button-secondary-color="#A94CFF"
data-button-gradient-direction="TO_RIGHT"
></script>