Skip to content
NEWSADA Title II web deadlines: April 24, 2026 (50k+ pop) · April 26, 2027 (under 50k) — Is your site compliant?ADA Title II: April 2026 & 2027 deadlinesLearn more →

Shopify

Coming soon
A Shopify App Store listing is in development. The theme.liquid method below works today on all Shopify stores and requires no additional apps.

Install via your theme's theme.liquid layout file. Works with any Shopify theme including Dawn and OS 2.0 themes.

Step-by-step

  1. From the Shopify Admin, go to Online Store → Themes
  2. On your active theme, click Actions → Edit code
  3. Under the Layout folder, open theme.liquid
  4. Find the closing </body> tag (near the bottom of the file)
  5. Paste the snippet immediately before it
  6. Click Save
layout/theme.liquid
  <script
    src="https://cdn.angstroma.com/widget.js"
    data-key="ang_live_YOUR_KEY"
    async
  ></script>
</body>
</html>
Warning
Some Shopify plans enforce a Content Security Policy that blocks external scripts. If the widget does not appear, check the browser console for CSP errors. Contact Shopify support to add cdn.angstroma.com to your store's trusted script sources.

Verification

After saving, visit your storefront. The Angstroma accessibility button should appear in the bottom-right corner on all pages — homepage, product pages, checkout, and cart.