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.

I have a normal HTML Page, and i want to integrate Facebook Like Plugin.

I went to http://developers.facebook.com/docs/reference/plugins/like/

and got the code as

enter image description here

the code sample is as follows:-

enter image description here

But i can only see a blank page...

Please let me know my issue...

Thanks in advance

share|improve this question
I don't get it... After 2+ years people give -ve votes for a question without even proper comments.. Negative vote cast are heartily welcomed, just have the courtesy to justify it after 2 years or more.. cheers... Strange!!! – SDG Apr 5 at 17:47

closed as too localized by slugster, Bill the Lizard Apr 8 at 1:01

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

You probably should be using a Like Box instead of a Like Button if your target is a Page on Facebook.

If there are demographic restrictions on your 'Finish Line' page or the page is unpublished it won't work properly with the Like Button

  • Does it work in some browser but not others?
  • What do your debug tools show?
  • Is there a request to Facebook to load the Like Button iframe?

There's really not enough information here to help you properly.

share|improve this answer
up vote 0 down vote accepted

It was just because of js.src="//connect.... " to be changed to http://connect....

It was strange, that people marked it "-ve" but no one out of them bothered to answer the question!

Apologies for the silly mistake!

share|improve this answer

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