I’m getting a weird situation where the widget load seems to barf on just some tweets.
Specifically over here, where the embedded tweets don’t get styled. When examining the console I see that there’s an error thrown in widgets.js.
widgets.js:9 Uncaught Error: tweetId is a required parameter
At first I thought this might be a side effect of only loading the script when we have an embedded tweet, but it’s working fine over here and here. Just to be sure, I fell back to the standard script tag load and that also didn’t help.