Add the Maison concierge chat to your Webflow site using Project Settings — no coding experience needed. Webflow official site ↗
Before you start
- A Webflow paid plan (Custom Code is not available on the free Starter plan)
- Owner or edit access to the Webflow project
- Your Client UUID — find it in the Business Console under Settings
Your embed code
Copy this block now — you will paste it in Step 3. Replace YOUR_CLIENT_UUID with your actual UUID from the Business Console.
Steps
Open Project Settings
Open your project in the Webflow Designer. Click the gear icon in the top-left corner to open Project Settings.
Go to the Custom Code tab
Inside Project Settings, click the Custom Code tab at the top of the panel. You will see two text areas: one for Head Code and one for Footer Code.
Paste the embed code into Footer Code
Click inside the Footer Code box and paste the embed code you copied above. Make sure YOUR_CLIENT_UUID has been replaced with your actual UUID.
Save Changes and Publish
Click Save Changes at the bottom of the settings panel. Then return to the Designer and click Publish to push the update to your live site.
Visit your site and verify
Open your live site in a new browser tab. The Maison chat icon should appear in the bottom-right corner. To confirm, open your browser DevTools (press F12), switch to the Elements tab, and look for
#maison-chat-iconin the DOM.
For the full list of configuration options, control methods, and callbacks, see the Widget SDK Reference.
Common mistakes
bottom: 20, not bottom: '20px'. Values are plain numbers representing pixels — do not include units.Not sure if it's set up correctly? Use the Site Diagnostic tool.