Why do Facebook followers not shown in Safari & IE8?
Posted
by Vaibhav Bhalke
on Stack Overflow
See other posts from Stack Overflow
or by Vaibhav Bhalke
Published on 2010-06-02T09:19:44Z
Indexed on
2010/06/02
10:03 UTC
Read the original article
Hit count: 248
Hello Everybody
We integrated facebook in our web application [Java GWT].
Facebook page followers shown in Mozila firefox 3.07 and Google :) but not shown in Safari and IE8 :(
we used following script in our Java coding to show facebook page followers[Like]:
<script type='text/javascript' src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US'></script>
<script type='text/javascript'> FB.init('MY_APP_ID');</script> <fb:fan profile_id=\"MY_PAGE_ID\" stream=\"0\" connections=\"10\" logobar=\"0\" width=\"244\" height=\"240\" css='http://127.0.0.1/myWebApplicationName/facebook.css?1'></fb:fan>
What's the problem?
What changes will need to fb page followers in all browser?
Is there any solution to Show facebook page followers to All browser?
Thank you in Adavance !!!
© Stack Overflow or respective owner