0

We are using large image 1920x1080 but after sharing the URL on Facebook, it still shows the small square instead of large image.

We defined og:image

 <meta name="og:image" content="https://s3.eu-central-1.amazonaws.com/marketingminer-multimedia/link building průzkum mezi specialisty_1920x1080.png">

And tried the Facebook debugger (but not helped): https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.marketingminer.com%2Fsk%2Fblog%2Flink-building-pruzkum-mezi-specialisty.html

URL: https://www.marketingminer.com/sk/blog/link-building-pruzkum-mezi-specialisty.html

What should be the problem?

Forlis
  • 177
  • 2
  • 3
  • 12
  • 1
    One thing to check is your image file’s Content-Type on S3. When I enter the URL for your image into my browser, the browser asks if it should download the image (rather than just displaying the image). In looking at the header file for the image, it’s listing the Content-Type as application/octet-stream rather than the normal image/png. – Rich DeBourke Aug 29 '20 at 23:33

2 Answers2

0

Try placing the image on the same domain.

0

Changing the Content-Type on S3 to image/png helped :)

Forlis
  • 177
  • 2
  • 3
  • 12