I'm implementing the Facebook Page Plugin but facing an issue. Despite setting the width to 500, it remains stuck at 280px.
<div id="facebook-feed" style="text-align: center">
<div class="fb-page zdepth-1" data-width="400" data-href="https://www.facebook.com/facebook" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div>
</div>
What could be causing this discrepancy?