Preview

This is how your link will appear when shared on Threads.

The preview is generated from your page's Open Graph meta tags.

OpenGraph+
OpenGraph+

Image specifications

Images that don't meet platform requirements may be cropped incorrectly, rejected, or displayed at poor quality.

Each platform has different specifications. Make sure your image meets Threads's requirements shown below.

URL
https://opengraphplus.com/api/websites/v1/MDBKWnFuMG9mWkVwQnV2N0lsMzBrQTrllIUf3PcTkzJvZK6ZXOvj/image?url=https%3A%2F%2Fopengraphplus.com%2F
Width
2,400px
Recommended: 1,200px
Height
1,260px
Recommended: 630px
Aspect Ratio
1.9:1
Recommended: 1.9:1
Format
image/png
Recommended: image/jpeg, image/png, image/webp, image/gif
File Size
497 KB
Recommended: Under 5 MB

Meta tags

Open Graph tags control how your content appears when shared on social media platforms like Facebook, Twitter, and LinkedIn.

Missing or incorrect tags can result in broken previews, missing images, or unappealing shares that reduce click-through rates.

PropertyYour Tags
TitleOpenGraph+
Description
URLhttps://opengraphplus.com/
Typewebsite
Site NameOpenGraph+
Locale

Page request

When you share a link on Threads, it sends a server-side request, not a browser, to fetch the page's HTML and read the meta tags. This is the request it makes.

curl -vL \
  -H 'User-Agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)' \
  -H 'Accept: */*' \
  -H 'Accept-Encoding: deflate, gzip' \
  'http://og.plus'

Image request

After reading the meta tags, Threads makes a separate request to download the image. Some platforms use a different User-Agent or Accept header for images.

curl -vL \
  -H 'User-Agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)' \
  -H 'Accept: image/*' \
  'https://opengraphplus.com/api/websites/v1/MDBKWnFuMG9mWkVwQnV2N0lsMzBrQTrllIUf3PcTkzJvZK6ZXOvj/image?url=https%3A%2F%2Fopengraphplus.com%2F'