Evo VR Virtual Tour Creator - integration into multi-user websites
Exemplary integrations of Evo VR Virtual Tour in multi-user websites.
When your website has multi users, you need to submit a unique string for each individual user instead of EXTERNAL_ID. The easiest way is to submit the USER ID you use for the user.
It is recommended to use a hash function such as hash("sha256", "EXTERNAL_ID");
.
The minimum characters to be sent for "EXTERNAL_ID"
, are 16.
The EvoVR Web API will prompt your individual users to create a WeboBook account and will connect each individual user to your client in the API.
In this way, each individual user will be able to independently manage their virtual tours.
Integration with iframe.
Important!
If you have integrated jQuery on your site, use the "Without jQuery" JS link.
If you do not have integrated jQuery on your site, use the "With jQuery" JS link.
In order for EvoVR to work, you need the jQuery library, but if you are already loading it on your site, you need to put the javascript link, which is without the jQuery library.
<script src="https://webobook.com/asset/as:VIEW_API_KEY"></script> - Without jQuery
<script src="https://webobook.com/asset/af:VIEW_API_KEY"></script> - With jQuery
"VIEW_API_KEY"
in the JS links.
Integration with gadget.
Important!
If you have integrated jQuery on your site, use the "Without jQuery" JS link.
If you do not have integrated jQuery on your site, use the "With jQuery" JS link.
In order for EvoVR to work, you need the jQuery library, but if you are already loading it on your site, you need to put the javascript link, which is without the jQuery library.
<script src="https://webobook.com/asset/as:VIEW_API_KEY"></script> - Without jQuery
<script src="https://webobook.com/asset/af:VIEW_API_KEY"></script> - With jQuery
"VIEW_API_KEY"
in the JS links.
Standard integration.
Important!
If you have integrated jQuery on your site, use the "Without jQuery" JS link.
If you do not have integrated jQuery on your site, use the "With jQuery" JS link.
In order for EvoVR to work, you need the jQuery library, but if you are already loading it on your site, you need to put the javascript link, which is without the jQuery library.
<script src="https://webobook.com/asset/as:VIEW_API_KEY"></script> - Without jQuery
<script src="https://webobook.com/asset/af:VIEW_API_KEY"></script> - With jQuery
"VIEW_API_KEY"
in the JS links.