Skip to content
W WikiWalls
More 360
More

Here’s How to Get your 360 image Properly rendered on Facebook

Bestiumpro Team · Administrator
December 11, 2017 5 min read Subscribe

VR and AR changed how we look at photos for a while, but the annoying part never really changed. You shoot a proper 360 photo, upload it, and Facebook shows two ugly circles or a stretched panorama instead of something you can drag around.

⚡ TLDR

If your 360 photo isn’t displaying properly after upload, the file usually lacks the right 360 metadata. Stitch the image first, then add the equirectangular projection tag with ExifTool. This is for anyone moving 360 photos from a camera to a computer and wondering why social platforms won’t recognize them correctly.

I still remember the first time this happened to me. It was late, I had just copied my trip photos from a Samsung Gear 360 to my computer, and I thought the hard part was over. Then Facebook turned my photo into a mess. Two circles at first, then one long panorama. Properly irritating.

The weird thing was, I had uploaded from my Samsung phone before and it worked fine. From the PC, same camera, same kind of photo, completely different result. That’s what sent me down the rabbit hole.

After digging through Facebook’s 360 photo documentation and testing a few files myself, I found the real issue. The image needs valid 360 metadata, usually the equirectangular projection tag. Without that, platforms often treat it like a normal panoramic image.

If you’re dealing with an older 360 camera workflow, this is still one of the simplest fixes.

Why Facebook or other platforms fail to detect your 360 photo

A stitched 360 image may look correct on your computer and still fail online. That’s because visual appearance alone isn’t enough. The file also needs metadata telling the platform it’s a 360 image.

In plain English, the platform needs a label inside the file that says: this is an equirectangular 360 photo, render it as an interactive sphere.

If that label is missing, you usually get one of these problems:

  • Two separate lens circles
  • A flat panoramic strip
  • No 360 interaction at all
  • Incorrect aspect handling after upload

What worked for me

My process was simple. I stitched the images first, then added the missing metadata with ExifTool using Terminal on Mac or Command Prompt on Windows.

Back when Samsung’s old desktop tools were more common, this came up a lot. And honestly, even now, if you’re using older gear, exporting through a less polished app, or editing the image before upload, metadata can still get stripped.

Step 1: Stitch the photo first

Before adding metadata, make sure your image is already stitched into a single panoramic 360 file.

  1. Transfer the photos from your 360 camera to your computer.
  2. Stitch them using the camera maker’s software or any tool that exports a full 360 image.
  3. Save the final stitched file somewhere easy to access, like your Desktop.

If your file still looks like two circles from both lenses, it is not stitched yet. Fix that first.

Step 2: Download ExifTool

Next, download ExifTool and install it on your Mac or Windows PC. It’s still one of the most reliable tools for editing image metadata without doing anything fancy.

If the site layout looks a bit old-school, that’s normal. The tool works.

Step 3: Open Terminal or Command Prompt

Now open the command line tool for your system:

  • Mac: Open Terminal from Spotlight
  • Windows: Open Command Prompt or PowerShell

If you’ve never used the command line before, don’t stress. For this job, you only need one folder and one command.

Step 4: Go to the folder where your stitched photo is saved

Move into the folder containing your image file.

For example, if the photo is on your Desktop, you can use:

Mac or Linux:

cd ~/Desktop

Windows:

cd Desktop

You can also list files in the current folder to make sure you’re in the right place:

ls

On some Windows setups, this also works in PowerShell. In classic Command Prompt, you can use:

dir

If your folder name has spaces, wrap it in quotes. Small detail, but it saves a lot of headache.

Step 5: Add the 360 metadata tag

Once you’re in the right folder, run this command:

exiftool -ProjectionType="equirectangular" photo.jpg

Replace photo.jpg with your actual file name.

That command writes the projection metadata that tells platforms the image is a 360 photo.

One important thing. ExifTool often creates a backup copy of the original file automatically. So if you see an extra file after running the command, that’s normal.

Quick example

If your image is named trip-view.jpg, the command would be:

exiftool -ProjectionType="equirectangular" trip-view.jpg

After that, upload the edited image again and check whether Facebook or your target platform recognizes it properly.

What the workflow looks like at a glance

Step What you do Why it matters
1 Transfer images from the 360 camera You need the original files on your computer
2 Stitch them into one panoramic image Unstitched dual-lens files won’t render correctly
3 Open Terminal or Command Prompt This lets you run ExifTool
4 Go to the image folder ExifTool needs the correct file path
5 Add ProjectionType="equirectangular" This tells platforms the file is a 360 image
6 Upload the updated file again You can verify whether rendering now works

A few things people usually miss

  • Editing apps can strip metadata. If you edited the image after stitching, the 360 tag may have been removed.
  • Wrong file name in the command. Even one missing character breaks it.
  • You’re tagging the wrong file. Make sure it’s the final stitched export, not the raw lens capture.
  • The platform changed support. Some social sites handle 360 media differently now than they did years ago, so always test with one file first.

Best practical fix if you’re using older 360 camera files

If I were doing this today, I’d still use the same basic approach for problem files. Stitch first. Tag with ExifTool. Upload again. Simple and boring, which is usually what works.

I used to think the camera software would handle all of this automatically every time. It doesn’t. Especially with older exports. That’s the trap.

Preview example

Here’s the original embedded example of a published 360 post:

If your upload still doesn’t render correctly after adding the metadata, the problem is usually one of three things: the image wasn’t stitched properly, the metadata didn’t save to the correct file, or the platform changed how it handles 360 uploads.

If it was my photo and my time, I’d check the stitched export first, then verify the ExifTool command, then re-upload a fresh copy. That order saves the most frustration.

And yeah, this stuff is more fiddly than it should be. But once you fix one file, the rest get much easier.

Written by

Bestiumpro Team

Welcome to wikiwalls

Follow