我正试图找到如何控制Facebook在我的页面上“喜欢”某些内容时在访客墙上发布的信息。
我使用按钮和php的XFBML版本来生成按钮URL等。按钮的一个实例如下所示:
<div id="fb4" class="fb-like" data-href="<?php echo $url; ?>" data-send="false"
data-layout="button_count" data-width="450" data-show-faces="true"
data-font="trebuchet ms"></div>"
$ url是网页的网址http://www.nightscene.gr/index.php?page=news&postid=11。
如何定义发布在用户墙上的文字和图片?
<meta name="description" content="text_here"/>
<meta property="og:description" content="text_here"/>
似乎没有工作,虽然这就像按钮文档所说的那样。
与
相同<meta property="og:image" content="path_to_image_here" />
任何帮助?
答案 0 :(得分:2)
您的说明标记可能无效,因为它是og
,而不是pg
。
使用Facebook Debugger清除Facebook的缓存并弄清楚为什么没有拿起东西。它通常会提供有关您缺少的有用信息。