Send us your questions, problems and feedback!
snoovel.comHelp & Tutorials > MySnoovelLink
 

Howto integrate the MySnoovelLink

The MySnoovelLink provides you a chance to show "Guided Tours" on your website. You have to put the HTML element iframe into your page content. The iframe loads the tour from snoovel.com

The src attribute controls that you like to show a Guided Tour and the ID of the tour. Optional you can add some parameters to control the layout of the iframe content.

This snippet shows the fastest integration:

<iframe src="http://www.snoovel.com/?id=mysl&cid=[CID]&key=[KEY]"><br /></iframe>

The value [KEY] will be replaced with a key you have to generate. If you are logged in you can jump to the form here.

At least replace [CID] with the id of the tour you like to show. You can see it in the URL of the tour when you open it in snoovel.com.

Parameter

Additionally to the must have parameter you can add the following parameter.

 ge_width: Change the width of the Google Earth Window. The value range is between min. 350px and max. 600px.

Example: ...&ge_width=450&ge_...

top

 ge_height: Change the width of the Google Earth Window. The value range is between min. 300px and max. 600px.

 Example: ...&ge_height=450&ge_...

top

 tourpreview: The Tourpreview element shows thumbnails of the next scenes. This element can be set visible (1) or invisible (0).

Example: ...&tourpreview=0&ge_...

 

tourpreview=1 (default)

tourpreview=0

top

 description_pos: The parameter description_pos define the position of the description box. Legal options are on the top of the Google Earth window (top), at the bottom of the Google Earth window (bottom) or invisible (hidden). 

 description_pos=bottom (default)

description_pos=top

description_pos=hidden

top

 lang: Define the component language. (Doesn't change the content). Choose 'en' for english or 'de' for german.

 Example: ...&lang=en&ge_...

top