更改我的网站上的图像像按钮

时间:2012-09-24 14:17:00

标签: image facebook-like

在不使用Javascript SDK的情况下点击我网站上的“赞”按钮后,可以更改用户看到的缩略图?

我目前正在使用这个iframe:

<iframe src="http://www.facebook.com/plugins/like.php?href=www.itsmorethanatextbook.com?show_faces=false" 
        scrolling="no" frameborder="0"
        style="border:none; width:450px; height:80px"></iframe>

希望这是一个简单的问题。 :)

-Eric

1 个答案:

答案 0 :(得分:1)

尝试设置

<meta property="og:image" content="http://YOURWESITE.COM/IMAGE.JPG"/>
<meta property="og:title" content="YOUR WEBSITE TITLE"/>
<meta property="og:url" content="http://YOURWESITE.COM/"/>
<meta property="og:type" content="website" />

在你的HEADER中,用https://developers.facebook.com/tools/debug网址测试你的网站后:)

相关问题