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

  1. Edit the target page → hover and click ➕ Add Block.

  2. Select Code, set HTML mode.

  3. Paste your Maker <script>ApplySave. Squarespace Help

Site-wide load

  1. Settings → Advanced → Code Injection.

  2. Paste the script in Header (or Footer) field.

  3. Click Save. It now runs on every page. Squarespace Help


Wix

Embed in a specific section

  1. In the Editor, click Add (+) → Embed → Embed HTML.

  2. Drag the frame where Maker should appear, then Enter Code.

  3. Paste the script → UpdatePublish. Wix Support Center

Global or selected pages

  1. From your Dashboard, go to Settings → Custom Code.

  2. Click + Add Custom Code.

  3. 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

  1. Open Designer → Add panel.

  2. Drag an Embed element onto the canvas.

  3. Paste the Maker <script>Save & ClosePublish. 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 FooterPublish. help.webflow.com


WooCommerce (WordPress)

Single product or page

  1. Edit the product/page in Gutenberg.

  2. Click ➕ → Custom HTML block.

  3. Paste the script → PreviewUpdate/Publish.

Theme-wide

  1. Appearance → Editor (or header-footer plugin).

  2. Paste the script in header.php, footer.php, or a global template part → Save. (Requires admin permissions.)


Shopify

Exact placement on a template

  1. Online Store → Themes → Customize.

  2. Open the template (e.g., Products).

  3. Add block/section → Custom liquid → paste the script → Save. Shopify Help Center

Site-wide

  1. … → Edit code.

  2. Open layout/theme.liquid (or the relevant template).

  3. Paste the script before </body>Save. Shopify Help Center


BigCommerce

One page only

  1. Storefront → Web Pages → edit the page.

  2. Switch to HTML view.

  3. Paste the script → Save. BigCommerce Support

All or selected pages

  1. Storefront → Script Manager → Create a Script.

  2. Fill Name, choose Location (Header/Footer), Pages, Script Type: Script.

  3. Paste the script → Save/Enable. BigCommerce Support


Magento / Adobe Commerce

Page Builder block

  1. In Admin, edit the Page/Block/Category → Edit with Page Builder.

  2. In Elements, drag HTML Code onto the canvas.

  3. Paste the script → Save (clear cache). Experience League

Reusable block

  1. Content → Elements → Blocks → Add New Block.

  2. Add an HTML Code element with the script → Save.

  3. Place that block anywhere via Page Builder. Experience League


HubSpot CMS (new)

  1. Settings → Website → Pages.

  2. Open Site Header HTML (or Site Footer HTML).

  3. Paste the script → Save. HubSpot Knowledge Base

Within a template

  1. Marketing → Files & Templates → Design Tools.

  2. Edit a theme/template; drag a Custom HTML module where Maker should appear.

  3. 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 → SavePublish.

  • 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: HeadAll pages (or select pages) → ApplyPublish.

Webflow

  • Project Settings → Custom Code → Head Code → paste → SavePublish.

  • 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>SavePreview/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>SavePreview/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 → EditHTML Head → Scripts and Style Sheets → paste → Save ConfigurationFlush Cache.

HubSpot CMS

  • Settings → Website → Pages → (choose domain) → Templates → Site header HTML → paste → SavePublish.

  • Or edit your theme in Design Manager and add the block to the global header partial.


Last updated

Was this helpful?