I couldn\'t find any solutions on google which can make the newly introduced facebook posts embed to responsive. Does anyone got a solution or tricks? Thanks
<
Found it frustrating I couldn't find anything more elegant than utilizing overflow and max-width 100% to force a horizontal scrollbar.
Added - style="overflow-x: auto; max-width: 100%;"
To result in the following fb-post portion of the embed;
If you want a little more elegance can always implement styling on the scrollbar. CSS Webkit Scrollbars - http://css-tricks.com/custom-scrollbars-in-webkit/ jQuery Tiny Scrollbar - http://baijs.nl/tinyscrollbar/ Hope someone finds this useful.