Thanks for the quick reply.
Yes, we’re on 4.0.4. I’ve just emailed the tech overlords who control our lives to ask about an update.
I’ve also tried your HTML widget solution, and it kind of works, but it’s extending the HTML widget way beyond the content of the page (even when I specify a height in publish.twitter.com). Is there parameter to limit the number of tweets shown or some such?
An imperfect solution I’ve found is placing the Twitter HTML in a constrained area, but let me know if there’s a better way (removed opening of div tags so that this would show):
div style=“height:400px;overflow:auto;padding:8px”>
INSERT PUBLISH.TWITTER.COM CODE HERE
/div>