CINXE.COM

Flickr Blog

<!DOCTYPE html> <html lang="zh"> <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/zh","20190520061343","https://web.archive.org/","web","/_static/", "1558332823"); </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>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/20190520061343im_/https://flickrtheblog.wordpress.com/files/2008/11/favicon.gif" type="image/x-icon"/> <link rel="shortcut icon" href="https://web.archive.org/web/20190520061343im_/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/20190520061343/https://blog.flickr.net/feed"/> <style type="text/css"> .untranslated { color: red; } .unstranlated a { color: red; } </style> <meta name="description" content=""/> <meta name="keywords" content="Flickr, photography, community, spotlight, photos, stories"/> <!-- 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/20190520061343/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/20190520061343/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/20190520061343/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/20190520061343/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cDovL2Jsb2cuZmxpY2tyLm5ldA%3D%3D" + "&wpcomid=957851" + "&time=1558332823"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061343/http://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061343/http://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061343/http://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190520061343/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\/20190520061343\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190520061343\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190520061343\/https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2.1-alpha-45354"}}; !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/20190520061343cs_/https://s2.wp.com/_static/??-eJx9UVtSwzAMvBCuaGnpF8NZbEdJ1Pg1tkKa26MkNAwD+Mez0uyutBZMSdkYGAODH1VyY0ehgKMBC9yQk7aDWquDLeUJ/qZTaCkQzzvYyRSsGxvxkgY0VBiMi6ulyTrPUHh2ePAUavY2ZpS+T5oXhseGNDr0QqvJJmo65G30hhXjvSrx6fUxaIG9pK8Gn5KwlTEpYylKXk+jV9zLbr91Wxs+KEHryA5ZndbdvK7Hf+RotUUT43YPE+9fn7cqCUJkEnHZQc2yw6jkDpophh+Fap2mXJNmlAt2Art1+e/yv7z9GToXjXYL4d2/HS+X6+l8vL483z4BySLuuA==?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20190520061343js_/https://s1.wp.com/_static/??-eJyFkOsKwjAMhV/IrrgL/hKfZdZspuvNJt3Qp7fDiYhTIZBAPnLOiZyCQKdMOgFJneuSIF6XVmjayF+AsNjHlqGw6J6w8o7B8cwGT2yBqO1hZWv9EQ2IRBAz4DjLdH6Fe7eEbkSY/mIaOLRqEBEIbx/qfIbsS44YZGdQDVGU84nHvJaawivg93ct1MHut01Tl1W1q2t9B5epg2A="></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="shortlink" href="https://web.archive.org/web/20190520061343/https://wp.me/41bd"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website"/> <meta property="og:title" content="Flickr Blog"/> <meta property="og:url" content="https://web.archive.org/web/20190520061343/http://blog.flickr.net/"/> <meta property="og:site_name" content="Flickr Blog"/> <meta property="og:image" content="https://web.archive.org/web/20190520061343im_/https://flickrtheblog.files.wordpress.com/2018/04/flickr-blog-panda-logos.jpg"/> <meta name="twitter:site" content="@Flickr"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="https://web.archive.org/web/20190520061343im_/https://flickrtheblog.files.wordpress.com/2018/04/flickr-blog-panda-logos.jpg"/> <meta name="twitter:title" content="Flickr Blog"/> <meta name="twitter:url" content="https://web.archive.org/web/20190520061343im_/http://blog.flickr.net/"/> <!-- 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/20190520061343/http://blog.flickr.net/osd.xml" title="Flickr Blog"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190520061343/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style> .wpcom-related-posts ul li { list-style-type: none; display: inline-block; } </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=訂閱;action-uri=http://blog.flickr.net/zh/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/20190520061343cs_/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/20190520061343js_/https://s.yimg.com/ss/rapid-3.30.js"></script> </head> <body class="home blog mp6 customizer-styles-applied group-blog highlander-enabled highlander-light infinite-scroll"> <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/20190520061343/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/20190520061343/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/20190520061343/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/20190520061343/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/20190520061343/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/20190520061343/http://blog.flickr.net/zh/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/20190520061343/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/20190520061343/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/20190520061343/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/20190520061343/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/20190520061343/https://www.flickr.com/">flickr.com</a></li> </ul></div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <section class="home-featured"> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2018/05/23/flickr-%e5%90%8c%e6%84%8f%e7%94%b1-smugmug-%e6%94%b6%e8%b3%bc-%e5%95%8f%e7%ad%94%e9%9b%86/" title="Flickr 同意由 SmugMug 收購 – 問答集"> <img src="https://web.archive.org/web/20190520061343im_/https://flickrtheblog.files.wordpress.com/2018/05/zh_alt_featured_image.png"/> </a> <div class="home-featured-inner"> <div class="wrap"> <header class="entry-header"> <h1 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2018/05/23/flickr-%e5%90%8c%e6%84%8f%e7%94%b1-smugmug-%e6%94%b6%e8%b3%bc-%e5%95%8f%e7%ad%94%e9%9b%86/" title="Flickr 同意由 SmugMug 收購 – 問答集">Flickr 同意由 SmugMug 收購 –&nbsp;問答集</a></h1> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2018/05/23/flickr-%e5%90%8c%e6%84%8f%e7%94%b1-smugmug-%e6%94%b6%e8%b3%bc-%e5%95%8f%e7%ad%94%e9%9b%86/" rel="bookmark"><time class="byline-date entry-date published" datetime="2018-05-23T09:47:45-07:00">五月 23, 2018</time><time class="byline-date updated" datetime="2018-05-23T09:58:08-07:00">五月 23, 2018</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-excerpt"> <p>誠如我們先前<a href="https://web.archive.org/web/20190520061343/https://blog.flickr.net/en/2018/04/20/together-smugmug-flickr/">在此部落格文章</a>中所宣布的消息,Flickr 已同意<a href="https://web.archive.org/web/20190520061343/https://www.smugmug.com/together/?utm_campaign=flickr-launch&amp;utm_source=Flickr&amp;utm_medium=blog&amp;utm_content=faq">由 SmugMug 收購</a>。我們很高興接獲如此消息,也期待在將來向各位透露更多我們所掌握的詳細資訊。</p> <p>在 Yahoo奇摩與 Oath 公司旗下營運近 14 年後,我們即將轉往規模較小、更專業的攝影公司團隊,相信對於 Flickr 和您而言都是好的決定。SmugMug 致力於攝影領域和攝影師社群,自 2002 年開始經營至今。</p> <p>請參閱以下我們所整理的問答集,以瞭解更多關於此項交易的詳細資訊。此外,您也可以隨時參與 <a href="https://web.archive.org/web/20190520061343/https://www.flickr.com/help/forum/">Flickr 說明討論區</a>的討論內容。</p> <p>謝謝您,<br/> Flickr 團隊 敬上</p> </div> </div> </div> </section> <div class="feature-posts-banner"> <div class="wrap"> <h2 class="featured-posts-title">Featured</h2> <div class="featured-post-wrap"> <div class="featured-post-item item-2"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/16/catchy-colors-orange-and-blue-zh/" title="炫目色彩 Catchy Colors:橙與藍 Orange and Blue"> <img src="https://web.archive.org/web/20190520061343im_/http://i1.wp.com/live.staticflickr.com/1542/24963070072_d877ecd158_b.jpg?resize=280%2C185&amp;ssl=1"/> </a> <h3 class="featured-post-item-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/16/catchy-colors-orange-and-blue-zh/" title="炫目色彩 Catchy Colors:橙與藍 Orange and Blue">炫目色彩 Catchy Colors:橙與藍 Orange and&nbsp;Blue</a></h3> </div><div class="featured-post-item item-3"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/01/28/flickr-photowalk-kaohsiung-2016-jan-selections/" title="不畏天寒地凍!Flickr 高雄 Photowalk 佳作選集"> <img src="https://web.archive.org/web/20190520061343im_/http://i1.wp.com/live.staticflickr.com/1655/24007327804_6d8a579dde_b.jpg?resize=280%2C185&amp;ssl=1"/> </a> <h3 class="featured-post-item-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/01/28/flickr-photowalk-kaohsiung-2016-jan-selections/" title="不畏天寒地凍!Flickr 高雄 Photowalk 佳作選集">不畏天寒地凍!Flickr 高雄 Photowalk&nbsp;佳作選集</a></h3> </div><div class="featured-post-item item-4"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2015/12/16/2015-top-10-photos-taiwan/" title="2015 Flickr 台灣最佳10大相片"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/live.staticflickr.com/8630/16386612031_f5a6dca3c3_b.jpg?resize=280%2C185&amp;ssl=1"/> </a> <h3 class="featured-post-item-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2015/12/16/2015-top-10-photos-taiwan/" title="2015 Flickr 台灣最佳10大相片">2015 Flickr 台灣最佳10大相片</a></h3> </div> </div> </div> </div> <section id="primary" class="content-area wrap"> <main id="main" class="site-main" role="main"> <article id="post-76078" class="archive-item post-76078 post type-post status-publish format-standard hentry category-zh tag-auto-uploadr tag-flickr-pro tag-pro tag-uploadr post-1 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/03/08/flickr-pro-%e6%96%b0%e8%a8%8a%ef%bc%8b%e5%b9%b4%e8%b2%bb%e4%b8%83%e6%8a%98%e5%84%aa%e6%83%a0%e5%88%b8/" title="Flickr Pro 新訊+年費七折優惠券"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/s0.wp.com/wp-content/themes/vip/flickr-2/images/default.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/03/08/flickr-pro-%e6%96%b0%e8%a8%8a%ef%bc%8b%e5%b9%b4%e8%b2%bb%e4%b8%83%e6%8a%98%e5%84%aa%e6%83%a0%e5%88%b8/" rel="bookmark">Flickr Pro 新訊+年費七折優惠券</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/03/08/flickr-pro-%e6%96%b0%e8%a8%8a%ef%bc%8b%e5%b9%b4%e8%b2%bb%e4%b8%83%e6%8a%98%e5%84%aa%e6%83%a0%e5%88%b8/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-03-08T10:44:42-07:00">三月 8, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年我們重新推出 Flickr Pro,加強了我們 [&hellip;]</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75821" class="archive-item post-75821 post type-post status-publish format-standard hentry category-twittertuesday category-zh tag-be-kind tag-flickr tag-nice tag-twitter-tuesday post-2 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/16/tt-be-kind-zh/" title="Twitter Tuesday:親切 Be Kind"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/farm2.staticflickr.com/1638/25063337415_4c3f5629ed_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/16/tt-be-kind-zh/" rel="bookmark">Twitter Tuesday:親切 Be&nbsp;Kind</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/16/tt-be-kind-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-16T02:17:25-07:00">二月 16, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>本周 #TwitterTuesday 的主題是「親切」#BeKind,請透過 Twitter 將你的最佳作品分享給我們的官方帳號 @Flickr,我們會在近日在 Flickr blog 刊出佳作。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75810" class="archive-item post-75810 post type-post status-publish format-standard hentry category-twittertuesday category-zh tag-seleccion-twitter-tuesday tag-twitter-tuesday tag-twitter-tuesday-la-selection tag-twitter-tuesday-seleccion tag-twitter-tuesday-selection tag-twitter-tuesday-the-selection post-3 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/15/twitter-tuesday-the-locks-selection-zh/" title="Twitter Tuesday 佳作選集:鎖 Locks"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/farm9.staticflickr.com/8037/8026286415_81601c3289_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/15/twitter-tuesday-the-locks-selection-zh/" rel="bookmark">Twitter Tuesday 佳作選集:鎖&nbsp;Locks</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/15/twitter-tuesday-the-locks-selection-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-15T21:16:29-07:00">二月 15, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>上周雖然華人社會都在過農曆新年,#TwitterTuesday 還是有發出全球徵圖主題活動,這次的主題是配合全球網路安全日的「鎖」#Locks。讓我們來看看大家分享的佳作吧!</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75791" class="archive-item post-75791 post type-post status-publish format-standard hentry category-zh tag-amor tag-casais tag-casal tag-couple tag-couples tag-love tag-namorada tag-namorado tag-sua-melhor-foto-2015 tag-valentine tag-valentines-day tag-your-best-shot-2015 post-4 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/14/your-best-shot-selections-love-zh/" title="2015你的最佳一拍 精選主題作品:愛情"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/farm6.staticflickr.com/5638/23403799593_78be90d9fd_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/14/your-best-shot-selections-love-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:愛情</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/14/your-best-shot-selections-love-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-14T22:05:05-07:00">二月 14, 2016</time><time class="byline-date updated" datetime="2016-02-14T22:05:43-07:00">二月 14, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>在去年 2015你的最佳一拍所有來稿中,有不少作品散發著濃情蜜意。在西洋情人節剛過的這一天,一同來感受一下吧!</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75439" class="archive-item post-75439 post type-post status-publish format-standard hentry category-zh tag-flickr-galleries tag-happiness tag-happy tag-laughter tag-smile tag-your-best-shot-2015 tag-your-best-shot-2015-galleries post-5 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/13/your-best-shot-2015-smile-zh/" title="2015你的最佳一拍 精選主題作品:微笑"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/farm8.staticflickr.com/7636/16626402530_a8d158c78c_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/13/your-best-shot-2015-smile-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:微笑</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/13/your-best-shot-2015-smile-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-13T20:00:53-07:00">二月 13, 2016</time><time class="byline-date updated" datetime="2016-02-13T20:00:56-07:00">二月 13, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「微笑」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75436" class="archive-item post-75436 post type-post status-publish format-standard hentry category-zh tag-descanso tag-ferias tag-relax tag-relaxamento tag-relaxante tag-relaxe tag-rest tag-sua-melhor-foto-2015 tag-your-best-shot-2015 post-6 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/12/your-best-shot-2015-relax-zh/" title="2015你的最佳一拍 精選主題作品:放輕鬆"> <img src="https://web.archive.org/web/20190520061343im_/http://i0.wp.com/farm1.staticflickr.com/749/21141537561_d0cce4b81a_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/12/your-best-shot-2015-relax-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:放輕鬆</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/12/your-best-shot-2015-relax-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-12T20:00:19-07:00">二月 12, 2016</time><time class="byline-date updated" datetime="2016-02-12T20:00:21-07:00">二月 12, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「放輕鬆」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75432" class="archive-item post-75432 post type-post status-publish format-standard hentry category-zh tag-fairy-tales tag-magic tag-your-best-shot-2015 post-7 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/11/your-best-shot-2015-fairy-tales-zh/" title="2015你的最佳一拍 精選主題作品:奇幻故事"> <img src="https://web.archive.org/web/20190520061343im_/http://i1.wp.com/farm8.staticflickr.com/7471/16240417966_0a39aaf42d_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/11/your-best-shot-2015-fairy-tales-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:奇幻故事</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/11/your-best-shot-2015-fairy-tales-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-11T20:00:27-07:00">二月 11, 2016</time><time class="byline-date updated" datetime="2016-02-11T20:00:29-07:00">二月 11, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「奇幻故事」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75429" class="archive-item post-75429 post type-post status-publish format-standard hentry category-zh tag-hills tag-mountain tag-your-best-shot-2015 tag-419201905 post-8 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/10/your-best-shot-2015-mountains-zh/" title="2015你的最佳一拍 精選主題作品:山岳"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/farm1.staticflickr.com/669/21203806340_7dffd4d27a_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/10/your-best-shot-2015-mountains-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:山岳</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/10/your-best-shot-2015-mountains-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-10T20:00:38-07:00">二月 10, 2016</time><time class="byline-date updated" datetime="2016-02-11T00:34:33-07:00">二月 11, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分 [&hellip;]</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75426" class="archive-item post-75426 post type-post status-publish format-standard hentry category-zh tag-flickr tag-long-exposure tag-long-exposures tag-your-best-shot-2015 post-9 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/09/your-best-shot-2015-long-exposure-zh/" title="2015你的最佳一拍 精選主題作品:長曝"> <img src="https://web.archive.org/web/20190520061343im_/http://i1.wp.com/farm1.staticflickr.com/478/19274107303_2f43956001_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/09/your-best-shot-2015-long-exposure-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:長曝</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/09/your-best-shot-2015-long-exposure-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-09T20:00:06-07:00">二月 9, 2016</time><time class="byline-date updated" datetime="2016-02-09T20:00:09-07:00">二月 9, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「長曝」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75421" class="archive-item post-75421 post type-post status-publish format-standard hentry category-zh tag-sua-melhor-foto-2015 tag-symmetry tag-your-best-shot-2015 post-10 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/08/your-best-shot-2015-symmetry-zh/" title="2015你的最佳一拍 精選主題作品:對稱"> <img src="https://web.archive.org/web/20190520061343im_/http://i0.wp.com/farm6.staticflickr.com/5654/22766364103_5a1b6beb33_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/08/your-best-shot-2015-symmetry-zh/" rel="bookmark">2015你的最佳一拍 精選主題作品:對稱</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/08/your-best-shot-2015-symmetry-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-08T20:00:31-07:00">二月 8, 2016</time><time class="byline-date updated" datetime="2016-02-08T20:00:34-07:00">二月 8, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「對稱」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75418" class="archive-item post-75418 post type-post status-publish format-standard hentry category-zh tag-flickr tag-top-photos tag-top-photos-2015 tag-year-in-review tag-yir tag-your-best-shot tag-your-best-shot-2012 tag-your-best-shot-2013 tag-your-best-shot-2015 tag-yourbestshot tag-yourbestshot2012 tag-yourbestshot2013 tag-yourbestshot2015 post-11 odd"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/07/your-best-shot-2015-portraits-zh/" title="2015你的最佳一拍精選主題作品:人像"> <img src="https://web.archive.org/web/20190520061343im_/http://i0.wp.com/farm2.staticflickr.com/1686/23919704141_e3db907de8_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/07/your-best-shot-2015-portraits-zh/" rel="bookmark">2015你的最佳一拍精選主題作品:人像</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/07/your-best-shot-2015-portraits-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-07T20:00:54-07:00">二月 7, 2016</time><time class="byline-date updated" datetime="2016-02-07T20:00:56-07:00">二月 7, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「人像」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <article id="post-75416" class="archive-item post-75416 post type-post status-publish format-standard hentry category-zh tag-bokeh tag-yourbestshot tag-yourbestshot2015 post-12 even alt"> <a class="post-thumbnail" href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/06/your-best-shot-2015-bokeh-zh/" title="2015你的最佳一拍精選主題作品:散景"> <img src="https://web.archive.org/web/20190520061343im_/http://i2.wp.com/farm1.staticflickr.com/776/23399095271_25e13859e0_b.jpg?resize=450%2C300"/> </a> <header class="entry-header"> <h2 class="entry-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/06/your-best-shot-2015-bokeh-zh/" rel="bookmark">2015你的最佳一拍精選主題作品:散景</a></h2> <div class="entry-meta"> <div class="byline"><span class="posted-on"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2016/02/06/your-best-shot-2015-bokeh-zh/" rel="bookmark"><time class="byline-date entry-date published" datetime="2016-02-06T20:00:16-07:00">二月 6, 2016</time><time class="byline-date updated" datetime="2016-02-06T20:00:18-07:00">二月 6, 2016</time></a></span></div> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-summary"> <p>去年年底舉辦的「2015你的最佳一拍」活動,大家分享了許多精彩作品。我們從所有來稿作品中依不同主題選出許多精彩作品,這次的主題是「散景」。</p> </div><!-- .entry-summary --> </article><!-- #post-## --> <nav class="navigation paging-navigation" role="navigation"> <h1 class="screen-reader-text">Posts navigation</h1> <div class="nav-links"> <div class="nav-previous"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/page/2/"><span class="meta-nav">&larr;</span> 較舊的文章</a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </main><!-- #main --> </section><!-- #primary --> <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/20190520061343/https://ssl' : 'https://web.archive.org/web/20190520061343/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/20190520061343/http://blog.flickr.net/zh/2015/03/17/photographer-spotlight-bibi-barbie/" title="攝影者專訪:耐心等待最佳畫面/風景攝影家 Bibi.Barbie 張麗芬"><img class="photographer-mug alignleft" src="https://web.archive.org/web/20190520061343im_/https://flickrtheblog.files.wordpress.com/2015/03/15802199n00_r.jpg?w=150&amp;h=150&amp;crop=1"/></a> <span class="featured-photographer-title"><a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh/2015/03/17/photographer-spotlight-bibi-barbie/" title="攝影者專訪:耐心等待最佳畫面/風景攝影家 Bibi.Barbie 張麗芬">Bibi.Barbie 張麗芬</a></span> <p><a href="https://web.archive.org/web/20190520061343/https://www.flickr.com/photos/59889/" target="_blank">Bibi.Barbie 張麗芬</a>是活躍在Flickr上的知名風景攝影達人,作品廣受國內外網友好評,作品除了經常參加各種實體展覽外,也出過不少風景攝影相關書籍。Flickr 很高興有這個機會,能夠邀請她和大家分享她的攝影心路歷程。</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/20190520061343/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/20190520061343/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/20190520061343/http://blog.flickr.net/de" class="">Deutsch</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/en" class="">English</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/es" class="">Espa&#241;ol</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/fr" class="">Fran&#231;ais</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/id" class="">Bahasa Indonesia</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/it" class="">Italiano</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/ko" class="">한글</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/pt" class="">Portugu&#234;s</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/vi" class="">Tiếng Việt</a> <a href="https://web.archive.org/web/20190520061343/http://blog.flickr.net/zh" class="selected">繁體中文</a> </span> <span class="copywrite"> &#169; 2019 Flickr, Inc. All rights reserved. Powered&nbsp;by&nbsp;<a href="https://web.archive.org/web/20190520061343/http://vip.wordpress.com/">WordPress.com&nbsp;VIP</a> </span> </div><!-- .site-info --> </div> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22http%3A%5C%2F%5C%2Fblog.flickr.net%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22wrap%22%2C%22footer%22%3Afalse%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Load%20more%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2208.03.16%22%2C%22order%22%3A%22DESC%22%2C%22scripts%22%3A%5B%5D%2C%22styles%22%3A%5B%5D%2C%22google_analytics%22%3Afalse%2C%22offset%22%3A0%2C%22history%22%3A%7B%22host%22%3A%22blog.flickr.net%22%2C%22path%22%3A%22%5C%2Fpage%5C%2F%25d%5C%2F%22%2C%22use_trailing_slashes%22%3Atrue%2C%22parameters%22%3A%22%22%7D%2C%22query_args%22%3A%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B81481%2C75870%2C75329%2C73883%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22posts_per_page%22%3A12%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D%2C%22last_post_date%22%3A%222016-02-06%2020%3A00%3A16%22%2C%22stats%22%3A%22blog%3D957851%26v%3Dwpcom%26tz%3D-7%26user_id%3D0%26subd%3Dflickrtheblog%26x_pagetype%3Dinfinite-click%22%7D%7D' ) ); //]]> </script> <!-- wpcom_wp_footer --> <script type="text/javascript" src="//web.archive.org/web/20190520061343js_/http://0.gravatar.com/js/gprofiles.js?ver=201921y"></script> <script type="text/javascript"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190520061343js_/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> <div id="carousel-reblog-box"> <form action="#" name="carousel-reblog"> <textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea> <label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label> <select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id"> </select> <div class="submit"> <span class="canceltext"><a href="#" class="cancel">取消</a></span> <input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post"/> <input type="hidden" id="carousel-reblog-blog-id" value="957851"/> <input type="hidden" id="carousel-reblog-blog-url" value="http://blog.flickr.net"/> <input type="hidden" id="carousel-reblog-blog-title" value="Flickr Blog"/> <input type="hidden" id="carousel-reblog-post-url" value=""/> <input type="hidden" id="carousel-reblog-post-title" value=""/> </div> <input type="hidden" id="_wpnonce" name="_wpnonce" value="7de5dc236c"/><input type="hidden" name="_wp_http_referer" value="/"/> </form> <div class="arrow"></div> </div> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20190520061343cs_/https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1524699534j&amp;cssminify=yes" type="text/css" media="all"/> <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":"1","is_single":"0","is_front_page":"1","is_archive":"0","percentToTrack":"1"}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"zh","ajaxurl":"https:\/\/web.archive.org\/web\/20190520061343\/http:\/\/blog.flickr.net\/wp-admin\/admin-ajax.php","nonce":"cf52f7988a","display_exif":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"\u53d1\u8868\u8bc4\u8bba","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/web.archive.org\/web\/20190520061343\/https:\/\/flickrtheblog.wordpress.com\/wp-login.php?redirect_to=http%3A%2F%2Fblog.flickr.net%2Fzh%2F2016%2F03%2F08%2Fflickr-pro-%25e6%2596%25b0%25e8%25a8%258a%25ef%25bc%258b%25e5%25b9%25b4%25e8%25b2%25bb%25e4%25b8%2583%25e6%258a%2598%25e5%2584%25aa%25e6%2583%25a0%25e5%2588%25b8%2F","blog_id":"957851","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<p id=\"jp-carousel-commenting-as\">You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in<\/a> to post a comment.<\/p>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=957851&v=wpcom&tz=-7&user_id=0&subd=flickrtheblog","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190520061343js_/https://s2.wp.com/_static/??-eJyVUMtOAzEM/CGCadWKXhCfgryJF5zNi9jZ0r8nFdoV4hCJk58znjFci7E5KSUFL+BoZUvl69HLA/waxWZKaO+cBAIvJPDZqNEHJheoDpY5zZxYb3sy2PWkBe0Cb5wszGhpynkxFCdyA9TRrFzu0nswmDDclK0MAOgiJzNhhYiiVHtm8kq1suu+9t4/GbR26fvZ7iC0O13XJdc5T56s/mXc6NZ+OAOKkMqPkV6XSjJyYbHmJhS2r5mt0TGv8eVwPj+fDpfL09F/A5uYtIE="></script> <script type="text/javascript" src="https://web.archive.org/web/20190520061343js_/http://platform.twitter.com/widgets.js?ver=20111117"></script> <script type="text/javascript" src="https://web.archive.org/web/20190520061343js_/https://s0.wp.com/_static/??-eJyVy0sOQEAMANALqcZnluIsmGbSUTUZRdyerZVYvsXDM8G0qpEaLjsk2QPrhnayGWUYZZjmkbOHxIRKB2VSzxrKuBX456bvx0IewiBC+XrrWf3SVc61deOquo03DQdDyw=="></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 type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","postmessage","mobile-useragent-info","jquery_inview","jetpack_resize","flickr-js","spin","jquery.spin","grofiles-cards","wpgroho","devicepx","jetpack_likes_queuehandler","the-neverending-homepage","jetpack-facebook-embed","wpcom-vip-analytics","wpcom-masterbar-js","wpcom-masterbar-tracks-js","swfobject","videopress","jetpack-carousel","twitter-widgets","twitter-widgets-infinity","twitter-widgets-pending","tiled-gallery"] ); jQuery.extend( infiniteScroll.settings.styles, ["jetpack_likes","the-neverending-homepage","wp-block-library","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","mp6hacks","wpcom-bbpress2-staff-css","flickr-style","jetpack_facebook_likebox","noticons","geo-location-flair","reblogging","h4-global","jetpack-carousel","tiled-gallery"] ); </script><script src="//web.archive.org/web/20190520061343js_/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','subd':'flickrtheblog'}]); function st_vt() {var x=document.createElement("img");x.src="https://web.archive.org/web/20190520061343/http://pixel.wp.com/g.gif?blog=957851&v=wpcomvt&tz=-7&user_id=0&subd=flickrtheblog&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtib2E/SzdEJm0lUEtbdFU0fFk4cHZvcUFrZT90Tn4yQm1+R3NyNTd1LERUSXUlY2t6XWRwWiYmcnkwR3ZJLTlpZVt4RTYlekE1a0hGTk51W1AwcktXVS5kTmY4akVwWk40a1lMNi8zUXVjX1BmRi1OMW8lU1s9YVdnbFssREVVZl1FRzlFbksma1F6MnFHS19JUXRIfl83Nz8tX2VjV016QnFHZjFZcnUuYTc2QmFbR2pwZEFORTk4NStKTHN3MV05QUpXb0hkPzNnOElsMVJsWl0tS2VReUhRZEZXNFNTT0QseG9tL0dEflgzfFJvTVJ0WQ=='}]); _stq.push([ 'clickTrackerInit', '957851', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20190520061343im_/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/20190520061343/http://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script async src="https://web.archive.org/web/20190520061343js_/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 06:13:43 May 20, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:23:27 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.103 exclusion.robots: 0.063 exclusion.robots.policy: 0.046 esindex: 0.016 cdx.remote: 16.795 LoadShardBlock: 167.207 (3) PetaboxLoader3.datanode: 106.95 (4) PetaboxLoader3.resolve: 171.291 (2) load_resource: 133.028 -->

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