开发者

Getting Facebook Like button to not show any image

开发者 https://www.devze.com 2023-03-03 03:20 出处:网络
I was wondering if it is possible to have the post that the like button shows on the facebook feed not show any 开发者_如何学Goimage but rather just a link like it used to. I don\'t think so, but you

I was wondering if it is possible to have the post that the like button shows on the facebook feed not show any 开发者_如何学Goimage but rather just a link like it used to.


I don't think so, but you can try setting your og:image meta take a blank image:

<meta property="og:image" content="http://www.domains.com/img/spacer.gif" />

The test it here to see if it's being pulled properly: http://developers.facebook.com/tools/lint/

0

精彩评论

暂无评论...
验证码 换一张
取 消