How to make Facebook comments widget a fluid width?

后端 未结 19 1489
执念已碎
执念已碎 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:28

    I found a solution using css. Inspiration came from this article http://css-tricks.com/2708-override-inline-styles-with-css/

    .fb-comments, .fb-comments iframe[style] {width: 100% !important;}
    

提交回复
热议问题