I am using an iframe version of the FBL Like button with the button_count layout. I also have set show_faces=false. This layout used to show ( and the code generator still shows ) just the like button and a count box with the number of likes.
Now it seems to be displaying a my name linked to the right of the like button and then a string below my name with the number of other users who like the page. The Like button documentation says that the default width is 90 pixels and this is what I specify in the iframe code, however this new layout does not fit within 90 px.
![example image]()](https://i.stack.imgur.com/EdnnL.jpg)
Does anyone know how I can get the old layout back or is this a case of facebook changing functionality and not updating the docs?
I think this is a case of Facebook changing functionality without updating the docs.
It seems the iFrame version of the like button now ignores the button_count layout parameter and displays the standard layout anyways. To solve it just switch to the HTML5 or XFBML version.