Questions tagged [facebook-debugger]
41 questions
16
votes
2 answers
Can we use webp extension image in og:image meta tag?
In my website i have converted all the image from jpg or png to webp but after this my og:image meta tag is unable to fetch images. In facebook debugger i see the following error
The provided 'og:image' properties are not yet available because new
…

Gaurav Aggarwal
- 9,809
- 6
- 36
- 74
6
votes
5 answers
Facebook Not Recognizing Metadata
I'm having trouble getting Facebook to recognize the og:image tag. It seems to scrape correctly, but then I get this warning:
og:image could not be downloaded or is too small
Provided og:image could not be downloaded or is not big enough. Please…

Eric
- 65
- 1
- 1
- 6
4
votes
1 answer
Facebook - Open Graph not detecting meta tags (Gatsby + Netlify)
I deployed a blog using Gatsby + Netlify. I am currently using react-helmet to populate the proper meta tags on each blog post.
For some reason Facebook Open Graph is not detecting the meta tags that belong to the blog and it is defaulting to use…

Carlo Teran
- 89
- 8
3
votes
0 answers
Facebook microdata debugger not picking up OG and while share debug does
As per the title, I'm having trouble getting facebook to pick up my microdata information on my website. I've published both as JSON+LD and OpenGraph, but facebook pixel refuses to read it.
I've tried to change multiple times how I format the…

Maurizio Pozzobon
- 3,044
- 7
- 34
- 44
3
votes
1 answer
The following required properties are missing: fb:app_id
I check and confirm meta tags in my website
But Facebook Developers Debug
still giving error
Missing Properties The following required properties are missing: fb:app_id
How can I fix this error?
Url…

Haseeb Ahmad
- 7,914
- 12
- 55
- 133
2
votes
2 answers
Facebook debugger, Open Graph image tag - Facebook can't process certain images hosted on CloudFront
In the Facebook debugger, scraping the URL "https://www.givingway.com/organization/the-light-and-leadership-initiative" yields the error:
Corrupted Image
Provided og:image URL,…

Ben Carp
- 24,214
- 9
- 60
- 72
2
votes
1 answer
How to include meta tags to React SSR route that have to wait on API call?
I have a server-rendered React project where I'm using React-Helmet to get meta tags from client-side components to the server using Helmet.renderStatic(). I can get facebook crawler to read hard coded meta tags, but can't get meta tags that depend…

kedar reddy
- 291
- 2
- 7
2
votes
0 answers
Random OG Image Tag Facebook
Hello I want to have random og Image every time my link is shared in facebook. Like this website every time it's scrapped new image is found.Will be great if you can help me :) .

Bishal Bhandari
- 49
- 1
- 5
1
vote
0 answers
"Sender action failed" When reacting to facebook message
I am using facebook api to react messages in messenger. This is the api POST request I am…

Yasantha Mihiran
- 41
- 1
- 5
1
vote
0 answers
facebook isn't showing an og:image in debugger, even though it's a 206 code
facebook debugger gives me no errors and a 206 code, but doesn't shows preview — even though an image works well at twitter, vk, telegram and signal
it seems that facebook had problems with https protocol, but it was many years ago — and i use…

Alexander Cherepanov
- 11
- 4
1
vote
0 answers
Facebook crawler/scrape specific port
I have two websites hosted on a single domain on two ports.
1- News site on www.mysite.com
2- Jokes site on www.mysite.com:8082
when I share/debug an url of site-1 then the meta tags are used from site-1 index page and which is needed and works…

Bilal Siddiqui
- 3,579
- 1
- 13
- 20
1
vote
0 answers
Facebook could not load image in meta og:image when share link on Facebook
I try use debug tool and result:
Provided og:image, https:xyz.com/storage/posts/images/1615524371abc.jpg could not be downloaded. This can happen due to several different reasons such as your server using unsupported content-encoding. The crawler…

Myloo Tran
- 35
- 2
- 9
1
vote
0 answers
Facebook crawler cURL: 28 (OPERATION_TIMEOUTED) on AWS CLoudFront
I deployed my site on AWS cloudfront, everything is using https, using postman I have 66ms to download the file but Facebook debugger shows following error:
Curl Timeout The request to scrape the URL timed out.
Error de cURL Error de cURL: 28…

Cristian Sepulveda
- 1,572
- 1
- 18
- 25
1
vote
2 answers
How to change og meta tags dynamically on Sapper.js project
I am working on a Sapper.js with Strapi blog. I want to use share social buttons for sharing each blog post. Do you know how can i change the og meta tags dynamically as each blog post would take his photo and title. I tried with svelte:head but it…

Andrei Buhus
- 11
- 2
1
vote
1 answer
Facebook Scraper: COULDNT_CONNECT to fwdproxy port 8082
Im surprised to see Facebook did not scrape my website for a while and debugging shows an error
COULDNT_CONNECT Failed to connect to fwdproxy port 8082: Connection refused
Why all of sudden Facebook scraper changed their request to port 8082 ? Or…

TAS_KEN
- 13
- 2