Are there parameters to the embed code that allow me to control with width of an embedded tweet?
have you tried width=“250px” after the href=" " command? the width value can be a %
For me, it is not working. The documentation mentions it but it seems being ignored by the Twitter’s javascript. What should we do ?
It isn’t working for me either.
When specifying custom widths in HTML you don’t provide units, so adding width=“350” will apply the size in pixels.
width=“350”
Is there anyway to override the width maximum of 520px?
There is no supported method for overriding the maximum width. We just launched some more customization options that might help you integrate the timeline better into your site. (announcement https://dev.twitter.com/discussions/17276)