Hello I want to bind twitter time line with different name and I am using angular js but when I am adding screen_name dynamically the twitter timeline is not initialising here is my code
<a class="twitter-timeline" data-width="300"
data-height="300"
data-theme="light"
data-tweet-limit="4"
href="https://twitter.com/{{item.user.userTwits}}">Tweets by {{item.user.userTwits}}</a>
$timeout = twttr.widgets.load();
here I am dynamically attaching name of user screen name but my timeline is not initialising ,