Is there a way to set the width of the comment box that appears after clicking the Facebook "Like" button? I know how to adjust the width of the button itself and related content, but can't find any options for the comment box:
I've tried overriding the width of the <iframe>
with CSS, but the contents still overflow. Since the comment box is hosted on Facebook's domain, changing its styling directly is not possible.
UPDATE:
If you downrated this question, please let me know why. The comment box created in an <iframe>
is not accessible for JavaScript or CSS modifications due to cross-domain restrictions:
My questions are simple:
- Is there a way to adjust the width of the comment box?
- If not, what alternative methods exist to control its width without relying solely on CSS changes to the parent
<iframe>
?