Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/387.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 修改Twitter可嵌入的时间线_Javascript_Jquery_Twitter - Fatal编程技术网

Javascript 修改Twitter可嵌入的时间线

Javascript 修改Twitter可嵌入的时间线,javascript,jquery,twitter,Javascript,Jquery,Twitter,自从Twitter API v1.1上线以来,您无法再检索客户端推文,因此必须使用它们的可嵌入推文 我只想要一条推特和一条文本。我所能做的最好的是在中显示 我想弄清楚文本是如何显示的。我尝试过使用承诺,但没有成功,因为我认为它没有实现,jQuery执行得太晚 有什么想法吗?检查一下这个JSFIDLE,也许它能帮上忙 twitterFetcher.fetch('345634756626636800', function(tweets){ // do with tweets whatever

自从Twitter API v1.1上线以来,您无法再检索客户端推文,因此必须使用它们的可嵌入推文

我只想要一条推特和一条文本。我所能做的最好的是在中显示

我想弄清楚文本是如何显示的。我尝试过使用承诺,但没有成功,因为我认为它没有实现,jQuery执行得太晚


有什么想法吗?

检查一下这个JSFIDLE,也许它能帮上忙

twitterFetcher.fetch('345634756626636800', function(tweets){
   // do with tweets whatever you want
});