Did that already ,removed the condition but still the same..
any other suggestions?
--------------- Added [DATE]1337028323[/DATE] at [TIME]1337028323[/TIME] ---------------
Found this code on facebook developers:
Code:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="true" data-width="450" data-show-faces="false"></div>
Is that doing the same action? or the one in vbulletin connected somehow with the integration between vbulletin and facebook?