How to Embed a 360 on Your Website

You can use Momento360 to embed your 360s on your own website, if you don't mind doing a little bit of extra work. 

In order to do this, copy the share/embed link that gets generated under the "Share/Embed a Link" option in the menu; then set it as the source of an iFrame for your site.
For example: 
Here's the HTML :
<iframe height="300px" width="75%" allowfullscreen="true" src=" https://momento360.com/e/u/a9b53aa8f8b0403ba7a4e18243aabc66"></iframe>
Just substitute the link you generate for the boldface link above. 
Adjust the height and width attributes to change the window size. If you want to allow people to display it fullscreen set  allowfullscreen="true" in there. 
You can try it out for yourself here:  https://codepen.io/anon/pen/oePyWg
You can customize many display options by appending paramters to the URL. A full list is here: https://help.momento360.com/article/89-customizing-the-embed-share-player
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.