【发布时间】:2012-03-31 01:41:22
【问题描述】:
嗨,我找到了很多有用的答案,如何在墙上分享我的网站链接时强制 Facebook 发布图片(f.e 这个真的很有帮助 Facebook Post Link Image)
但我试图实现相反的事情 =>“当我发布到 fb 墙时,强制 facebook 不要拉任何图像”
我想出的唯一解决方案是设置所有打开的图形元标记并将图像标记设置为空白
<meta content='' property='og:description'>
<meta content='' property='og:image'>
<meta content='MyTest app' property='og:site_name'>
<meta content='http://example.eu' property='og:url'>
<meta content='website' property='og:type'>
<meta content='10000123456789' property='fb:admins'>
<meta content='Movies and music' property='og:title'>
但是在facebook url linter我得到了
Object at URL 'http://example.eu/' of type 'website' is invalid because the given value '' for property 'og:image:url' could not be parsed as type 'url'.
那么如何强制 facebook 不拉任何 img ?
【问题讨论】: