I put an facebook like iframe related to each post of some webpage as so
<iframe src="http://www.facebook.com/plugins/like.php?href={$post_url}&
layout=button_count&show_faces=false&width=90&action=like&
font=verdana&colorscheme=light" allowtransparency="true" style="border:
medium none; overflow: hidden; width: 90px; height: 21px;" frameborder="0"
scrolling="no"></iframe>
The count works well but when clicking the like button, no popup is showed to enter a message. Could someone explain ? (my site uses an app facebook, and there are og meta for each page, could that causes problem ?)