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 + '&layout=standard&show-faces=true&width=550&action=like&font=arial&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:550px; height:25px"></iframe>');
}
fblike();
</script>