Quote:
Originally Posted by hubie
Here's a fix of IE issue changing some code. With this code the button is now displayed in IE browser.
Please let me know if it's working properly.
Code:
<div id="fb-root"></div> <script>
window.fbAsyncInit = function() {
FB.init({
appId : '100673979977717',
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" />
*Note: If you use the appId that appears in the code above, you'll get an interesting effect 'onmouseover' with the title of thread.
|
I'm using the second bit of code from the original post, which works AOK in firefox, where do I go about putting the IE code pasted above?
Also, I notice some threads properly relay their title to Facebook, but some do not
I'm using VBSeo, so thought it might be that, but it seems odd that two threads in the same forum, have different results.