I'm using Facebook Comments plugin in a Wordpress site, recently and apparently Facebook made some changes and now the plugin looks bad. I tried to change the width of div#feedback_
with jQuery:
j('[class^="feedback_"]').css('width', '100%' );
without luck. This is part of the HTML code where problem is
<div id="feedback_0AedXk4SLwjqTpZaj" style="width: 100px;">
<div id="u_0_0" class="fbFeedbackContent">
... some other useless for this post HTML here
</div>
</div>
The string "0AedXk4SLwjqTpZaj" after feedback_
is generated dynamically trough WP, any help or advice?
EDIT
Why I getting downvotes?