Mohamed Atef
Published in : 2021-12-08
Facebook debugger is returning this error and not displaying the preview image “could not be processed as an image because it has an invalid content type”, anyone knows about this error however the og:image content leads to the correct preview image & I added og:image:width & og:image:height,
any suggestions, please? (Reactjs application)
the screenshot attached below
— After many times of trying i figured out the issue ---
I did 2 steps until the image appear in the preview
<meta property="og:image" content="/static/screenshot.jpg" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
Thank you for your support
There is no comments yet
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now