No load value passed in URL
<?php echo outputTourHTML ('tour_name', '[page|snippet]', '[target_div_id]'); ?>
index.php?load=[tour_name|random|newest|oldest|alpha|alpha_reversed]&mode=[page|snippet]&target=[div_id]&width=[#pixels/percent]&height=[#pixels/percent]
mode=page
will output a complete HTML page and is the default.
mode=page
defaults to 100% height and width.
mode=snippet
is used to embed into existing pages, requiring a DIV with the id provided in the &target= portion of the URL.
<iframe id='embedding_example' width='100%' height='220' frameborder='0' style='border:0' src='https://tours.zavoodi.com/cincinnati/index.php?load=covington_riverwalk&mode=page&target=pano&width=100%&height=220'></iframe>