Skip to main content

WordPress Integration

Option 1: Official Plugin (Recommended)

  1. Log in to your WordPress Admin Dashboard.
  2. Navigate toPlugins > Add New.
  3. Search for "A11yCore".
  4. ClickInstall Nowand thenActivate.
  5. 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.

  1. Install a "Header and Footer Scripts" plugin (or use your theme's settings).
  2. Add the following code to theHeadersection:
<script src="https://cdn.a11ycore.org/widget.js" data-license="YOUR_LICENSE_KEY" defer></script>