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 added a facebook like button in my site but it is not working in firefox and IE .

But there is no issue in chrome and safari

This is the code

<div class="like-btn">

`

<div id="fb-root"></div>

<script type="text/javascript">

(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
 document.getElementById('fb-root').appendChild(e);
}());

share|improve this question
1  
Please accept some answers for your previous 9 questions. 0% acept rate does not look good. – Shoban Sep 3 '12 at 7:35
how to accept answers – user1505907 Sep 3 '12 at 8:01
You should see a tick marker around the voting buttons (on the left side, near the up and down arrows). Always strive for as big of an accept ration as possible. – Claudiu Sep 3 '12 at 12:00

1 Answer

up vote 1 down vote accepted

the attribute: xmlns:fb="http://www.facebook.com/2008/fbml" is mentioned as a "must be used" in the Facebook Connect documentation. Some pointers here.

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.