Linking locations with labels
When is this useful?
Maybe you have to make a virtual tour of a sprawling compound, with multiple buildings inside of it. Building it all as a single tour might make the experience laggy for a lot of your viewers, especially if they're using a mobile device with a slow connection.
For those instances, we would recommend you make a tour for each building, then link them together with labels.
This is also useful whenever you want to add a little style to your tours. Maybe you built a tour for a hotel, and they have a map displayed in their lobby. You can add little icons to that map so that, if the viewer clicks on them, it will take them to that part of the tour.
How to link to a different section in the same tour:
Publish your tour without the label first
Open your published tour, and navigate to the spot & angle you want the viewer to jump to upon clicking the label
Copy the URL, then trim out the first part so you're left with something like:
position=YOURPOSITION&rotation=YOURROTATION
Back in the tour editor, add a new label, and under Link To, type:
teleport://position=YOURPOSITION&rotation=YOURROTATION
Republish your tour, and when your viewer clicks on that label, they'll now be taken to the spot you linked to
How to link to a different tour:
Publish the tour you want to link to
Open your published tour, and navigate to the spot & angle you want the viewer to jump to upon clicking the label
Copy the entire URL
In your second tour, go to the tour editor, add a new label, and under Link To paste the URL
(Optional) Have the link open in the same tab, for a more seamless experience
Publish your tour, and when your viewer clicks on that label, they'll now be taken to the other tour you linked to
Updated on: 03/05/2023
Thank you!