How would someone go about making a "like" or "+1" plugin for their own website? So for example, just like how Facebook and Google+ work, SocialNetwork.com users can embed the Likebox code on their personal website and when a user clicks "like" it'll show up on their profile page on SocialNetwork.com?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
dislikebutton and make it the only option. I'll be your first user. =P – George Jul 28 '11 at 0:17likeboxbutton, associated with an individual user/group. When that button is shared, and is clicked, it would trigger an event on the server end to write to your database, which in turn would feed the users page. That's oversimplifying it, but your question is really hypothetical and not concrete as far as a programming a specific part of the button. – George Jul 28 '11 at 0:51