Send user comment to Twitter, Facebook, LinkedIn [closed]
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.开发者_StackOverflow..
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?
You need to use Facebook, Twitter and Linkedin APIs.
These are the good places to start with:
- Facebook: http://developers.facebook.com/docs/reference/api/
- Twitter: http://dev.twitter.com/doc
- Linkedin: http://developer.linkedin.com/community/overview
Hope this was helpful.
Happy coding!
精彩评论