If you have web hosting service (or have a server yourself and do self hosting), sharing your 360 photos is a breeze
Inspired by this post https://lemmy.world/post/1320183 (too bad the fediverse doesn't yet offer a good way to link posts but stay in your own instance) plus a need to share my 360 pictures to a only a specific group of people, I went to ChatGPT for help and very quickly ended up with a working website that can show a pre-defined set of 360 pictures.
So basically a static web page with one single purpose of showing a number of 360 pictures.
Dunno if anyone else is interested, so if there is at least one comment here with a request, I will post the .html code here to save you time.
Yeah, I'd love to see the code, or even if you have it up in a repo
The .html is so short. I will just post it here below.
And you also need two .js files to be in the same folder. Download panolens.min.js here - click on Documentation then the 2nd link under 'getting started'. Download three.min.js here - you need to pick version "105" and download that one.
Put your pictures in the same folder. Take a look at the code, and change the lines to reflect the picture filenames, and also the initial picture to load. (or improve the code to look for appropriate files in a specific folder then create the dropdown list accordingly...)
Here is the code: