CAPTUR3D has worked with many popular content management systems (CMSs) and leading web portals such as realestate.com.au and domain.com.au to ensure that Virtual Tour can best be presented. Portals such as these and many others will include some form of Virtual Your, Matterport link or similar field for entering the Virtual Tour URL.
If your web portal does not yet offer the functionality to embed Virtual Tour or you would like to embed Virtual Tour on your own website, the process is as simple as embedding a YouTube video.
To embed the Virtual Tour onto a website page, simply copy the HTML code below and replace the URL in the src=”URL” attribute with the Virtual Tour link you receive from the CAPTUR3D delivery email:
Virtual Tour embed code
<html>
<head>
<style>
.captur3d-3d-tour { text-align: center; }
.captur3d-3d-tour iframe {
min-height: 360px;
width: 100%;
margin: 24px 0px;
}
@media screen and (min-width: 992px) {
.captur3d-3d-tour iframe {
height: 675px;
max-width: 1200px;
margin: 0 auto 24px;
}
}
</style>
</head>
<body>
<div class="captur3d-3d-tour">
<iframe class="captur3d-3d-tour__iframe"
width="920"
height="540"
src="https://captur3d-marketing.captur3d.io/view/yourcompany/297-napier-st-fitzroy-vic-3065-australia"
frameborder="0"
allowfullscreen=""
mozallowfullscreen="true"
webkitallowfullscreen="true"
onmousewheel=""
allow='xr-spatial-tracking'
>
</iframe>
</div>
</body>
</html>
Alternatively, some Content Management Systems (CMSs) or web portals may include some form of 'Virtual tour’, ‘Matterport link’ or similar field for entering the Virtual Tour URL.
Comments
0 comments
Please sign in to leave a comment.