Quote:
Originally Posted by mikelangelo2005
I have a problem with this mod that is not how to fix yet, read the 13 pages of answers that are here and not find a solution.
I have installed the version XFBML. But the problem button "like" is that sometimes appears and sometimes doesn?t appear, not even reloading the page immediately appears.
Any solution?
www.motofanaticos.com
My code
Code:
<if condition="THIS_SCRIPT =='showthread'">
<div id="fb-root"></div> <script>
window.fbAsyncInit = function() {
FB.init({
appId : '103900849703235',
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/es_LA/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script> <fb:like layout="standard" show_faces="true" width="338" action="like" colorscheme="light" />
</if>
<br>
|
Facebook will give you updated code if you get it directly from their website:
http://developers.facebook.com/docs/.../plugins/like/
Quote:
Originally Posted by 4Play
will this mod work for vB 4?
|
VB4 has a Facebook Like button built in, it just needs to be enabled.