Website Embeds
Add your menu directly to your website with embed codes
Website Embeds
Display your Menu Studio menus directly on your own website.
Getting the Embed Code
- Open your published menu
- Click Share â Embed
- Copy the embed code
- Paste it into your website's HTML
Embed Code Example
<iframe
src="https://app.menustudio.com/embed/your-menu-id"
width="100%"
height="800"
style="border: none;"
></iframe>
Responsive Embedding
For the best experience on all devices, use our responsive embed:
<div style="position: relative; padding-bottom: 150%; height: 0;">
<iframe
src="https://app.menustudio.com/embed/your-menu-id"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
></iframe>
</div>
Tip
Adjust the padding-bottom percentage to change the aspect ratio. 150% works well for most menus.
WordPress Integration
For WordPress sites:
- Install the Menu Studio plugin (coming soon)
- Or use the Custom HTML block
- Paste your embed code
Squarespace / Wix / Others
Most website builders support custom embed codes:
- Add an Embed or Custom Code block
- Paste your Menu Studio embed code
- Adjust size settings as needed
Styling Options
Customize the embedded menu:
| Parameter | Options |
|-----------|---------|
| theme | light, dark |
| hideHeader | true, false |
| hideFooter | true, false |
Example with parameters:
https://app.menustudio.com/embed/your-menu-id?theme=dark&hideHeader=true
Real-Time Updates
Your embedded menu automatically updates when you make changes in Menu Studio. No need to update the embed code!
Info
The embed loads your currently published menu. Schedule changes will automatically appear when their schedule activates.
