Imweb
Install with Imweb's code-insertion setting for the head or the end of the body.
Install with Imweb's code-insertion setting for the head or the end of the body.
Imweb (아임웹) is a Korean website builder used by many small shops and studios. Install the launcher with Imweb's own code-insertion setting. There is no Make Agent Fast application in an Imweb catalog. 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 origin Imweb serves — your custom domain and the free
imweb.meaddress if you still use it. - Open site settings and find the code-insertion area: the fields that add markup to the
<head>of every page or to the end of the body. Availability depends on your Imweb plan. - Paste the generated snippet into the head field. The loader is
async, so head and body-end both work. - Save and apply the change to the live site, then reload the storefront in a fresh tab.
<script src="https://makeagent.fast/embed.js?v=20260728-widget-v2"
data-agent="YOUR_SITE_SLUG"
async></script>If you cannot find that setting, paste the snippet in your theme's footer block instead: an HTML widget placed in a footer section runs on every page that uses that section.
Verify#
- Open the published URL in a private window, not the Imweb editor. Editor and preview modes can suppress injected scripts.
- 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 |
|---|---|---|
| Nothing loads on the custom domain | Only the imweb.me address was allowlisted | Add the exact custom-domain origin as well |
| Launcher appears twice | The snippet is both in the head field and in a footer HTML widget | Keep one copy, in the head field |
| Launcher overlaps a floating shop button | Two fixed elements share the same corner | Change the launcher corner with data-position |
If the shop uses a consent banner or a script blocker, categorize the embed under your consent policy and load it accordingly. Security and CSP lists the origins to allow.