Facebook custom stories with big Image - Open Graph with Javascript

别说谁变了你拦得住时间么 提交于 2019-12-04 06:20:10

You need to specify a width and a height:

"og:image:width":  1200,
"og:image:height": 650

I haven't tried it with a 630px height, but it appears that it should work and may even be better with a value of 630. See Facebook content sharing best practices.

Try to use an image with 1200X650 as stated instead of 1200X630. as stated on documentation images must keep aspect ratio.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!