我有一个用PHP编写的网站,我在其上有一个facebook评论框和一个类似FB的框。当一个人点击相似的框时,会在用户时间轴(通常)中发布“消息”,并在元标记中找到与其一起发布的详细信息。但是,当用户评论时,仅发布与网站的链接以及评论而不是图像。我该如何解决这个问题?
这些是我的元标记:
<meta property="og:title" content="Example.com" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://Example.com/" />
<meta property="og:image" content="http://example.com/images/logo.png" />
<meta property="og:site_name" content="Example.com" />
<meta property="og:description" content="We create magic for you on the Internet."/>
答案 0 :(得分:1)