我的目标是获取HTML&服务器上的推文小部件(如下所示)的CSS。
致电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>— 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?