Hello, I am trying to call hovercards on tweets that are being inserted into the page via livetwitter for jQuery (https://github.com/elektronaut/jquery.livetwitter) like so, though nothing is working. Any ideas why this isn’t working in the callback function that livetwitter provides? Any help would be greatly appreciated. Thanks!
$("#tweets ").liveTwitter('#test', {imageSize: '48px', refresh: false}, function(container, newCount) {
twttr.anywhere(function (T) {
T.hovercards();
});
});