Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Have you adjusted your block height? Check General Social Block Settings. My faces don't get cut off (block width and height each 270), but the number of faces displayed seems to have recently dropped to 10 for some unknown reason. And on Firefox among those ten there are often duplicates (I assume this is a FB/Firefox incompatibility issue which for some strange reason Facebook hasn't bothered to fix).
I've also noticed the block being cut off. This only happens in some browsers tho. I will update the code to not use the general settings to determine height. To be fixed in version 7.x-1.4-alpha2
It turns out, there was more than one element influencing the height of the widget. Modifying the height based on the user input seems redundant, as none of the configurations would end up being the same as the provided value. I've reverted to default values for all values of:
Comments
Comment #1
dankoB commentedHave you adjusted your block height? Check General Social Block Settings. My faces don't get cut off (block width and height each 270), but the number of faces displayed seems to have recently dropped to 10 for some unknown reason. And on Firefox among those ten there are often duplicates (I assume this is a FB/Firefox incompatibility issue which for some strange reason Facebook hasn't bothered to fix).
Comment #2
uberellis commentedI've also noticed the block being cut off. This only happens in some browsers tho. I will update the code to not use the general settings to determine height. To be fixed in version 7.x-1.4-alpha2
Watch this space
Comment #3
uberellis commentedIt turns out, there was more than one element influencing the height of the widget. Modifying the height based on the user input seems redundant, as none of the configurations would end up being the same as the provided value. I've reverted to default values for all values of:
You can get this in the 7.x-1.4-alpha2 release (http://drupal.org/node/1929104)