0

我在 Fancybox 的 iFrame 中使用 Facebook 之类的按钮,我的网站使用 Zenphoto。这似乎是让 Fancybox 中出现点赞按钮的唯一方法。

编码:

    this.title += '<iframe src="//www.facebook.com/plugins/like.php?    href=http://www.dagloos.com' + this.href +         '&amp;layout=button_count&amp;show_faces=false&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:20px;" allowTransparency="true"></iframe>';

当有人现在点击点赞按钮时,Facebook 页面上会显示一个空白的点赞通知,并带有直接的 img 网址。我将 og 标签添加到我网站的标题中,但喜欢时它不会抓住它们。可能是因为 iFrame 版本已过时。

我怎样才能让它在 facebook 上显示带有图像缩略图的类似内容,如果可能的话,还有其他信息(网站标题、描述等)?

4

1 回答 1

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之后在这里输入你的网址

于 2012-08-22T11:00:39.503 回答