Adding Maker to your site
Below are step-by-step instructions for adding Maker’s embed scripts to several leading CMS platforms.
Last updated
Was this helpful?
Below are step-by-step instructions for adding Maker’s embed scripts to several leading CMS platforms.

Paste one small block of code into the page head and publish. Copy‑paste this (everything goes inside <head>)
Site‑wide: Settings → Advanced → Code Injection → Header → paste the whole block → Save → Publish.
Single page: Open the page → Settings → Advanced → Header → paste → Save.
Requires a Business/Commerce plan for Code Injection.
Dashboard → Settings → Custom Code → Add Custom Code → paste → Place Code in: Head → All pages (or select pages) → Apply → Publish.
Project Settings → Custom Code → Head Code → paste → Save → Publish.
Per‑page: Page Settings → Inside head tag → paste → Publish.
Easiest: install “Insert Headers and Footers” (WPCode) plugin → Code Snippets → Header → paste → Save.
Or theme edit: Appearance → Theme File Editor → header.php → paste inside <head> → Update file.
Make sure caching/CDN is cleared (e.g., WP Rocket, Cloudflare).
Online Store → Themes → Edit code → layout/theme.liquid → find <head> → paste the block just after <head> → Save → Preview/Publish.
Storefront → Themes → Advanced → Edit Theme Files → open templates/layout/base.html (or the head partial, e.g., templates/components/common/html-head.html) → paste inside <head> → Save → Preview/Publish.
If you prefer not to edit files, you can add only the
<script>via Storefront → Script Manager (Location: Head). The three<link>tags usually require theme file edit.
Admin → Content → Design → Configuration → choose your Store View → Edit → HTML Head → Scripts and Style Sheets → paste → Save Configuration → Flush Cache.
Settings → Website → Pages → (choose domain) → Templates → Site header HTML → paste → Save → Publish.
Or edit your theme in Design Manager and add the block to the global header partial.
Last updated
Was this helpful?
Was this helpful?
<!-- Very top of <head>: warm up & preload -->
<link rel="dns-prefetch" href="//aicdn.maker.co">
<link rel="preconnect" href="https://aicdn.maker.co" crossorigin>
</script>