Widget Installation

Install the Accessify accessibility widget on any website in under 5 minutes. Choose your platform below.

Before You Begin

Accessify account

Sign up at app.accessify.io

Account Key

Dashboard → Sites → Install

Admin access

To your website / CMS

Select Your Platform

🔵

WordPress

easy~2 min

Steps

  1. 1

    Go to Plugins → Add New in your WordPress admin

  2. 2

    Search for "Accessify"

  3. 3

    Click Install Now, then Activate

  4. 4

    Go to Settings → Accessify and enter your Account Key

  5. 5

    Check Enable Widget and save

Script Tag

<script
  src="https://cdn.accessify.io/widget.js"
  data-account="YOUR_ACCOUNT_KEY"
  async>
</script>

Replace YOUR_ACCOUNT_KEY with the key from your dashboard.

Verify Installation

  1. 1.Visit your site in incognito mode
  2. 2.Look for the accessibility icon (bottom-right by default)
  3. 3.Open DevTools (F12) → search for accessify-root

Content Security Policy (CSP)

If your website uses a CSP header, add these directives to allow the widget:

Content-Security-Policy:
  script-src 'self' https://cdn.accessify.io;
  connect-src 'self' https://api.accessify.io;
  style-src 'self' 'unsafe-inline';

Performance Impact

< 40KB gzipped

Smaller than a typical hero image

Async loading

Never blocks page rendering — LCP and FID unaffected

Zero CSS conflicts

Widget renders inside a closed Shadow DOM

No layout shift

Fixed-position button causes zero CLS

Troubleshooting