(function ($) { //PLUGINS $(document).ready(function() { "use strict"; $('#flickrs').jflickrfeed({ limit: 6, qstrings: { id: '52617155@N08' // Set your flickr ID here }, itemTemplate: '
  • ' + '{{title}}' + '
  • '}); }); })(jQuery);