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);
}());
