Skip to main content
All CollectionsVR MakerEditing
Embedding a LiveTour in a web page
Embedding a LiveTour in a web page

iFraming

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

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

<iframe width="100%" height="600" allow="autoplay; gyroscope; accelerometer" src="https://livetour.istaging.com/92ac5c52-4de5-4934-8869-4be5663820d0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

2) Simply replace the pink section above with the URL of your LiveTour. 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 LiveTour in your website using the code below:

[iframe width="100%" height="600" allow="autoplay" src="https://livetour.istaging.com/cc242ca9-17a3-47e5-bdd9-a12582e90752" 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?