Overlay - URL Modifier

Gothru Overlay Editor also features some parameters you can add to a virtual tour’s URL, to change the language and hide the overlay widgets. This means you can create a custom link of a virtual tour that determines how exactly the tour should start. The visitors will see and open the virtual tour differently when the tour embedded on your business page.

Imagine you want to show your store to a Russian customer and your original virtual tour begins in English. You don't have to go to the plugin settings to change the language. Instead, you can modify the tour’s URL to make it start in Russian. Just send them the new URL or embed that modified URL to your website and the tour be in Russian immediately.

Language Parameter

URL language parameters are a convenient and easy way to show your visitors with the appropriate language of your virtual tour.

How to change the language parameter?

1. Take the original URL of the tour

The following example is in English, the tour URL would look like:

https://tourmkr.com/G17e8qAg6W/7739673p,2763444m,339.48h,89.63t/lang:en
Tour in English

2. At the end of your URL, add the desired language code as a query string parameter: "lang:xx"

Replace "xx" with the 2-letter language code. For example the tour is displayed in Russian, so "lang:ru" added at the end of the URL.

https://tourmkr.com/G17e8qAg6W/7739673p,2763444m,339.48h,89.63t/lang:ru
Tour in Russian

Hide Widget

There are some parameters you can add to a virtual tour’s URL to hide or show overlay widgets, such as “hideHotspot”, “hideMenu” and so on.

  • hidehotspots: sets the tour with the hotspots hidden
  • hidecontrol: sets the tour with the control bar hidden
  • hidemenu:sets the menu to "hide"
  • hidelanguage: sets the language icon to "hide"
  • hide carousel: sets the tour with the carousel hidden
  • hidelogo: sets the logo to "hide"
  • hidelabel: sets the label to "hide"

How to show or hide widget using URL?

1. Take the original URL of the virtual tour.

https://tourmkr.com/G17e8qAg6W/7739673p,2763444m,339.48h,89.63t
The Original Tour

2.  Add the desired parameters at the end of the virtual tour URL.

For example you want to embed the tour with the menu hidden, you can add " hideMenu" to the URL:

https://tourmkr.com/G17e8qAg6W/7739673p,2763444m,339.48h,89.63t/hideMenu
Hide Menu

Multiple Parameters

You can also combine these parameters to create a very unique URL.

You can use “&” to separate the parameters, like in the following tour with the menu, language icon and control bar hidden.

https://tourmkr.com/G17e8qAg6W/7739673p,2763444m,339.48h,89.63t/hideMenu&hideLanguage&hideControl
Multiple Hidden Widgets