Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sil3nc3

macrumors regular
Original poster
Oct 14, 2007
103
0
Well, here's my problem. I am trying to make a simple RSS widget, however I cannot get it to limit the amount of entries to be displayed to 1. Limiting it to 2 works just fine, but 1 doesn't seem to want to work.

Code:
var attributes = {
    "feedURL": "http://www.rssfeedgoeshere.com",
    "maxAgeToShow": "7",
    "numItemsToShow": "2",
    "showDate": "1",
    "showUpdateBadge": "0"
};

That is what i have now in the attributes.js file. Any help will be greatly appreciated
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.