How to Embed a 3D Configurator in Webflow

3D Infrastructure for the Internet

Furniture Industry

Internet

Adding an interactive 3D product configurator to your Webflow site is one of the best ways to increase user engagement. Webflow doesn't have a native 3D module, but you can easily bridge the gap using a Custom Embed. In this quick guide, we will walk you through how to embed your configurator iframe code into your Webflow project.

STEP 1

Open your project in the Webflow Designer.

Select your existing site in Webflow to integrate the viewer directly into your page

STEP 2

Add an Embed element

Click the Add Elements icon (+) in the top left panel or press A on your keyboard. Scroll down to the Components section and drag the Embed element onto your page canvas.

STEP 3

Paste the iframe snippet

Start out by putting this iframe code snippet into your Embed element:

<iframe
  src=""
  style="width: 100%; height:100%; border:0"
  allowfullscreen=""
></iframe>

Next, open your 3D configurator setup in the Colormass platform. Click Publish 3DCopy Configurator URL.

Copy the URL and paste it into the src attribute of the iframe code. Your final code should look something like this:

<iframe
    src="YOUR CONFIGURATOR URL HERE"
    style="width: 100%; height:100%; border:0"
    allowfullscreen=""
></iframe>

See the parts of this 3rd step recorded in the video below.

STEP 4

Save and Publish

Once all that is done, all you need to do is to save your changes and then Publish your site.

Advanced Integration with the colormass API

Build custom, interactive shopping experiences. Our robust API allows you to programmatically control 3D models, manage product variations, and update real-time configurations directly within your own UI.

Check the Developer Docs >