How to publish my project in the web.

Q&A about the latest versions
Post Reply
diegotrevino
Posts: 5
Joined: Tue Mar 31, 2020 12:47 pm

Hello everyone.

I am new with Pano2VR. I just finished my first project, but I still dont understand how to export it to my web...

Can you help me?

Thanks

Diego
User avatar
Hopki
Gnome
Posts: 13015
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Diego,
Do you have a website?
If so where is it hosted?
Do you have access to that hosting?

If the answer is yes to all the above then you can upload the output folder to your host provider.
Then link to the output folder.

The output folder can be renamed but none of the files inside.
To embed to a webpage you can use an iframe, here is an example:

Code: Select all

<iframe src="panoramas/output" width="100%" height="100%" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" frameborder= "0" ></iframe>
Note the source (src) points to a folder called panoramas, then to the output folder.
You would, of course, change the path to work with your website.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
diegotrevino
Posts: 5
Joined: Tue Mar 31, 2020 12:47 pm

Thank you!

Yes, i do have a site, hosted by godaddy and another one hosted by bluehost.
Yes, I can access both.

My output folder is the one created when I pressed the "generate output" button. Right?

Thanks again

Diego
User avatar
Hopki
Gnome
Posts: 13015
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Diego,
Yes, as an FYI, you can rename the output folder but not any of the files inside.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
diegotrevino
Posts: 5
Joined: Tue Mar 31, 2020 12:47 pm

Thank you!

Finally I do have the VT in my webpage... https://hiperfocalmedia.com/Diego

I know nothing about programming, but the guy who helps me with it put it there. And it is working well for a horizontal phone, but bad for a CPU or just using my phone vertically.

Any guides?

Thanks

D
Post Reply