1

我在我的页面中插入了一个类似框,但我遇到了问题。

<fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" show_faces="false" border_color="#befcbe" stream="false" header="true" height="140"></fb:like-box>

已加载喜欢框,但缺少 facebook 标头。您可以在http://termeszetbolond.hu的左侧中间看到此代码的结果

请帮忙... :)

4

1 回答 1

1

try: 默认情况下 show faces 是 false 所以需要声明它,和 stream 一样。

<fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" header="true" height="140"></fb:like-box>
于 2011-10-09T15:09:05.653 回答