{"id":18492368,"url":"https://github.com/makevoid/jqueryflickr","last_synced_at":"2026-01-24T11:02:59.119Z","repository":{"id":136508263,"uuid":"1863136","full_name":"makevoid/jqueryflickr","owner":"makevoid","description":"get flickr photos by photoset and outputs fancybox gallery","archived":false,"fork":false,"pushed_at":"2012-06-25T12:47:19.000Z","size":200,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T06:02:48.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://makevoid.github.com/jqueryflickr","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makevoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-08T01:57:35.000Z","updated_at":"2014-05-05T08:08:38.000Z","dependencies_parsed_at":"2023-03-12T12:45:36.391Z","dependency_job_id":null,"html_url":"https://github.com/makevoid/jqueryflickr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjqueryflickr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjqueryflickr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjqueryflickr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fjqueryflickr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makevoid","download_url":"https://codeload.github.com/makevoid/jqueryflickr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254046345,"owners_count":22005574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T13:07:32.875Z","updated_at":"2026-01-24T11:02:59.070Z","avatar_url":"https://github.com/makevoid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQueryFlickr \n## get flickr photos by photoset and outputs fancybox gallery\n\nSee the demo example: [http://makevoid.github.com/jqueryflickr](http://makevoid.github.com/jqueryflickr)\n\n### basic usage\n\nin the page head add:\n\n    \u003clink href=\"css/fancybox.css\" rel=\"stylesheet\"\u003e\n    \u003cscript src=\"js/jquery.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"js/jquery-fancybox.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"js/jquery-flickr.js\"\u003e\u003c/script\u003e\n    \u003cscript\u003e\n      var api_key = \"ceedea54d4a6a93de57f7f0f8b448106\"\n      $(function(){\n        $(\"#photos\").flickrGallery(api_key)\n      })\n    \u003c/script\u003e\n  \nand this will go into the body:\n\n     \u003cdiv id=\"photos\" data-set_id=\"72157625778631893\"\u003e\u003c/div\u003e\n\nnote: you have to change the dataset id to the one you want to show, also remember to change the api key!\n\nyou can find the \"set_id\" like this:\n\n- login to flickr.com\n- go to: \"You\" \u003e \"Your Sets\" \n- choose the set you want to make a gallery of\n- look at the url, it will be something like: http://www.flickr.com/photos/makevoid/sets/72157604299605007/\n- the SET_ID is the number in the url! (in my case 72157604299605007)\n\nyou also need to copy \"images/fancybox\" folder and you may need to edit the images path in \"css/fancybox.css\"!\n\n\n### configuration:\n\nyou can pass options to flickrGallery like the photo size and some [fancybox options](http://fancybox.net/api)\n    \n    $(\"#photos\").flickrGallery(api_key, { size: 30, fancybox_options: {} })\n  \n### notes\n\nfeel free to fork the project and submit pull requests!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fjqueryflickr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakevoid%2Fjqueryflickr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fjqueryflickr/lists"}