How to make Facebook comments widget a fluid width?

后端 未结 19 1523
执念已碎
执念已碎 2020-12-13 00:46

Is it possible to make Facebook\'s comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specifie

19条回答
  •  醉梦人生
    2020-12-13 01:22

    If your Facebook Comments Plugin's code looks like (XFBML):

    
    

    Then the following CSS should get the job done:

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

提交回复
热议问题