What is the best way to detect when a twitter widget is loaded using JavaScript?
You are likely looking for twttr.events.bind(‘rendered’, function(event){}) https://dev.twitter.com/docs/tfw/events
twttr.events.bind(‘rendered’, function(event){})