Para SMF série 2.0 só!
Themes/default/index.template.php
Pesquisar
<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
Adicionar antes
<meta property="fb:admins" content="YOUR FACEBOOK USER ID NUMBER GOES HERE"/>
Ponha o seu facebook NÚMERO DE ID DO UTILIZADOR AQUI com o seu facebook.
Themes/default/Display.template.php
Pesquisar
// Maybe they want to report this post to the moderator(s)?
Adicionar antes
//Facebook Comments
if ($message['id'] == $context['topic_first_message'])
echo'
<br /><br />
<div id="fb-root"></div><div align="left"><script src="http://connect.facebook.net/en_US/all.js#appId=APP_ID&xfbml=1"></script><fb:comments href=', $scripturl, '?topic=', $context['current_topic'], ' num_posts="2" width="500"></fb:comments></div>';
//Facebook Comments