Is there a way to 开发者_开发技巧increase the number of displayed tweets in the Twitter List Widget? The javascript code lets you set a max of 100 tweets but twitters api apparently limits it to 20 tweets. Is there a work-around or another way to accomplish this?
It looks like the widget is passing rpp
(results per page) while the list method uses count
. Try changing the widget code to use count
. Otherwise you can try filing a bug report.
精彩评论