facebook comment plugin doesn't works good on Safari browser, it appears to the side and can't see it within the tab. Anyone know? Know how to fix it?
Its work but appears to the left side even I set to right, then in the tab do not see the comment plugin. It happens only in the Safari browser
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/he_IL/all.js#xfbml=1&appId=*****";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<img src="image.jpg"/><br/>
<div class="fb-comments" data-href="the link..." data-num-posts="5" data-width="800" align="right"></div>
It is important to note that it works well in all other browsers thank's