由于this thread,我在我的角度应用上嵌入了twitts:
然而 - 我需要动态更新twitts, 我知道我需要使用twttr.widgets.load(), 但我不知道怎么做。 也尝试ng2-twitt,但无法使其正常工作,with this article无法使twitts工作
基本上我把脚本标签
在索引html中并且确实像线程一样强行。 需要帮助才能使其动态运作
我的ngAfterViewInit:
!function (d, s, id) {
var js: any,
fjs = d.getElementsByTagName(s)[0],
p = 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
我的HTML
<blockquote class="twitter-tweet" >
<a [attr.href]="feed.path"></a>
</blockquote>
坦克!!