If you're a website owner, you can easily place the LiveTour on your website to display it with your own URL. Here is how:
1- Create a new .html page in the directory where you would like to host your tour.
2- Copy-paste the code below in your .html document.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>My website name | Tour name</title> <meta name="description" content="This is a description of my virtual tour."> <meta name="author" content="My website name"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body style="margin-top:0px;margin-left:0px"> <iframe width="100%" height="100%" style="position:fixed" allow="autoplay" src="https://livetour.istaging.com/cc242ca9-17a3-47e5-bdd9-a12582e90752" frameborder="0" allowfullscreen=""></iframe> <script src="https://www.istaging.com/js/iframe-enable-gyro.min.js"></script> </body> </html> |
3- Replace the parts in blue with your own website name and a description.
4- Replace the link in green with the URL of your LiveTour.
5- Save your .html file and upload it to your server. If you do not know how to do this, please contact the administrator of your website.
6- You will now be able to access the tour by entering the corresponding URL!