# Platform integrations

Ready-made wrappers for embedding the AccessibleWeb Widget on popular platforms so you don't have to touch raw HTML. [`wordpress/`](wordpress/) contains a self-contained WordPress plugin with a Settings > AccessibleWeb Widget page (position, button size, language) — the widget script, OpenDyslexic font, and axe-core audit engine are all bundled and served from your own site, with no external requests; [`shopify/`](shopify/) contains a theme snippet you paste into your theme and render before `</body>`, with optional `position`, `size`, and `lang` parameters, loading the pinned jsDelivr build (`accessible-web-widget@1.3.5`). On any other platform, the plain `<script>` tag from the [main README](../README.md) works as-is.
