Facebook喜欢Button问题

时间:2011-07-26 02:37:02

标签: html facebook

我已经在朋友的父母主页上添加了一个类似Facebook的按钮,但问题是,当有人喜欢这个链接时,在Facebook页面上,它会在Facebook上显示不同的标识(奥地利人)国旗而不是澳大利亚人)。类似按钮的代码是

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=17923769214223454&amp;xfbml=1">    
</script>
<fb:like href="http://www.velumount.com.au/en/" send="false" layout="button_count" width="450" show_faces="true" font="">
</fb:like>

我把它放在网站上 - http://www.velumount.com.au/en/

1 个答案:

答案 0 :(得分:4)

你必须设置元标记:图像,即在头部放置类似

的内容
<head>
     <meta property="og:image" content="http://www.velumount.com.au/config/logo-en.gif" /> 
</head>

顺便说一句,您随时可以使用Facebook URL linter

查看链接的外观
相关问题