How to make Facebook comments widget a fluid width?

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

    I know this is old question, but this maybe can help to someone.

    You can use the following code to make your comments fluid

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

    Can check the code here, because the pre function here delete some things. I'm new here. Regards

    Facebook Comments Fluid

提交回复
热议问题