How to make facebook comment box width 100%?

前端 未结 9 553
逝去的感伤
逝去的感伤 2021-01-18 00:27

i am using this code to put a facebook comment box to my page,



        
9条回答
  •  粉色の甜心
    2021-01-18 00:59

    zeeshan your solution seems outdated and it looks like facebook updated their plugin and that broke the style.

    Probably this works better for me as of now and I believe that this style will again broke when facebook update the way their plugins work.

    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style]  {width: 100% !important;}
    

    I encourage other contributors to add the more recent solution to this question when time comes.

提交回复
热议问题