WordPress Integration
Option 1: Official Plugin (Recommended)
- Log in to your WordPress Admin Dashboard.
- Navigate toPlugins > Add New.
- Search for "A11yCore".
- ClickInstall Nowand thenActivate.
- Go toSettings > A11yCoreand paste your license key.
Option 2: Manual Installation
Currently, you can also inject the script manually if you prefer not to use a plugin.
- Install a "Header and Footer Scripts" plugin (or use your theme's settings).
- Add the following code to theHeadersection:
<script src="https://cdn.a11ycore.org/widget.js" data-license="YOUR_LICENSE_KEY" defer></script>