Hi everybody, I deployed a JQuery Script to show the latest uploads from a certain tag, using the RSS link. The problem is that script shows ALL latest uploads, and I need to limit to only the last 6 images uploaded under the tag "BuenosAires". Notice there are yet a limit added in the getJSON but its not working at all... This is the code:
$("#title").html(data.title); $("#description").html(data.description); $("#link").html("<a href='"+data.link+"'?phpMyAdmin=4594f30712f4fabaff6997416810f3f2 target=\"_blank\">Visit my photostream!</a>"); //Notice that the object here is "data" because that information sits outside of "items" in the JSON feed