Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ve got the same problem, it also won’t allow me to use the dark colour scheme.

    mattkelly

    (@matthwkgmailcom)

    Looking into it, thanks for the report.

    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!

    Hey, thanks for the fix, I guess 1.0.1 will be right around the corner.

    @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.