我在 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 上显示带有图像缩略图的类似内容,如果可能的话,还有其他信息(网站标题、描述等)?