Hi guys, one problem for me.
I put this code in the Showthread
Code:
<div id="fb-root"></div> <script>
window.fbAsyncInit = function() {
FB.init({
appId : '116209095073446',
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/it_IT/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script> <fb:like layout="standard" show_faces="false" width="300" action="like" colorscheme="light" />
and the Like button is nicely displayed next to the Post Reply, but I have some problems:
1) IE doesn't show anything
2) If I press the Like button and I go in my facebook wall, it doesn't show the infos of the thread.
No thread title, no thread url, no thread description.
What should I do?