FBML:在弹出窗口中显示人员列表的简单方法?
当您进入个人资料页面并单击“朋友”侧栏中的“查看全部”时,您会看到一个简单的弹出窗口,显示您朋友的(分页)列表(及其个人资料图片和姓名)和一个搜索按钮。
我有一个用户 ID 列表,我想以同样的方式显示它们:使用弹出窗口、列表和精美的搜索按钮。有没有简单的方法可以做到这一点,或者我应该手动编写弹出内容(尝试模仿FB布局),然后使用FBJS来显示它? 谢谢。
When you go on your profile page and click on "See all" in the "Friends" sidebar, you come up with a simple popup showing a (paginated) list of your friends (with their profile picture and name) and a search button.
I've got a list of users' ids and I'd like to display them in the same exact way: with a popup, the list and the fancy search button. Is there any simple way of doing this or should I write the popup content by hand (trying to imitate FB layout) and then use FBJS to display it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有简单的方法可以做到这一点。 FB 不提供该功能作为插件或单个 API。但是可以通过使用 FB 使用的 CSS+Javascript 来模仿 UI。
I think there is no simple way to do it. FB doesn't provide the feature as a plugin or single API. But it would be possible to imitate the UI by using CSS+Javascript that FB uses.