是否有任何好的JQuery twitter小部件循环推文?
我想知道是否有任何JQuery小部件可以提供循环加载推文的功能?例如,在官方小部件中 http://twitter.com/about/resources/widgets/widget_profile有一个'循环结果'的选项,我想知道是否有任何第三方小部件做同样的事情?
I'm wondering if there are any JQuery widgets out there that provide the feature for looping over loaded tweets? For example in the official widget http://twitter.com/about/resources/widgets/widget_profile there is an option to 'loop results' and I was wondering if there were any 3rd Party widgets which did the same?
理想情况下,我想将此功能应用于我已有的代码。
Ideally I would like to apply this feature to the code I already have.
我发现这个优秀的Twitter插件,它很容易定制css。我之后才意识到我的网站看起来非常静态,所以我认为循环我的推文以使其更具动态可能是一个好主意,虽然我不知道如何做到这一点!
I found this excellent twitter plugin and it was really easy to customize the css. I only realized after that my site looks pretty static so I thought it might be a good idea to loop over my tweets to make it more dynamic, although I have no idea how to do this!
我从这里下载了代码: http://demo.marcofolio.net/unlimited_scroll/
I downloaded the code from here: http://demo.marcofolio.net/unlimited_scroll/
此处还提供了代码的副本: http: //pastebin.com/e2kHtSpt
A copy of the code is here as well: http://pastebin.com/e2kHtSpt
感谢您提前获得任何帮助,我真的很感激!
Thanks for any help in advance, I really appreciate it!
感谢您的帮助!
jQuery Core Team的Mike Alsup编写了一个精彩的Twitter搜索插件,可以循环结果。
(在此演示)
Mike Alsup, of jQuery Core Team has written a wonderful twitter search plugin which loops the results.
( Demo here )