I have a facebook like button on my page and it works fine. But when a visitor registers as a “Page” on facebook, he includes a photo and breaks my design. I guess this is because pages are not allowed to like things.
I pretty much have an iframe like this: http://developers.facebook.com/docs/reference/plugins/like-box/
Any ideas on how I get rid of this image? Is there any way to change the design, disable this “feature” or check if the user is registered as a page (to hide all this)?
thanks
Edit: Screenshot: i.imgur.com/gLa7Q.png At the top, I logged in as a regular user, and below I am "Using facebook as Page"
The code I'm using is: <iframe class="facebook" src="http://www.facebook.com/plugins/like.php?href=<?=urlencode('http://www.mysite.com')?>&layout=standard&show_faces=false&width=210&action=like&colorscheme=light&height=45" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
source share