1

This code works fine in FireFox but in IE8 fbshare button not showing.

 <div style='float: left;'>
  <script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script>
    <a name='fb_share'></a>
 </div>

http://codebins.com/bin/4ldqp6l

check above link

webCoder
  • 2,192
  • 1
  • 16
  • 29

1 Answers1

1

I think this is deprecated, this has already be answered in these threads:

FB Share button is not being displayed anymore

FB Share button Javascript error in IE8

Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130
  • i found this answers but then how it comes in firefox? – webCoder Nov 16 '12 at 10:08
  • well, i tried your code and got nothing in firefox, for me it does not work in any browser, and i also don´t get any error or warning in the console...could be that some gfx are already in your cache, so it works in your browser...or plenty of other reasons :) - but usually it´s a cache problem if something shows up on one computer and on the other it doesn´t (with the same browser). – andyrandy Nov 16 '12 at 10:10
  • yeah, i see it there. but still, i would just go for the XFBML version (see other threads on stackoverflow). – andyrandy Nov 16 '12 at 11:27