CINXE.COM

Introducing your new one-stop, curation station. | Flickr Blog

<!DOCTYPE html> <html lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/","20190515174742","https://web.archive.org/","web","/_static/", "1557942462"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="flickr:embedr:footer" content="false"> <meta name="flickr:embedr:header" content="false"> <title>Introducing your new one-stop, curation station. | Flickr Blog</title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://blog.flickr.net/xmlrpc.php"> <link rel="icon" href="https://web.archive.org/web/20190515174742im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="shortcut icon" href="https://web.archive.org/web/20190515174742im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="alternate" type="application/rss+xml" href="https://web.archive.org/web/20190515174742/https://blog.flickr.net/feed"/> <style type="text/css"> .untranslated { color: red; } .unstranlated a { color: red; } </style> <meta name="description" content="Organizing all the photographs you find inspiring needs to be easy. Really easy. So we built a new way to add all your favorite content to galleries, albums, and groups in one centralized tool from any photo context on Flickr."/> <meta name="keywords" content="en, "/> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.remove(); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[i].remove(); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://web.archive.org/web/20190515174742/https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20190515174742/https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://web.archive.org/web/20190515174742/https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://web.archive.org/web/20190515174742/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cDovL2Jsb2cuZmxpY2tyLm5ldA%3D%3D" + "&wpcomid=957851" + "&time=1557942462"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174742/http://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174742/http://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174742/http://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190515174742/http://flickrtheblog.wordpress.com/"/> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20190515174742\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190515174742\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190515174742\/https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20190515174742cs_/https://s2.wp.com/_static/??-eJx9UVtywyAMvFCJmjSPr07PAljGinkNyE1y+8p2k0ynLT/MSuyyWgGXrGyKjJEhTCr7yVGs4GnECmfkrO2olmpja30BoVO0furkWhrQUWUwPi0sU3S5QeWbx02g+FD8YWBTQemHrHlmBOxIo8cgtJbsQp1DXq1XrBivTUnIx7vRDAcJVJsWWdjKmFywViVnoCkoHmS237q1DZ+Uofdkx6J2y2xBt+Pfc/TaoklpXbFJ1+/lLUqCmJhEXB+g9aTDpOQfNFOKPwrVe02lJS0oP+gEumX4Z/lf3mEPziej/Uz4CO/bw+G0229Pb6/nLyjo3WU=?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20190515174742js_/https://s1.wp.com/_static/??-eJyFztsKwjAMBuAXsituHV6Jz1K7bKbrySbb0Ke3Q70Qh0IggXzkj1ySwGDc1AFJW+o6Qb69WmVpJ38B4XHImqHyGN7YxMAQeLUpEnsg0gNsbH08owMxEeQCApeYPm64z5cwzAjLX2aBkzajyEB4/0rnC5S/5IxJ9g7NmEW9nnjOBZ/8cd+2qm6ag1L2ASPPbDc="></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://flickrtheblog.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="canonical" href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/"/> <link rel="shortlink" href="https://web.archive.org/web/20190515174742/https://wp.me/p41bd-lkR"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20190515174742/https://public-api.wordpress.com/oembed/?format=json&amp;url=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F01%2F31%2Fintroducing-your-new-one-stop-curation-station%2F&amp;for=wpcom-auto-discovery"/><link rel="alternate" type="application/xml+oembed" href="https://web.archive.org/web/20190515174742/https://public-api.wordpress.com/oembed/?format=xml&amp;url=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F01%2F31%2Fintroducing-your-new-one-stop-curation-station%2F&amp;for=wpcom-auto-discovery"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article"/> <meta property="og:title" content="Introducing your new one-stop, curation station."/> <meta property="og:url" content="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/"/> <meta property="og:description" content="Organizing all the photographs you find inspiring needs to be easy. Really easy. So we built a new way to add all your favorite content to galleries, albums, and groups in one centralized tool from…"/> <meta property="article:published_time" content="2019-01-31T22:12:22+00:00"/> <meta property="article:modified_time" content="2019-01-31T23:07:32+00:00"/> <meta property="og:site_name" content="Flickr Blog"/> <meta property="og:image" content="https://web.archive.org/web/20190515174742im_/https://c2.staticflickr.com/8/7806/33065654578_c8712b23f3_b.jpg"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:site" content="@Flickr"/> <meta name="twitter:text:title" content="Introducing your new one-stop, curation station."/> <meta name="twitter:card" content="summary_large_image"/> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/> <meta name="twitter:image" content="https://web.archive.org/web/20190515174742im_/https://c2.staticflickr.com/8/7806/33065654578_c8712b23f3_b.jpg"/> <meta name="twitter:title" content="Introducing your new one-stop, curation station."/> <meta name="twitter:url" content="https://web.archive.org/web/20190515174742im_/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/"/> <meta name="twitter:description" content="Organizing all the photographs you find inspiring needs to be easy. Really easy. So we built a new way to add all your favorite content to galleries, albums, and groups in one centralized tool from…"/> <!-- End Jetpack Open Graph Tags --> <link rel="openid.server" href="http://flickrtheblog.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://flickrtheblog.wordpress.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/osd.xml" title="Flickr Blog"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190515174742/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style> .wpcom-related-posts ul li { list-style-type: none; display: inline-block; } </style> <style>.background { position: fixed; z-index: -999; height: 100%; width: 100%; background: url( https://web.archive.org/web/20190515174742im_/https://ran.ge/flickr/?img=https://live.staticflickr.com/7806/33065654578_c8712b23f3_b.jpg ) center; background-size: cover; opacity: .7; }</style><meta name="application-name" content="Flickr Blog"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=http://blog.flickr.net/en/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><style type="text/css" id="syntaxhighlighteranchor"></style> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://web.archive.org/web/20190515174742cs_/https://s2.wp.com/?custom-css=1&amp;csblog=41bd&amp;cscache=6&amp;csrev=7"/> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/vip/flickr-2/js/ie-fallbacks.js"></script> <![endif]--> <script src="https://web.archive.org/web/20190515174742js_/https://s.yimg.com/ss/rapid-3.30.js"></script> </head> <body class="post-template-default single single-post postid-82017 single-format-standard mp6 customizer-styles-applied group-blog singular highlander-enabled highlander-light"> <div class="background"></div> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="wrap header-wrap"> <div class="site-branding"> <h1 class="site-title"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/" rel="home">Flickr Blog</a></h1> </div> <form role="search" method="get" class="searchform" id="searchform" action="https://web.archive.org/web/20190515174742/http://blog.flickr.net/"> <div><label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s"/> <input type="submit" id="searchsubmit" value="Search"/> </div> </form> <nav id="site-navigation" class="main-navigation" role="navigation"> <h1 class="menu-toggle"><span class="genericon genericon-menu"></span></h1> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="menu-top-nav-container"><ul id="menu-top-nav" class="menu"><li id="menu-item-53903" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-53903"><a href="#">Categories</a> <ul class="sub-menu"> <li id="menu-item-53905" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53905"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/category/flickrfriday/">Flickr Friday</a></li> <li id="menu-item-56109" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-56109"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/category/photographer-spotlight/">Photographer Spotlight</a></li> <li id="menu-item-53906" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53906"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/category/commons/">The Commons</a></li> <li id="menu-item-78352" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-78352"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2017/02/28/top-tag-tuesday-6/">Top Tag Tuesday</a></li> <li id="menu-item-53952" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-53952"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/category/theweeklyflickr/">The Weekly Flickr</a></li> </ul> </li> <li id="menu-item-56110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-56110"><a href="https://web.archive.org/web/20190515174742/https://www.flickr.com/photos/flickr/galleries/">Galleries</a></li> <li id="menu-item-54915" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54915"><a title="The Latest about the Flickr API" href="https://web.archive.org/web/20190515174742/https://code.flickr.net/">Code Blog</a></li> <li id="menu-item-81923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-81923"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/submit-your-flickr-story/">Your Story</a></li> <li id="menu-item-53904" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53904"><a href="https://web.archive.org/web/20190515174742/https://www.flickr.com/">flickr.com</a></li> </ul></div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <div id="primary" class="content-area wrap"> <main id="main" class="site-main" role="main"> <article id="post-82017" class="post-82017 post type-post status-publish format-standard hentry category-en post-1 odd"> <header class="entry-header"> <h1 class="entry-title">Introducing your new one-stop, curation&nbsp;station.</h1> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/01/31/introducing-your-new-one-stop-curation-station/" rel="bookmark"><time class="byline-date entry-date published" datetime="2019-01-31T14:12:22-07:00">January 31, 2019</time><time class="byline-date updated" datetime="2019-01-31T15:07:32-07:00">January 31, 2019</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <div class="flickr-embed"> <div class="flickr-image"><a data-flickr-embed="true" href="https://web.archive.org/web/20190515174742/https://www.flickr.com/photos/flickrdesign/33065654578/" title="+ organizational tool by Flickr Design Team, on Flickr"><img src="https://web.archive.org/web/20190515174742im_/https://live.staticflickr.com/7806/33065654578_c8712b23f3_b.jpg" width="1024" height="540" alt="+ organizational tool"></a><a href=""></a></div> </div> <p>When you’re in inspiration mode, scrolling through Flickr, soaking in the incredible shots from photographers around the world, and getting lost in the literal billions of eye-popping, jaw-dropping photographs from your communities, it can feel like a burden to open tab after tab of individual photos just to add them to galleries, albums, and groups. </p> <p>It was time for a reappraisal of sorts. Organizing all the photographs you find inspiring needs to be easy. Really easy. So we built a new way to add all your favorite content to galleries, albums, and groups in one centralized tool from any photo context on Flickr. </p> <p>All photos on Flickr, wherever you come across them, will now have a new icon with a + that allows you to access a new menu of actions. When you’re looking at photos from other Flickr members, the + will allow you to add that photo to any of your own galleries or if you’re a group admin, invite the photograph’s owner to add that picture to your group. If you’re looking at your own photos, the + will allow you to add your photographs to any of your albums or quickly submit your photo to the groups you are a part of. </p> <div class="flickr-embed"> <div class="flickr-image"><a data-flickr-embed="true" href="https://web.archive.org/web/20190515174742/https://www.flickr.com/photos/flickrdesign/39977326733/" title="+ organizational tool (2) by Flickr Design Team, on Flickr"><img src="https://web.archive.org/web/20190515174742im_/https://live.staticflickr.com/4818/39977326733_2ca7392921_b.jpg" width="1024" height="768" alt="+ organizational tool (2)"></a><a href=""></a></div> </div> <p>We’re all about supercharging your Flickr browsing experience and this is just one of many awesome updates we have planned to make organizing and curating your Flickr experience quick and easy. </p> <p>We’re rolling out the new feature over the next few days, so if you don’t have it yet, hang tight, we’ll release it to you soon. </p> </div><!-- .entry-content --> <footer class="entry-meta"> <div class="item-categories"> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/category/en/" title="View all posts in en" rel="category tag">en</a></li> </div> <div class="item-social-sharing"> <a class="share-linkedin" href="https://web.archive.org/web/20190515174742/http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F01%2F31%2Fintroducing-your-new-one-stop-curation-station%2F&amp;title=Introducing your new one-stop, curation station.&amp;source=Flickr" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600,top=' + (window.innerHeight - 600) / 2 + ',left=' + (window.innerWidth - 600) / 2);return false;"> <span class="genericon genericon-linkedin-alt"></span> </a> <a href="https://web.archive.org/web/20190515174742/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fblog.flickr.net%2Fen%2F2019%2F01%2F31%2Fintroducing-your-new-one-stop-curation-station%2F" class="share-facebook" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600,top=' + (window.innerHeight - 600) / 2 + ',left=' + (window.innerWidth - 600) / 2);return false;"> <span class="genericon genericon-facebook-alt"></span> </a> <a href="https://web.archive.org/web/20190515174742/http://twitter.com/share?text=Introducing your new one-stop, curation station." class="share-twitter" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=575,top=' + (window.innerHeight - 400) / 2 + ',left=' + (window.innerWidth - 575) / 2);return false;"> <span class="genericon genericon-twitter"></span> </a> </div> <div class="back-to-top"> <a class="button" href="#page">Back to top</a> </div> <div class="author-widget"><span class="posted-by">Posted By</span><div class="author-info"><div class="author-avatar"><img alt="Jordan Sendar" src="https://web.archive.org/web/20190515174742im_/http://1.gravatar.com/avatar/d0d2ba0c193b489b8f3a7deeea143d95?s=100&amp;d=identicon&amp;r=G" class="avatar avatar-100" height="100" width="100"/></div><h2 class="author-name"><div class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/author/jsendar/">Jordan Sendar</a></span></h2><div class="author-description"><p>I&#039;m a web dev at Flickr. Cool!</p> </div></div></div> </footer><!-- .entry-meta --> </article><!-- #post-## --> </main><!-- #main --> </div><!-- #primary --> <div id="section-more" class="section-more"> <div class="wrap"> <div class="read-more-posts read-next"> <article id="post-read-more-posts" class="has-thumbnail"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/02/15/painting-with-light/" title="Painting with Light"> <img width="380" height="253" src="https://web.archive.org/web/20190515174742im_/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=380&amp;h=253&amp;crop=1" class="attachment-medium-feature size-medium-feature wp-post-image" alt="" srcset="https://web.archive.org/web/20190515174742im_/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=380&amp;h=253&amp;crop=1 380w, https://web.archive.org/web/20190515174742im_/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=760&amp;h=506&amp;crop=1 760w, https://web.archive.org/web/20190515174742im_/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=150&amp;h=100&amp;crop=1 150w, https://web.archive.org/web/20190515174742im_/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=300&amp;h=200&amp;crop=1 300w" sizes="(max-width: 380px) 100vw, 380px" data-attachment-id="82051" data-permalink="https://web.archive.org/web/20190515174742/http://blog.flickr.net/?attachment_id=82051" data-orig-file="https://web.archive.org/web/20190515174742/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg" data-orig-size="1024,683" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-medium-file="https://web.archive.org/web/20190515174742/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=300" data-large-file="https://web.archive.org/web/20190515174742/https://flickrtheblog.files.wordpress.com/2019/02/44577827374_228bb581bb_b-7.jpg?w=1024"/> </a> <header class="entry-header"> <div class="byline">Up Next</div> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/02/15/painting-with-light/" rel="bookmark">Painting with Light</a></h2> </header><!-- .entry-header --> <div class="entry-summary"> <p>English photographer Tim Gamble has always liked things that are different. His interest in light painting—a form of long exposure photography that creates colorful images by moving a hand-held light source—started seven years ago, when he came across a tiny section dedicated to the art of light drawing in his newly-purchased digital photography book. </p> </div><!-- .entry-summary --> </article><!-- #post-## --> </div> <div class="read-more-posts read-prev"> <article id="post-read-more-posts" class="has-thumbnail"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/01/29/top-25-photos-on-flickr-in-2018-from-around-the-world/" title="Top 25 Photos on Flickr in 2018 From Around The World"> <img src="https://web.archive.org/web/20190515174742im_/http://i0.wp.com/live.staticflickr.com/2867/32647649804_0ed6882d46_b.jpg?resize=380%2C253&amp;ssl=1"/> </a> <header class="entry-header"> <div class="byline">Previously</div> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/01/29/top-25-photos-on-flickr-in-2018-from-around-the-world/" rel="bookmark">Top 25 Photos on Flickr in 2018 From Around The&nbsp;World</a></h2> </header><!-- .entry-header --> <div class="entry-summary"> <p>Of billions of uploads, these are the Top-25 photos on Flickr in 2018.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> </div> <div class="read-more-posts read-related"> <article id="post-read-more-posts" class="has-thumbnail"> <a class="post-thumbnail" href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2018/09/05/all-new-flickr-galleries/" title="All new Flickr galleries"> <img src="https://web.archive.org/web/20190515174742im_/http://i2.wp.com/live.staticflickr.com/1860/42671412220_5d56c519e3_b.jpg?resize=380%2C253&amp;ssl=1"/> </a> <header class="entry-header"> <div class="byline">Related</div> <h2 class="entry-title"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2018/09/05/all-new-flickr-galleries/" rel="bookmark">All new Flickr&nbsp;galleries</a></h2> </header><!-- .entry-header --> <div class="entry-summary"> <p>Today, we’re happy to announce that we’ve begun to roll out a fresh Flickr galleries experience, where we help you tell your visual stories with new tools to facilitate your creativity.</p> </div><!-- .entry-summary --> </article><!-- #post-## --> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-119381793-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20190515174742/https://ssl' : 'https://web.archive.org/web/20190515174742/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div><!-- #content --> <div id="sidebar" class="widget-area sidebar" role="complementary"> <div class="wrap sidebar-wrap"> <div class="sidebar-footer-one sidebar-footer"> <aside id="flickr_photographer_spotlight-2" class="widget widget_photographer_spotlight"><h3 class="widget-title">Featured Photographer</h3> <section class="featured-photographer"> <div class="featured-photographer-excerpt"> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”"><img class="photographer-mug alignleft" src="https://web.archive.org/web/20190515174742im_/https://flickrtheblog.files.wordpress.com/2019/03/shaden_headshot2.jpg?w=150&amp;h=150&amp;crop=1"/></a> <span class="featured-photographer-title"><a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en/2019/03/08/brooke-shaden-your-voice-needs-to-be-heard/" title="Brooke Shaden: “Your voice needs to be heard”">Brooke Shaden</a></span> <p>In honor of International Women’s Day, we’re featuring the work of one of our most universally beloved Flickr photographers: Brooke Shaden.</p> <p>Brooke is a fine art photographer who specializes in self-portraiture, conceptual photography, and creative photo manipulation. She joined Flickr over ten years ago to share her surreal, dreamy stories with a broader community of photographers.</p> </div> </section> </aside> </div> <div class="sidebar-footer-two sidebar-footer"> <aside id="facebook-likebox-3" class="widget widget_facebook_likebox"><h3 class="widget-title"><a href="https://web.archive.org/web/20190515174742/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/flickr/" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/flickr/"><a href="https://web.archive.org/web/20190515174742/https://www.facebook.com/flickr/">Stay up to date with Flickr</a></blockquote></div> </div> </aside> </div> <div class="sidebar-footer-three sidebar-footer"> <aside id="text-3" class="widget widget_text"><h3 class="widget-title">About</h3> <div class="textwidget"><p>Welcome to the companion blog for Flickr, the home for all your photos. Flickr is the best site on the web for organizing, sharing and storing your photos. We provide you the tools for easy collaboration with one of the world&#8217;s most passionate photo communities.</p> </div> </aside> </div> </div> </div><!-- #secondary --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="wrap footer-wrap"> <div class="site-info"> <span class="countries-list"> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/de" class="">Deutsch</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/en" class="selected">English</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/es" class="">Espa&#241;ol</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/fr" class="">Fran&#231;ais</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/id" class="">Bahasa Indonesia</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/it" class="">Italiano</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/ko" class="">한글</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/pt" class="">Portugu&#234;s</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/vi" class="">Tiếng Việt</a> <a href="https://web.archive.org/web/20190515174742/http://blog.flickr.net/zh" class="">繁體中文</a> </span> <span class="copywrite"> &#169; 2019 Flickr, Inc. All rights reserved. Powered&nbsp;by&nbsp;<a href="https://web.archive.org/web/20190515174742/http://vip.wordpress.com/">WordPress.com&nbsp;VIP</a> </span> </div><!-- .site-info --> </div> </footer><!-- #colophon --> </div><!-- #page --> <!-- wpcom_wp_footer --> <script type="text/javascript" src="//web.archive.org/web/20190515174742js_/http://0.gravatar.com/js/gprofiles.js?ver=201920y"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190515174742js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1380573781h"></script> <script> //initialize and attach hovercards to all gravatars jQuery( document ).ready( function( $ ) { if (typeof Gravatar === "undefined"){ return; } if ( typeof Gravatar.init !== "function" ) { return; } Gravatar.profile_cb = function( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); }); </script> <div style="display:none"> <div class="grofile-hash-map-d0d2ba0c193b489b8f3a7deeea143d95"> </div> </div> <script type="text/javascript"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"1","is_front_page":"0","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190515174742js_/https://s2.wp.com/_static/??-eJyVjksOwjAMRC+EsVqoukIcBbmJAaf5kU+B25NuEKtKrDzyzNgPnxFU8IV9QZNR8yKK42tv8g5/LFch2noTn9HKzBkflSvfyWvLaSNsuERSM17EK7yS4imEGdhNrDdaPSwSV5w2gDzZdxGVNwqknXiYKKGjXDg1BWHhlEQ31u/uzwslNfT17dmdumE49ofxMHbmA1jdcbk="></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//web.archive.org/web/20190515174742js_/http://stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'957851','blog_tz':'-7','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'957851','v':'wpcom','tz':'-7','user_id':'0','post':'82017','subd':'flickrtheblog'}]); function st_vt() {var x=document.createElement("img");x.src="https://web.archive.org/web/20190515174742/http://pixel.wp.com/g.gif?blog=957851&v=wpcomvt&tz=-7&user_id=0&post=82017&subd=flickrtheblog&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTd1LERUSXUlY2t6XWRwWiYmcnkwR3ZJLTlpZVt4RTYlekE1a0hGTk51W1J5T1dhcXVHMXIsZ1cudmRMfkoyclMsL0UuJkYwV0R8X1NoNzYzdUVGTiVMTWd6QWlqYlouZSZHNDlfMHl5YnExREh1OD9zaTFWTmpKLjdiLWImQVJJSjJBTTF+cVNlNllwUWM2aWtRNlBkLGlbWGJ3QXRGP25ddlhCRi5oRHZMeGZMMndldS91QSZDQk8mY1twS1NJYy0zMnBINW1ZdkpwVlVkQkZwQUdzbG5vaXlRdmhWSERROXZ0'}]); _stq.push([ 'clickTrackerInit', '957851', '82017' ]); </script> <noscript><img src="https://web.archive.org/web/20190515174742im_/http://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//web.archive.org/web/20190515174742/http://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script async src="https://web.archive.org/web/20190515174742js_/https://embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> <script type="text/javascript"> new YAHOO.i13n.Rapid({spaceid:1197792308, tracked_mods:['content']}); </script> </body> </html> <!-- FILE ARCHIVED ON 17:47:42 May 15, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:15:01 Dec 03, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.016 exclusion.robots: 0.043 exclusion.robots.policy: 0.026 esindex: 0.018 cdx.remote: 4.689 LoadShardBlock: 115.605 (3) PetaboxLoader3.datanode: 143.072 (4) load_resource: 143.278 PetaboxLoader3.resolve: 94.166 -->

Pages: 1 2 3 4 5 6 7 8 9 10