替代 fbml 多好友选择器
由于 facebook 正在弃用 fbml,有人可以向我指出什么可以替代多好友选择器吗?我们使用它来允许 Facebook 用户向他们的朋友发送邀请,让他们了解我们的网站。
Since facebook is deprecating fbml, could someone point me in the direction of what would be the replacement for the multi-friend-selector? We use this to allow facebook users to send invitations to their friends to let them know about our site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想看看 Facebook 的 发送对话框 和 请求对话框。
还有两个您可能感兴趣的 JQuery 插件。第一个是自动完成插件,其中包含 Facebook 主题,第二个是完整的好友选择器插件。我已经在生产中使用了这两种方法:
http://loopj.com/jquery-tokeninput/demo.html(请参阅 facebook主题)
http:// labs.thesedays.com/blog/2011/06/20/the-missing-facebook-interface-component-for-friend-selection/
You might want to have a look at Facebook's Send Dialog and Request Dialog.
There also exist two JQuery Plugins you might be interested in. The first is an autocomplete plugin which includes a Facebook theme and the second is a full friend selector plugin. I already used both on production:
http://loopj.com/jquery-tokeninput/demo.html (see the facebook theme)
http://labs.thesedays.com/blog/2011/06/20/the-missing-facebook-interface-component-for-friend-selection/