For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding Maker to your site

Below are step-by-step instructions for adding Maker’s embed scripts to several leading CMS platforms.


CMS Platforms

Squarespace

Wix

Webflow

WooCommerce (Wordpress)

Shopify

BigCommerce

Magento / Adobe Commerce

HubSpot CMS (new)


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>)

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?