将用户评论发送到 Twitter、Facebook、LinkedIn
我有一个基于会员的网站,带有类似于 Facebook 的墙,其工作方式与 Facebook 的墙相同。我想让用户可以选择将他们在网站上分享的任何内容发送到 Twitter、FB 和 LinkedIn,并带有复选框,例如...
在此输入您的消息。
这是一条用户留言
☐ 如果您想在 Twitter、FB、LinkedIn 上分享,请勾选此处
然后用户可以决定勾选哪些框,然后点击发送。
提交到该网站后,相同的消息也会发布到他们勾选的任何网站上。
我不期望完整的代码,但我想知道从哪里开始;即我应该谷歌什么?
I have a member based site with a Facebook-like wall that works the same way as Facebook's does. I would like to give the user an option to send whatever they share on the site to Twitter, FB, and LinkedIn with check boxes, like...
Type your message here.
This is a user message
☐ Check here if you would like to share on Twitter, FB, LinkedIn
The user can then decide which boxes to tick and then hit send.
After submission to the site the same message is also posted to whatever sites they ticked.
I don't expect full code but I would like to know what to start with; i.e. what should I google?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 Facebook、Twitter 和 Linkedin API。
这些是开始的好地方:
希望这对您有所帮助。
快乐编码!
You need to use Facebook, Twitter and Linkedin APIs.
These are the good places to start with:
Hope this was helpful.
Happy coding!