我正在尝试在我的网页上实现类似 facebook 的框。我从 facebook 页面获取代码。这是代码:
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FQue-Quieres%2F125395724210421&width=350&height=258&colorscheme=light&show_faces=true&border_color=%23fff&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:258px;" allowTransparency="true"></iframe>
该页面有超过 100 个喜欢(粉丝),但在框中它有时只显示 4 个用户或 5 个用户。当我将高度更改为 800 像素时,我可以看到更多的面孔 (18),但盒子看起来就像地狱……高度太高了。谢谢 !