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.

Is there any tutorial to develop facebook like button?

update: maybe its better to limit with a like button

share|improve this question
How much do you already know about web development? If the answer is anything other than "a lot" then you'll probably need a lot more experience to build something this complicated. And if the answer is "a lot" then you should let us know what you already have experience in so we can help with the other bits – Gareth Oct 19 '11 at 16:41
@Gareth not alot, but I can implement this functionality by some help. the most confusing part for me is after getting info, closing popup and bookmark that page – ali.cia Oct 19 '11 at 16:43

2 Answers

Use this code

 <div class="fb-like" data-href="URL OF YOUR SITE" data-send="true" data-width="450" data-show-faces="true"></div>
share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.