I'm reading og:image on facebook ogp but I can't see thumbnail

Asked 2 years ago, Updated 2 years ago, 120 views


with cakePHP https://github.com/monsat/Ogp
I am configuring it using the .

1:If you look at the debugger, <meta property="og:image" content="http://[sample.com]/aaa/bbb.jpg"/> is loaded without any problems

2:title and appid, property are also fine

3:Cache cleared and re-scaped many times

4: The image size is big enough.

5—Previously, there was no problem.

However, when I shared it with the share button or pasted a link, thumbnails were not loaded at all.

If you have a similar error in the past and know how to solve it, please let me know.

cakephp facebook facebook-graph-api

2022-09-30 20:47

1 Answers

The first person who shares a piece of content won't see arendered
image
https://developers.facebook.com/docs/sharing/best-practices#precaching

It looks like (the first person to share cannot see the image).

How about using one of the methods listed on the above page?


2022-09-30 20:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.