Created By
Hans Emunds
05/25/2012 2:11am

Subscribers (12)

Bugsdata-width takes no effect on facepile

  • Status: Fixed
  • Priority: High
  • Updated: July 3, 2012 at 10:23pm
Latest response from Facebook
Noorin Ladhani
This should now be resolved. Thanks for your patience.
Status changed to Fixed
Noorin Ladhani
Bumping up the priority. We are working on a fix.
Priority changed to High
Noorin Ladhani
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium
The facepile social plugin has a "data-widh" property which limits the width of the plugin. I check my apps from time to time and saw there were a huge horizontal scrollbar in my app. There were no changes on the app since last time. data-width was set to "120". but the iframe rendered a width of 760px. I had to manually overwrite the css with

.fb-facepile span iframe{
width: 120px !important;
}

to fix it. A Like-box in the same app is affected by the data-with. Just the Facepile plugin seems to be buged.
7 people can reproduce this issue by following these steps
Repro