| Steps to Reproduce: | 1) Install the wordpress plugin 2) activate comment plugin 3) set the width of the plugin to 600 PS. most probably in fb-comments.php the $params['data-' . $param] = $val; it's not correct. I've changed it to $params[$param] = $val; and now works. |
|---|---|
| Expected Behavior: | the div of the comments plugin should have the parameter data-width="600" |
| Actual Behavior: | The parameters to the comment div are data-data-width="600" |