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.

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?

share|improve this question
2  
Social networks are too positive, IMHO. Not enough chances to share your own true feelings. You should instead create a dislike button and make it the only option. I'll be your first user. =P – George Jul 28 '11 at 0:17
How would you go about creating a dislike button? :P – Jonny Jul 28 '11 at 0:28
1  
Might knit a tighter community, studies show that relations based on shared dislike/hatred of a subject are often tighter and last longer. – Wrikken Jul 28 '11 at 0:29
1  
@Jonny This is actually a pretty loaded question. Essentially, you'll need to generate a unique code per likebox button, 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.