Fully immersive 360 walkthroughs of properties, boats, hotels and more, that users create and publish themselves using the quick and simple EyeSpy360 Virtual Tour Editor. Take a look at our demo video on https://www.eyespy360.com. It really is very simple.
The EyeSpy360 Widget is an API / SDK that allows you to add Virtual Tour creation and publishing to your own property listing editor. It is as simple as adding a single line of code:
<script src="https://e3.eyespy360.com/widget/virtual-tours.1.0.1.js?key=1234&secret=ABCDEF&externalTourID=myPropertyID&target=virtualTourURL"></script>
You already operate a property listing management system where your users create, edit and publish property listings. These listings include descriptions and images and you want to give your users the ability to create 360 Virtual Tours.
You probably already have a Virtual Tour URL form field for your property listing data record and edit form. If not, create one first. Add the EyeSpy360 Widget one line embed code and set the target parameter to the id of the html input field for Virtual Tour URL, e.g. <input id="virtualTourURL"
. The widget will automatically place a Virtual Tour Editor button after the input field.
When a user clicks on the Tour Editor button, the EyeSpy360 Tour Editor will appear inside the same web page as a 95% x 95% pop-up. The User uploads the 360 images, links them via their entrances and exits, previews the Virtual Tour and clicks 'Publish'. The published URL is automatically entered in the Virtual Tour URL form field specified by the target widget parameter. The Tour Editor closes when the user clicks the top-right Close button or if the user clicks outside the Tour Editor where the main website is still visible in the 5% pop-up margin.
You will then store the Virtual Tour URL value in your database along with any other fields the user has modified, as the user saves their changes.
You will almost certainly want to change the way the 'Tour Editor' button looks to match your own website look and feel. You can do that by applying any CSS you like to the eyespy360_btn element. Example:
#eyespy360_btn {
color: red;
font-weight: bold;
margin-left: 10px;
}
You can also emebed the EyeSpy360 Tour Editor directly into your Android Application. Take a look at the SDK at https://github.com/eyespy360/Virtual-Tour-Android-SDK
You can also emebed the EyeSpy360 Tour Editor directly into your iOS Application. Take a look at the SDK at https://github.com/eyespy360/Virtual-Tour-iOS-SDK
Panoramic images and floorplans:
https://www.eyespy360.com/downloads/EyeSpy360_Test_Images.zip
Embedding in an iframe:
<iframe width="640" height="390" src="virtualTourURL" allowfullscreen></iframe>
Where virtualTourURL is the value from your data store. Adjust width and height to match your design.
Copyright © 2017 EyeSpy360 - All Rights Reserved