Hello the forum,
A friend builds a site from A to Z, he codes it entirely, he wants to put my virtual tours on his site, given that the proposed plugins are not for him, what should I do or how should I record my visits for him so that he can exploit them on his site?
Thank you for your help.
Alain
Recording a visit
-
- Posts: 74
- Joined: Mon Feb 10, 2020 3:36 pm
- Contact:
Il vaut mieux un qui sait que cent qui cherchent.
Hello Alain,
There is a certainly a solution by hosting the project on amazon S3 server.
There is a tuto from Tony Redhead which ends like this :
Finally to embed the project into a web page an iFrame is a great option. In this tutorial, the panorama example at the top of the page has been embedded using the following code;
<IFRAME src="https://s3.ap-southeast-2.amazonaws.com ... index.html" width="100%" height="490" frameborder="no" scrolling="no" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></IFRAME>
Find more explaination here : https://tonyredhead.com/amazon-s3/configure-s3-360
Regards
Laurent
There is a certainly a solution by hosting the project on amazon S3 server.
There is a tuto from Tony Redhead which ends like this :
Finally to embed the project into a web page an iFrame is a great option. In this tutorial, the panorama example at the top of the page has been embedded using the following code;
<IFRAME src="https://s3.ap-southeast-2.amazonaws.com ... index.html" width="100%" height="490" frameborder="no" scrolling="no" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></IFRAME>
Find more explaination here : https://tonyredhead.com/amazon-s3/configure-s3-360
Regards
Laurent