Advanced Settings
Fine-tune how your widget behaves: enable on-the-fly translation, custom triggers, keyboard shortcuts, and more.

Translation Settings
-
Enable Translation
Instantly convert your entire site into any supported language. -
Use Accept-Language Header
Automatically detect user language preference.
Display & Trigger
-
Display Type
FULL
– Complete UIMINI
– Compact trayNANO
– Icon onlyHEADLESS
– No UI, for custom control
-
Custom Trigger
- Toggle “Custom Trigger” on
- Enter your button’s CSS selector (e.g.
#my-access-btn
)
Behavior Toggles
Feature | Description |
---|---|
Oversized Button | Larger toggle for high visibility |
Keyboard Shortcuts | Open/close widget via keyboard shortcuts |
Report Issue | Enable built-in “Report an Issue” form |
Accessibility Statement
⚠️
Providing an explicit statement URL helps you meet compliance requirements.
- Show Statement Link: display “Accessibility Statement” inside widget
- Open Inline: embed the statement page within the widget frame
- Statement URL: e.g.
https://yourdomain.com/accessibility-statement.html
<script
src="https://cdn.accessiblykit.com/widget.bundle.js"
data-widget-id="YOUR_WIDGET_ID"
data-enable-translation="true"
data-use-accept-language-header="true"
data-widget-display-type="FULL"
data-enable-custom-trigger="true"
data-custom-trigger-selector="#my-access-btn"
data-show-over-sized-widget-button="true"
data-enable-keyboard-shortcuts="true"
data-show-statement-link="true"
data-open-inline="true"
data-statement-url="https://yourdomain.com/accessibility-statement.html"
></script>