Title: [Plugin: Facebook] Comment Width not adjusting
Last modified: August 20, 2016

---

# [Plugin: Facebook] Comment Width not adjusting

 *  [xbiboy](https://wordpress.org/support/users/xbiboy/)
 * (@xbiboy)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/)
 * I change the default size of the width of the comment from 470 to 450 but it 
   seems not updating
 * [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [mattsanders](https://wordpress.org/support/users/mattsanders/)
 * (@mattsanders)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/#post-2809312)
 * I’ve got the same problem, it also won’t allow me to use the dark colour scheme.
 *  [mattkelly](https://wordpress.org/support/users/matthwkgmailcom/)
 * (@matthwkgmailcom)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/#post-2809380)
 * Looking into it, thanks for the report.
 *  [michaeltomko](https://wordpress.org/support/users/michaeltomko/)
 * (@michaeltomko)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/#post-2809425)
 * The issue is in line 60 of social-plugins/fb-social-plugins.php.
 * `$params .= 'data-' . $option . '="' . $value . '" ';`
 * If you remove the redundant data string, the values will set properly.
 * `$params .= $option . '="' . $value . '" ';`
 * I really wish this value would accept “100%” as a valid input. It would make 
   using Facebook Comments on a response site, way easier. Either way, loving the
   plugin. Thanks!
 *  [krowland08](https://wordpress.org/support/users/krowland08/)
 * (@krowland08)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/#post-2809430)
 * Hey, thanks for the fix, I guess 1.0.1 will be right around the corner.
 *  [richard@wendelservices.com](https://wordpress.org/support/users/richardwendelservicescom/)
 * (@richardwendelservicescom)
 * [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/#post-2809462)
 * [@michaeltomko](https://wordpress.org/support/users/michaeltomko/), thank you
   also.
    Worked perfectly for me. I needed the dark theme. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Facebook] Comment Width not adjusting’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook_526fac.svg)
 * [Facebook](https://wordpress.org/plugins/facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook/reviews/)

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [pixels](https://wordpress.org/support/topic-tag/pixels/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 5 replies
 * 6 participants
 * Last reply from: [richard@wendelservices.com](https://wordpress.org/support/users/richardwendelservicescom/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-facebook-comment-width-not-adjusting/#post-2809462)
 * Status: not resolved