I have configured my website so that it has the facebook like button on each blog post. I don't remember making any changes breaking this, but it's suddenly not working for me. The button just does not appear.
The full page is at http://lastyearswishes.com/blog/view/4d80169e4aa5d8050d716c94 (it should appear right under "posted: ..")
The relevant code however is this:
<head>
...
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1">
</script >
</head>
...
<fb:like href="http://lastyearswishes.com/blog/view/4d80169e4aa5d8050d716c94" layout="button_count" show_faces="false" width="450" font="lucida grande"></fb:like>
I am not seeing any kind of error messages either.