Facepile iframe is white when the viewer is not logged in to Facebook

心已入冬 提交于 2019-12-01 22:04:59

Unfortunately there is no way to fix this yourself. In the stylesheet Facebook references, there is this line:

body{background:#fff;font-size: 11px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;color:#333;line-height:1.28;margin:0;padding:0;text-align:left;direction:ltr;unicode-bidi:embed}

There is this hard coded background color which cannot be overridden. The only option is waiting for Facebook to fix this bug.

Facebook fixed this on 25 Nov 2011.

See https://developers.facebook.com/bugs/258154314220687

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!