如何使用node.js在服务器上呈现嵌入式推特小部件?

时间:2015-02-15 19:20:25

标签: javascript node.js twitter oembed

我的目标是获取HTML&服务器上的推文小部件(如下所示)的CSS。

Twitter widget

致电Twitter OEmbed endpoint仅返回此推文的裸HTML:

<blockquote class="twitter-tweet" width="500">
<p> Twitter users love tweeting emoji from their phones – now you can view these emoji on web! <a href="https://twitter.com/hashtag/emojiparty?src=hash">#emojiparty</a>          ✨</p>&mdash; Twitter Support (@Support) <a href="https://twitter.com/Support/status/451399393850052610">April 2, 2014</a>
</blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

Twitter的widget.js似乎只在客户端工作。是否可以检索完整的HTML&amp;使用node.js在服务器上嵌入推文的CSS?

0 个答案:

没有答案