Adding Maker to your site
Below are step-by-step instructions for adding Maker’s embed scripts to several leading CMS platforms.
Squarespace
Embed on a single page
Edit the target page → hover and click ➕ Add Block.
Select Code, set HTML mode.
Paste your Maker
<script>
→ Apply → Save. Squarespace Help
Site-wide load
Settings → Advanced → Code Injection.
Paste the script in Header (or Footer) field.
Click Save. It now runs on every page. Squarespace Help

Wix
Embed in a specific section
In the Editor, click Add (+) → Embed → Embed HTML.
Drag the frame where Maker should appear, then Enter Code.
Paste the script → Update → Publish. Wix Support Center
Global or selected pages
From your Dashboard, go to Settings → Custom Code.
Click + Add Custom Code.
Paste the script, name it, choose All pages or specific pages & location (Head / Body), then Apply. Wix Support Center+1

Webflow
Exact spot in a design
Open Designer → Add panel.
Drag an Embed element onto the canvas.
Paste the Maker
<script>
→ Save & Close → Publish. help.webflow.com
Template-wide or site-wide
Page only: Pages panel → ⚙ Page Settings → Custom Code → paste in Head or Before </body> → Save. Entire site: Site Settings → Custom Code → paste in Head or Footer → Publish. help.webflow.com

WooCommerce (WordPress)
Single product or page
Edit the product/page in Gutenberg.
Click ➕ → Custom HTML block.
Paste the script → Preview → Update/Publish.
Theme-wide
Appearance → Editor (or header-footer plugin).
Paste the script in
header.php
,footer.php
, or a global template part → Save. (Requires admin permissions.)

Shopify
Exact placement on a template
Online Store → Themes → Customize.
Open the template (e.g., Products).
Add block/section → Custom liquid → paste the script → Save. Shopify Help Center
Site-wide
… → Edit code.
Open
layout/theme.liquid
(or the relevant template).Paste the script before
</body>
→ Save. Shopify Help Center

BigCommerce
One page only
Storefront → Web Pages → edit the page.
Switch to HTML view.
Paste the script → Save. BigCommerce Support
All or selected pages
Storefront → Script Manager → Create a Script.
Fill Name, choose Location (Header/Footer), Pages, Script Type: Script.
Paste the script → Save/Enable. BigCommerce Support

Magento / Adobe Commerce
Page Builder block
In Admin, edit the Page/Block/Category → Edit with Page Builder.
In Elements, drag HTML Code onto the canvas.
Paste the script → Save (clear cache). Experience League
Reusable block
Content → Elements → Blocks → Add New Block.
Add an HTML Code element with the script → Save.
Place that block anywhere via Page Builder. Experience League

HubSpot CMS (new)
Site-wide header or footer
Settings → Website → Pages.
Open Site Header HTML (or Site Footer HTML).
Paste the script → Save. HubSpot Knowledge Base
Within a template
Marketing → Files & Templates → Design Tools.
Edit a theme/template; drag a Custom HTML module where Maker should appear.
Paste the script → Publish template. HubSpot Knowledge Base

How do I make my Maker content load faster?
Paste one small block of code into the page head and publish. Copy‑paste this (everything goes inside <head>
)
<!-- 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>
Where to paste this code on different platforms?
Squarespace (7.0/7.1)
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.
Wix
Dashboard → Settings → Custom Code → Add Custom Code → paste → Place Code in: Head → All pages (or select pages) → Apply → Publish.
Webflow
Project Settings → Custom Code → Head Code → paste → Save → Publish.
Per‑page: Page Settings → Inside head tag → paste → Publish.
WooCommerce (WordPress)
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).
Shopify (Online Store 2.0)
Online Store → Themes → Edit code → layout/theme.liquid → find
<head>
→ paste the block just after<head>
→ Save → Preview/Publish.
BigCommerce (Stencil)
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.
Magento / Adobe Commerce (Magento 2)
Admin → Content → Design → Configuration → choose your Store View → Edit → HTML Head → Scripts and Style Sheets → paste → Save Configuration → Flush Cache.
HubSpot CMS
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?