From 2d670d320e66d5f8d3075368621f4304c0f97bac Mon Sep 17 00:00:00 2001 From: Aaron Coleman <acoleman1@unl.edu> Date: Fri, 23 Sep 2011 19:14:31 +0000 Subject: [PATCH] updated number of twitter posts pulled --- js/gobigred.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gobigred.js b/js/gobigred.js index 5e0780a..a143858 100644 --- a/js/gobigred.js +++ b/js/gobigred.js @@ -1,6 +1,6 @@ loadFeeds = function() { var flickrJSON = 'http://api.flickr.com/services/feeds/photos_public.gne?id=38597191@N03&lang=en-us&format=json&jsoncallback=loadFeeds.flickr'; - var twitterJSON = 'http://api.twitter.com/1/statuses/user_timeline/unlnews.json?count=3&callback=loadFeeds.twitter'; + var twitterJSON = 'http://api.twitter.com/1/statuses/user_timeline/unlnews.json?count=4&callback=loadFeeds.twitter'; return { initialize : function(div, service) { -- GitLab