Bunun için eklenti kullanmanıza gerek yok bence.Wolkanca'nın paylaştığı şu kodu kullanabilirsiniz.
<script type="text/javascript">
sayfa_adres = '<?php echo urlencode(get_permalink($post->ID)); ?>';
function fblike() {
document.write('<iframe src="http://www.facebook.com/plugins/like.php?href='+ sayfa_adres + '&amp;layout=standard&amp;show-faces=true&amp;width=550&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:550px; height:25px"></iframe>');
}
fblike();
</script>