Quote:
Originally Posted by cdoyle
hmm, I still can't get this to work in IE.
I am now using this
Code:
<if condition="$post[postcount] == 1 AND !in_array($GLOBALS[forumid], array(40, 39))">
<div id="fb-root"></div> <script>
window.fbAsyncInit = function() {
FB.init({
appId : 'xxxxxxxxxxxxxx',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script> <fb:like layout="standard" show_faces="true" width="300" action="like" colorscheme="light" />
</if>
seems to work fine in FF, but IE nothing appears at all? Any ideas?
|
I did same thing and have same problem....still nothing to show in IE.