I encountered a problem on facebook where my like button does not appear sometimes and in iframe the chance that it won't appear is higher.
Well, I just added the script for fb like using xfbml declared xmlns:fb="http://ogp.me/ns/fb# part and etc. Then used this code for my like button:
<fb:like href="MY_URL_HERE_1" send="false" layout="button_count" show_faces="true"></fb:like>
and then I used the same code with different a URL for another like button 4 times. My other work works fine which has only one button, but on the page where I used 5 like buttons the problem then happens.
Anyone knows how to solve this?