Choose & preview your still images here.
Webmaster instructions: How to link to your PanaViz virtual tour.
Embed tour via landing page
WAY 1: Popup window




Link to a virtual tour launch page.
This is the preferable method.

Advantages

Place the following between the <head> & </head> tags:

<script language="JavaScript" src="http://www.panaviz.com/GeneratedItems/popup2.js"></script>

Then, add the following anywhere on your page(s) where you'd like the button to be located. It must be between the <body> & </body> tags:

<a onClick ="PopupWindowCenter('main.html', 'PopupWindowCenter',960,540)" href="#" class="tourPopUp_plgj" title="panaviz.com" name="windowX"><img src="http://www.panaviz.com/images/vt.jpg" alt="Virtual Tour" border="0"></a>

Note: You can use any graphic for your button, just change the <img src=> code in the last line.

Result:
View the Virtual Tour

WAY 2: Lytebox




Advantages

For each web page you'd like to embed your tour, do the following:Add the following anywhere on your page(s) where you'd like the text link, button or thumbnail to be located. It must be between the <head> & </head> tags:

<iframe src="demo.html"
name="frame1" scrolling="no" frameborder="no" align="center" height = "100px" width = "100px"> </iframe>

Then, add the following anywhere on your page(s) where you'd like the button to be located. It must be between the <body> & </body> tags:

<a href = "javascript:CreateWnd('main.html',
960, 540, scrollbars=false);">

<img src="http://www.panaviz.com/images/vt.jpg" alt="Virtual Tour" border="0"></a>

Note: You can use any graphic for your button, just change the <img src=> code in the last line.

Result:
Virtual Tour

Embed the tour via thumbanail in iframe

Advantages

For each web page you'd like to embed your tour, do the following: Add the following anywhere on your page(s) where you'd like the text link, button or thumbnail to be located. It must be between the <body> & </body> tags:

<iframe src="main.html" name="frame1" scrolling="no" frameborder="no" align="center" height = "540px" width = "960px"> </iframe>

Result:

URL of your virtual tour

This can be used for including your tour on sites like VRBO.
VRBO provides further instructions here.