Add the Maison concierge chat to your WordPress site in a few minutes — no coding experience required. You will copy two small code snippets into your theme file. WordPress official site ↗
Before you start
- Administrator access to your WordPress site (yoursite.com/wp-admin)
- Your Client UUID — find it in the Business Console under Settings
Recommended: Official WordPress Plugin
Get the plugin
Clone the repository or download the zip from GitHub:
New to Git? See the GitHub cloning guide or download the zip directly from the repository page.
Install the plugin
In your WordPress admin, go to Plugins > Add New > Upload Plugin. Upload the maison-agent.zip file (found inside the cloned repo) and click Install Now, then Activate.
Configure your Client ID
Go to Settings > Maison Agent. Enter your Client ID (UUID from the Business Console). Optionally set Locale, Bottom Position, and Right Position (in pixels). Click Save Changes.
Verify
Visit your site. The Maison chat icon should appear at the configured position.
Alternative: Manual theme editing
If you prefer not to use the plugin, you can add the embed code directly to your theme files.
Log into your WordPress admin panel
Go to yoursite.com/wp-admin and sign in with your administrator account. You will land on the WordPress Dashboard.
Open the Theme File Editor
In the left sidebar, hover over Appearance and then click Theme File Editor. This opens a code editor for your active theme's files.
Select header.php
On the right side of the editor you will see a panel called Theme Files. Look for and click header.php. The file's contents will appear in the main editing area.
Paste the script tag before </head>
In the editor, use your keyboard shortcut (Ctrl+F or Cmd+F) to search for
</head>. Click just before it and paste the following line on a new line above it.Paste the init script before </body>
Still in the same file, search for
</body>. Paste the following snippet on a new line just above it. Replace YOUR_CLIENT_UUID with the UUID from your Business Console.Click Update File
Scroll down in the editor and click the blue Update File button to save your changes.
Visit your site and verify
Open your website in a new browser tab. The Maison chat icon should appear in the bottom-right corner of the page. To confirm, open your browser DevTools (press F12), switch to the Elements tab, and look for
#maison-chat-iconin the DOM.
Alternative: Insert Headers and Footers plugin
For the full list of configuration options, control methods, and callbacks, see the Widget SDK Reference.
Common mistakes
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.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.