2 days ago facebook announce that this feature has bugs in it. now already resolved.
To make this like Button work for our website
- Since now facebook support the OpenGraph. You have to add the name space.<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
- Make sure you have the mandatory field. Test it against http://ogit.heroku.com. The mandatory field are Property : title,type,image,url,fb:app_id/fb:admins
- The generator of iframe at http://developers.facebook.com/docs/reference/plugins/like, Does not Embed the application in it.
so Add to the add of <iframe src="http://www.facebook.com/plugins/like.php?href=OURURL&..=... &;id=[ourAPPLICATIONID] "
then the like button works :)
Crazy, no documentation , not clear everything :)