通过 Gmail 或 Facebook 邀请朋友的最快方式?
我正在尝试找到最快的方法来实现一个简单的功能,该功能允许某人从我的网站邀请 Facebook 或 Gmail 朋友。
所以基本上我网站上的用户会进入某个页面,然后可以选择“邀请朋友”。我想要的是能够快速、轻松地从 Facebook 好友列表中选择邀请或在 Gmail 中选择联系人。理想情况下,他们会开始输入自己的名字,然后会自动填写他们的 Gmail 联系人或 Facebook 联系人。显然没有什么可以同时做到这两点,但我想知道这样的事情是否可以通过 Gmail 联系人或 Facebook 好友实现?
谷歌可能的解决方案?
http://code.google.com/apis/contacts/docs /poco/1.0/developers_guide.html
i'm trying the find the quickest way to implement a simple feature that allows someone to invite a facebook or gmail friend from my website.
so basically a user on my website gets to a certain page and then has the option to "invite a friend". what i want is the ability to quickly and easily choose from a list of their facebook friends to invite OR contacts in their gmail. ideally they would start typing their name and it would auto complete with their gmail contact or facebook. obviously there's nothing that does both, but i'm wondering if such a thing is even possible with either gmail contacts or facebook friends?
possible solution for google?
http://code.google.com/apis/contacts/docs/poco/1.0/developers_guide.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 为此目的提供了“发送”按钮:https://developers.facebook.com /docs/reference/plugins/send/ [edit] 还有一个组合的 Like + Send 按钮 - https://developers.facebook.com/docs/reference/plugins/like/ [/edit]
它允许用户通过 Facebook 消息发送指向您页面的链接,或通过电子邮件发送到任何电子邮件地址,
并使用正确的元标记 ( https://developers.facebook.com/docs/opengraph/ )您可以控制收件人如何查看链接,并深入了解您页面的分享活动
Facebook provides the 'Send' button for this purpose: https://developers.facebook.com/docs/reference/plugins/send/ [edit] There's also a combined Like + Send button - https://developers.facebook.com/docs/reference/plugins/like/ [/edit]
it allows users to send a link to your page via Facebook messages, or by email to any email address
With the right meta tags ( https://developers.facebook.com/docs/opengraph/ ) you control how the recipient sees the link, and get Insights on the share activity of your page