简体   繁体   English

Facebook在共享页面上未显示缩略图

[英]Facebook is not showing Thumbnail Image on share page

I am trying to share my video on facebook, it is sharing fine but video thumbnail is not showing on the share page. 我正在尝试在Facebook上共享我的视频,共享很好,但是共享页面上没有显示视频缩略图。

my code is : 我的代码是:

window.open("http://www.facebook.com/sharer.php?s=100&p[url]=" + inv_getlocation() + "&p[title]=" + shareTitle + "&p[summary]="+ shareDesc + "&p[images][0]=" + shareThumb);

If anyone have any idea about this, please share. 如果有人对此有任何想法,请分享。

I have made some chnages in my images, which I'm using for thumbnail image, now some posts shows thumbs and some doesn't show any thumb, if someone faced this type of problem please share. 我在图片中做了一些改动,用于缩略图,现在有些帖子显示了大拇指,有些则没有显示,如果有人遇到此类问题,请分享。

You can go through this link for more information. 您可以通过此链接获取更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM