我在我的Fancybox的iFrame中使用类似Facebook的按钮,对于我使用Zenphoto的网站。这似乎只是让类似按钮显示在Fancybox中。
代码:
this.title += '<iframe src="//www.facebook.com/plugins/like.php? href=http://www.dagloos.com' + this.href + '&layout=button_count&show_faces=false&width=500&action=like&font&colorscheme=light&height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:20px;" allowTransparency="true"></iframe>';
当有人现在点击“赞”按钮时,会在Facebook页面上显示空白状态,并显示直接的img网址。我将og标签添加到我网站的标题中,但在喜欢的时候它并没有抓住它们。可能是因为iFrame版本已经过时了。
我怎么能在Facebook上显示喜欢的图像缩略图,如果可能的话,还有其他信息(网站标题,desc等)?
答案 0 :(得分:1)
<iframe src="http://www.facebook.com/widgets/like.php?href=type in ur web address here"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
在href后输入您的网址