Advanced iframe embedding
Below is an example of advanced iframe embedding that will play the slide show from the virtual tour, and hide the navigation buttons. Scroll to the bottom of the page to view the Source Code which you can copy, paste and edit to put in your website.
Available Parameters
These parameters are passed into the Embedded.aspx page to control how the view looks and functions [see the code in the text box].- tourid – [REQUIRED] – The tourid to display using. Missing/Invalid tour id’s will cause a redirect to the ‘invalid tour’ page.
- embedWidth – [REQUIRED] – The width in pixels that the HomeSite viewer should display. The standard width is 800px. HomeSite will calculate the appropriate scaled height using a 1:1.175 ratio, and display appropriately. [h = w /1.175]
- section – The requested section of HomeSite to display. This will override the default section specified in the agent’s custom viewer. Defaults to ‘home’ if an invalid value is supplied or if no section is specified. [e.g. … §ion=photos].
- photos – photos
- virtualtour – photos
- panos – panoramas
- theater – theater mode
- fullscreen – fullscreen photos
- details – view details page
- hello – hello section
- tools – tools section
- concierge – concierge
- styledesigner – styledesigner [only if ordered and active]
- locale – The requested language to display. Defaults to en-us if none is supplied, or an invalid value is passed. [e.g. …&locale=fr-ca].
- en-us - English US
- fr-ca - French Canadian
- es-mx - Spanish Mexico
- refurl - The referring url where they came from. Used for tracking and stats purposes. This allows agent/home owner to see how many impressions they get from various websites or ads. [e.g. … &refurl=MyDomain.com or …&refurl=newspaper_ad]
- hidenav – Hide the main navigation [e.g. …&HideNav=true]
- hidesubnav – Hide the subnavigation [e.g. …&HideSubNav=true]
Source Code:
Instructions: 1) Click in the text box and replace the tour id 430239 with your tours id.
2) Right click in the text area below and select "Select All".
3) Right click in the text area again and select "Copy"
4) Paste the code into your website where allowed