What is an active tour?
An active tour is a project that can be viewed publicly via a share link. If your subscription is expired, the tour will be archived automatically and can not be viewed by others. The tour is still in your account and once renewing your subscription, you can use the tour again.
How to embed a virtual tour into your web page?
- In your web editor, select the project and choose “share”.
-
Select Embed Code, and click “Copy to clipboard”.
<iframe src='https://www.asteroom.com/pviewer?token=2DZi4jJZ6kusmeN7YY6eWg&stopbgaudio=1&autorotation=0&autonav=0' width='800' height='450' frameborder='0' bgcolor='transparent' target='_blank' allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
Helpful Tip: Autorotation 0 or 1 is used to set to auto-rotate on or off. The stopBGAudio function 1 or 0 is used to turn the preset background music on or off.
-
Paste the copied code on your webpage. If you want to adjust the display frame size, you can change the values of the width and the height.