All Collections
METAmakeR
Editing
Can I embed the showroom on my website?
Can I embed the showroom on my website?

iFraming your METAmakeR URL

Stefan Oostendorp avatar
Written by Stefan Oostendorp
Updated over a week ago

1) You can easily embed your METAmakeR scene in a web page by simply copying and pasting the following embed code:

<iframe width="100%" height="600" allow="autoplay; gyroscope; accelerometer" src="https://viewer.metamaker.istaging.com/ff80808182573bfb0182625386620024" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

2) Simply replace the section in bold above with the URL of your METAmakeR scene. You can also adjust the size of the frame by changing the values after the width and height parameters.

3) Finally, also add the following code before the closing </body> tag. Without it, the gyroscope function might not work properly.

WordPress users:


1) If you're using WordPress, please install the following plugin to your site: https://wordpress.org/plugins/iframe/


2) After installing the plugin, you will be able to embed the scene in your website using the code below:

[iframe width="100%" height="600" allow="autoplay" src="https://viewer.metamaker.istaging.com/ff80808182573bfb0182625386620024" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen]

3) Finally, also add the following code before the closing </body> tag. Without it, the gyroscope function might not work properly.


โ€‹

Did this answer your question?