0

I have a problem with the Facebook Like button to where if a person is an admin of multiple pages / account, instead of the button displaying it shows a small box with a "Switch" link and the person's image. The same as explained here... http://developers.facebook.com/bugs/111826392293111/

I am using the default code provided by Facebook, not any special code. Any ideas or unfixable bug?

tshepang
  • 12,111
  • 21
  • 91
  • 136
  • see also : http://stackoverflow.com/questions/6546072/facebook-like-button-breaks-when-logged-in-as-page http://stackoverflow.com/questions/16369247/how-to-make-the-facebook-like-button-display-none-when-logged-in-as-page – here Jan 07 '14 at 06:09

2 Answers2

3

if you get the "switch link", than you're currently using facebook as a page and therefore can't access the social plugin. go back to facebook.com, change your identity back to your user profile and reload the page with the social plugin. it's not a bug in your implementation or from facebook at all.

Johannes N.
  • 2,364
  • 3
  • 28
  • 45
  • Well, it IS a bug in facebook's code, since the expanding "switch" link box expands erratically, sometimes to the foot of the page, sometimes all the way to left of the page, obscuring content and destroying the page. This is in chrome. –  Feb 20 '14 at 22:34
1

Just use: data-height="60" data-width="60" for example, and limit the expansion of the box.