Cafe24
Install by editing the storefront layout HTML in the Cafe24 design editor.
Install by editing the storefront layout HTML in the Cafe24 design editor.
Cafe24 (카페24) is a Korean commerce platform whose storefront design is edited as HTML. Install the launcher in the shared layout of the design you serve. There is no Make Agent Fast app in the Cafe24 app store today. Menu names here are as of 2026-09; if a label moved, look for the setting by what it does rather than by its exact path.
Add the loader#
- In the Make Agent Fast dashboard, publish the site, turn Enable embedding on, and allowlist every storefront origin — the
cafe24.comshop address and your custom domain, plus the mobile address if it differs. - Open design management and start HTML editing for the design that is live. Duplicate or back up the design first; you are editing storefront source.
- In the shared layout file that every page includes, paste the generated snippet just before the closing
</body>tag. - Save, apply the design to the storefront, and repeat for the mobile design if your shop keeps PC and mobile designs separately.
<script src="https://makeagent.fast/embed.js?v=20260728-widget-v2"
data-agent="YOUR_SITE_SLUG"
async></script>If you cannot find the layout file, paste the snippet in your theme's footer block instead — any module that renders on every page works, as long as it is included once.
Verify#
- Open the storefront in a private window, on both the PC and the mobile address.
- Confirm the address bar origin is the one you allowlisted, including
wwwif the domain redirects to it. - Confirm
embed.jsreturns200in the Network panel and onedata-maf-embed="YOUR_SITE_SLUG"element exists. - Ask a realistic question and confirm the message appears in Conversations.
Troubleshooting#
| Symptom | Likely cause | Fix |
|---|---|---|
| Works on PC but not on mobile | The mobile design has its own layout file | Add the snippet to the mobile design as well |
| The launcher disappeared after a design change | A design was applied that does not contain the snippet | Re-add it to the layout of the design now serving the shop |
| Launcher covers the cart or a fixed bottom bar | Two fixed elements share the same corner | Change the launcher corner with data-position |
Do not put an API key, an order number, or customer data in any data-* attribute. Security and CSP covers allowlisting and Content Security Policy for storefronts that set one.