Understanding Mimeeq Embeds: Types, Configuration, and Customization
Content
- What Are Mimeeq Embeds?
- Embed Types Overview
- How to Generate Embed Codes
- Embed Templates Settings
- Embedding Code on Your Website
What Are Mimeeq Embeds?
Embeds are snippets of code that you can place on your website to display Mimeeq 3D configurators or product catalogs. Each embed type serves a specific purpose, from displaying product catalogs to enabling individual product configuration. All embeds are controlled through embed templates, which give you centralized control over styling, behavior, and settings.
Mimeeq provides several types of embeds that allow you to integrate 3D configurators, product lists, B2B baskets, and authentication embeds for user login/registration. This guide covers the available embed types, their capabilities, and how to customize them using embed templates.
Embed Types Overview
Configurator Embeds
Embed Type | Description | Purpose | Indexable |
|---|---|---|---|
Standard Product Configurator | Embeds one specific standard configurator | Most common for e-commerce sites, single product pages | ✅ |
Modular Product Configurator | Embeds one specific modular configurator | Most common for e-commerce sites, single product pages | ✅ |
Product List | Embeds catalog of all your active configurators | Product catalogs | ❌ |
Product Group | Embeds grouped product configurators | Product catalogs, category pages | ❌ |
Other Embeds
Embed Type | Description |
|---|---|
Basket Embed | Embeds the Mimeeq Basket as part of another embed (product menu, configurator) or as a standalone element on any page of your website. |
Authentication Embed | Authentication embed for user login/registration, password reset, etc |
Favorites List | Embeds user's saved items configuration. Require user authentication |
How to Generate Embed Codes
Standard Product Configurator
The Standard Configurator Embed displays a single configurable product. This is ideal for dedicated product pages where you want to showcase one specific item with all its configuration options.
How to Generate:
- Navigate to the specific standard configurator in Mimeeq Admin
- Click "Copy Embed Code" on the configurator page
- Select your Embed Template
- Configure language and price group settings (overrides Embed Template default settings)
- Copy the embed code

Modular Product Configurator
The Standard Modular Configurator Embed displays a single modular configurable product. By default, modular configurators open in a modal overlay to provide a full-screen experience, but you can change these settings in Embed Template)
How to Generate:
- Navigate to the specific modular configurator in Mimeeq Admin
- Click "Copy Embed Code" on the configurator page
- Select your Embed Template
- Configure language and price group settings (overrides Embed Template default settings)
- Copy the embed code

Product List
The Product List Embed displays a catalog of all your active products. This is the most commonly used embed type for showcasing your entire product range.
Key Features:
- Displays all active products
- Supports filtering by categories and search
- Includes sorting options (A-Z, Z-A)
- Adjustable tile sizes (large or small)
- Optional favorites functionality
How to Generate:
- Navigate to your product list in Mimeeq Admin
- Click "Copy Embed Code"
- Select your Embed Template
- Optionally specify language and price group (overrides Embed Template default settings)
- Copy the embed code

Product Group
The Product Group Embed displays a specific group of all your active products. Ideal for product categories pages.
How to Generate:
- Navigate to Settings → Data → Product Groups
- Create a product group (e.g., "Armchairs")
- Open the product group and set Status to Active, add products to the group
- Click "Copy Embed Code"
- Select your Embed Template
- Optionally specify language and price group (overrides Embed Template default settings)
- Copy the embed code

Basket Embed
The Mimeeq Basket can function independently on any page of your website, not just product pages. Read our Mimeeq Basket System help article for detailed configuration and embedding instructions.
Authentication Embed
The Auth embed allows you to add user login and registration functionality directly to your website. This enables features like using favorites or Mimeeq Basket.
What the Auth Embed Includes
- User login form
- New user registration
- Password recovery option
- Automatic session management
When authentication is enabled:
- Users can save favorite products and configurations to their account
- Display user-specific pricing based on their account settings
- Show specific products or features only to authenticated users
- Show Basket only for logged-in users
How to Generate Auth Embed
- Navigate to Settings → Code → Login Code in Mimeeq Admin
- Ensure authentication is enabled for your account
- Click "Copy Embed Code"
- Select your Language
- Optionally override Theme settings (button background colour and button text colour)
- Copy the embed code

Favorites List
The Favorites Embed displays products that logged-in users have marked as favorites. This is particularly useful for scenarios where users need to save and return to specific product configurations. The Favorites Embed can be embedded as dedicated embed or within Product List Embed.
Option 1: Dedicated Favorites Embed
- Navigate to Settings → Code → Favorites Code in Mimeeq Admin
- Select your Embed Template
- Configure language and price group settings (overrides Embed Template default settings)
- Copy the embed code
Option 2: Favorites within Product List
- When creating a Product List embed, ensure you have authentication enabled
- In your Embed Template Settings, make sure Hide Favorites option is disabled
- Logged-in users will automatically see a favorites section in the product list controls
- Users can mark products as favorites directly from the product list

Embed Templates Settings
There are many configuration options available for Embed Templates. For a detailed breakdown of each setting, see the Embed Template Settings Guide.
Embedding Code on Your Website
After setting up your embed templates and configuring all the necessary settings, you're ready to embed Mimeeq products on your website.
Code Structure
Every embed consists of two parts:
<!-- Container with short code -->
<div data-mimeeq-product="SHORT_CODE"></div>
<!-- Script loader -->
<script src="https://mimeeq-embed-url.js"></script>
1. Shortcode
The shortcode is a unique identifier (e.g., GP9V9M) that references your specific product or product list configuration.
Example use case: You might store different shortcodes in your CMS and dynamically insert them based on which category page a user visits, allowing you to show relevant products without changing the HTML structure.
2. Full HTML Snippet
The snippet is a complete HTML code block (typically 2-3 lines) that includes the Mimeeq script and your configuration parameters.
Example use case: Use full snippet for static website implementations to embed single products or product list.

Basic Embedding Process
- Copy the embed code from Mimeeq Admin
- Paste it into your website:
- For shortcodes: Insert into your CMS's dynamic content field
- For full snippets: Paste directly into your HTML where you want the configurator to appear
- Verify the embed by loading your webpage - the Mimeeq configurator should appear according to your template settings
Support
If you encounter issues not covered in this guide or need assistance with custom implementations, please contact Mimeeq support or consult the complete documentation at Mimeeq Docs.
Updated on: 16/06/2026
Thank you!
