Accessibility Plugin
The Accessibility plugin adds an accessibility toolbar that lets visitors adjust how your site looks and behaves to suit their needs. The toolbar is provided by accessiBe. The plugin loads accessiBe on your page and applies your branding, language, and placement — the tools themselves, and their behaviour, are accessiBe’s.If your careers site is built with inploi, you can turn the accessibility toolbar on without code from Studio under Company settings → Accessibility by enabling Accessibility widget and choosing a widget colour. Use this plugin when you are embedding inploi widgets on your own site instead.
Installation
- npm
- pnpm
- CDN
Basic usage
- Package
- CDN
Features
The toolbar is provided by accessiBe and gives visitors tools such as text resizing, contrast and colour adjustments, reading aids, and motion controls. For the full, current list of tools and accessiBe’s compliance information, see the accessiBe documentation.Configuration
Colors
Colors are required. They control the widget’s interface and trigger button appearance.Language
Set the widget language. Defaults to'en'.
Position
Control the trigger button placement on desktop and mobile independently.Trigger visibility
Hide the floating trigger button if you want to open the widget programmatically or through your own UI.Trigger size
Set the size of the trigger button on desktop and mobile independently. Defaults to'medium' on desktop and 'small' on mobile.
Both properties are optional — set only the one you want to change.
Hiding widget components
Hide specific sections or adjustments from the widget interface. Anything not listed remains visible.
The full list is also exported from the package as
ACCESSIBILITY_WIDGET_COMPONENTS, and the union type as AccessibilityWidgetComponent.
Background process
By default, accessiBe applies keyboard navigation corrections and screen-reader adjustments to your page in the background, in addition to the visual toolbar. SetdisableBgProcess to true to deactivate these background corrections and keep only the toolbar.