Hello, I am trying to use jQuery’s .detach() and .append() methods to move a widget with an embedded tweet in it. The embedded tweet is fine before the move, but after the move it no long shows the embedded tweet, just a blank space that is the outline of the iframe. I am using if (typeof(twttr) != ‘undefined’){ twttr.widgets.load();} but am still not seeing the tweet.