Using Google Maps or Mapillary
You can post <iframe>
's of your panoramas directly from Google Maps and Mapillary in the forum.
To do this, go to either of these services and select share / embed to get the iframe embed code. All you need to do then is simply paste the iframe code into the body of your post.
Using Trek Viewer (for images on your local machine)
If your images are not on one of these services, you can upload the photo directly to the forum and use it in custom iframe. It’s fairly straightforward to do this.
First, upload your photo to the forum by clicking the image icon. Note, there is a max image upload size of 30mb. Please use a cloud service (e.g. imgur) if your panoramas are larger than this.
After doing so you will see the uploaded photo on the right hand side. Right click the image and select “Copy image address” (or similar).
The copied URL will look something like this:
https://kindling.campfire.trekview.org/original/1X/FILENAME.jpeg
Now you need to copy the iframe code below, making sure to replace the placeholder YOUR_UPLOADED_IMAGE_PATH
found at the end of the code snippet with the URL of your newly uploaded panorama.
<iframe width="600" height="400" allowfullscreen style="border-style:none;" src="https://kindling.campfire.trekview.org/static/trekviewer.htm#panorama=YOUR_UPLOADED_IMAGE_PATH&autoLoad=true"></iframe>
Once updated you can paste the iframe code into your post. For reference, the final code will look something like this:
<iframe width="600" height="400" allowfullscreen style="border-style:none;" src="https://kindling.campfire.trekview.org/static/trekviewer.htm#panorama=https://kindling.campfire.trekview.org/original/1X/FILENAME.jpeg&autoLoad=true"></iframe>
Using other services
Note, any other iframe sources in addition to the above are blocked for security reasons. Please PM me if you use a different service that supports iframe embedding and I can add it to the approved list.