1

有什么方法可以在 Facebook 上显示有限的头像,比如 box 插件?

假设我只想显示 5 个头像?

我正在使用 Facebook 的类似框的 HTML 版本,即我的用户data-show-faces="true"

4

3 回答 3

4

更改面数的唯一方法是在 like-box 插件上设置高度。

https://developers.facebook.com/docs/reference/plugins/like-box/

Take the following height examples:

250px or less, you get 5 faces,
251px-303px is 10 faces.
304px-356px is 15 faces
357px-409px is 20 faces

And so on in multiples of 53px = 5 additional faces.
于 2013-06-13T00:13:15.730 回答
2

不, Like Button 插件的“show_faces”参数的唯一选项是 true 和 false

于 2012-11-20T22:52:47.780 回答
0

不,您不能限制小部件中显示的面数。您在这里拥有所有信息:

http://developers.facebook.com/docs/reference/plugins/like/

于 2012-11-20T22:59:41.587 回答