CINXE.COM
Twitter | Official blog of the Met Office news team
<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" lang="en"> <![endif]--> <!--[if IE 7]> <html id="ie7" lang="en"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en"> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8)]><!--> <html lang="en"> <!--<![endif]--> <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("https://blog.metoffice.gov.uk/tag/twitter/","20200815111929","https://web.archive.org/","web","/_static/", "1597490369"); </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"/> <title>Twitter | Official blog of the Met Office news team</title> <link rel="profile" href="http://gmpg.org/xfn/11"/> <link rel="stylesheet" type="text/css" media="all" href="https://web.archive.org/web/20200815111929cs_/https://s2.wp.com/wp-content/themes/pub/twentyten/style.css"/> <link rel="pingback" href="https://blog.metoffice.gov.uk/xmlrpc.php"> <!-- 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/20200815111929/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/20200815111929/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/20200815111929/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/20200815111929/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9ibG9nLm1ldG9mZmljZS5nb3YudWs%3D" + "&wpcomid=14516441" + "&time=1597490369"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20200815111929/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200815111929/https://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200815111929/https://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20200815111929/https://metofficenews.wordpress.com/"/> <link rel="alternate" type="application/rss+xml" title="Official blog of the Met Office news team » Feed" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/feed/"/> <link rel="alternate" type="application/rss+xml" title="Official blog of the Met Office news team » Comments Feed" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/comments/feed/"/> <link rel="alternate" type="application/rss+xml" title="Official blog of the Met Office news team » Twitter Tag Feed" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/feed/"/> <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\/20200815111929\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/s1.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1596548281h&ver=5.5-wpcom-484371"}}; !function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([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]));case"emoji":return!c([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.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/20200815111929cs_/https://s1.wp.com/_static/??-eJylkttuwyAMhl9ohBzWJb2Y+iyQuMwtEARGWd5+BDVR1VVZpd3Z5v+MT3xyrB8tgSVuInM6KrSBT64fDQsGNcwPXtGH8MafYxqvEPgFyIn+yrK3J0d7Ros0b8Yv8apUMbkSvEovHnhXtEXFZUQ9cKnH/Jf0ws880Kzh/2noC8wraTJ117GYx0hMeRxeruQhhReEVoU/8HPUmgUkYDDgAtxmyuuyrbvm4/jOnQeD0WzofsJ+vNVRFXVTlHzAQFuQPWfvNrmMM8WNE7QoTKpKgE4ztLSHTTgooISH1WYE3/tIvkUpU3shsLXJvK98ayfzWR2ObdMcuqq8/AAD9hIZ?cssminify=yes" type="text/css" media="all"/> <style id="wp-block-library-inline-css"> .has-text-align-justify { text-align:justify; } </style> <style id="global-styles-inline-css"> :root { --wp--preset--color--blue: #0066cc; --wp--preset--color--black: #000; --wp--preset--color--medium-gray: #666; --wp--preset--color--light-gray: #f1f1f1; --wp--preset--color--white: #fff; --wp--preset--font-size--small: 13; --wp--preset--font-size--normal: 16; --wp--preset--font-size--medium: 20; --wp--preset--font-size--large: 36; --wp--preset--font-size--huge: 48; --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%); --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%); } </style> <link rel="stylesheet" id="all-css-2-1" href="https://web.archive.org/web/20200815111929cs_/https://s1.wp.com/_static/??-eJyVkdEKwjAMRX/IGgU38EH8lq52Na5tSptR9/dmvqgoU9/ODfdASKAmZSiyjQx8tsEWSGMHXGUwyRQ6T2Yoa1PKCr51C0/eqpoMhTchjCr50WEsUPHkLBdgSipREbqLvyi9NrYjGpTHQeD6h+nRDPn3vjBrl3V40JLmLCm5lGak+BJU7zXmJTVbubETdCCtp7gkYewxIk8fH7EkajNv1en8oLl+DIdt02527X67by43pkXKig==?cssminify=yes" type="text/css" media="all"/> <style id="jetpack-global-styles-frontend-style-inline-css"> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link rel="stylesheet" id="all-css-4-1" href="https://web.archive.org/web/20200815111929cs_/https://s1.wp.com/_static/??-eJxti0EKgCAQAD+ULUUlHaK3mJgaqyuu0vejQ4eo0zAwA2cSmmIxsUCoImG1PjIk4iJ2VD4DO5V9tA9bzdzA/8WkvUKBZOktn6k4EwyDG8AibQrvYA1LN85jLycpu+MCZVw32Q==?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20200815111929js_/https://s2.wp.com/_static/??/wp-includes/js/jquery/jquery.js,/wp-content/js/mobile-useragent-info.js,/wp-content/plugins/full-site-editing-plugin/207283694/premium-content/view.js?m=1597335810j"></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://metofficenews.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"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website"/> <meta property="og:title" content="Twitter – Official blog of the Met Office news team"/> <meta property="og:url" content="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/"/> <meta property="og:site_name" content="Official blog of the Met Office news team"/> <meta property="og:image" content="https://web.archive.org/web/20200815111929im_/https://s0.wp.com/i/blank.jpg"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:creator" content="@metofficenews"/> <meta name="twitter:site" content="@metofficenews"/> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://web.archive.org/web/20200815111929im_/https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/> <link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20200815111929im_/https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20200815111929im_/https://s2.wp.com/i/webclip.png"/> <link rel="openid.server" href="https://blog.metoffice.gov.uk/?openidserver=1"/> <link rel="openid.delegate" href="https://blog.metoffice.gov.uk/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/osd.xml" title="Official blog of the Met Office news team"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20200815111929/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <style type="text/css"> .widget_twitter li { word-wrap: break-word; } </style> <meta name="application-name" content="Official blog of the Met Office news team"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://blog.metoffice.gov.uk/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="Posts about Twitter written by Met Office Press Office"/> </head> <body class="archive tag tag-twitter tag-599182 customizer-styles-applied highlander-enabled highlander-light"> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <div id="site-title"> <span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home">Official blog of the Met Office news team</a> </span> </div> <div id="site-description"></div> <a class="home-link" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home"> <img src="https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2016/06/blogbannerartwork_940x198_header.png" width="940" height="198" alt=""/> </a> </div><!-- #branding --> <div id="access" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu-header"><ul id="menu-menu" class="menu"><li id="menu-item-3045" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3045"><a href="https://web.archive.org/web/20200815111929/https://metofficenews.wordpress.com/">Home</a></li> <li id="menu-item-3040" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3040"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/">News</a></li> <li id="menu-item-3041" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3041"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-in-the-media/">In the Media</a></li> <li id="menu-item-3042" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3042"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-images/">Images</a></li> <li id="menu-item-3043" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3043"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-diary/">Diary</a></li> <li id="menu-item-3044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3044"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/about/">About</a></li> </ul></div> </div><!-- #access --> </div><!-- #masthead --> </div><!-- #header --> <div id="main"> <div id="container"> <div id="content" role="main"> <h1 class="page-title">Tag Archives: <span>Twitter</span></h1> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/page/2/"><span class="meta-nav">←</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-8449" class="post-8449 post type-post status-publish format-standard hentry category-met-office-in-the-media category-met-office-news tag-android tag-apps tag-bbc tag-broadcasting tag-facebook tag-iphone tag-met-office tag-social-media tag-tv tag-twitter tag-weather-forecast"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/" rel="bookmark">A look back at this week’s news</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/" title="4:55 pm" rel="bookmark"><span class="entry-date">26 August, 2015</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>The Met Office has been in the news again this week, with our contracts for broadcast weather services generating a huge amount of column inches and public reaction. It’s certainly been heartening to see and hear the level of public … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/android/" rel="tag">Android</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/apps/" rel="tag">apps</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/bbc/" rel="tag">BBC</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/broadcasting/" rel="tag">broadcasting</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/facebook/" rel="tag">Facebook</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/iphone/" rel="tag">iPhone</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/social-media/" rel="tag">Social media</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/tv/" rel="tag">tv</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather-forecast/" rel="tag">weather forecast</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/08/26/a-look-back-at-this-weeks-news/#comments">1 Comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-6913" class="post-6913 post type-post status-publish format-standard hentry category-met-office-news tag-geminid tag-met-office tag-meteor-shower tag-twitter tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/12/16/geminid-meteor-shower-twitter-interview/" rel="bookmark">Geminid meteor shower Twitter interview</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/12/16/geminid-meteor-shower-twitter-interview/" title="12:32 pm" rel="bookmark"><span class="entry-date">16 December, 2013</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>Starting on 7 December and ending on the 16 December, the Geminid meteor shower is for many the highlight of the meteor shower calendar in 2013. The peak of the Geminid meteor shower took place on 13-14 December, when you could see … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/12/16/geminid-meteor-shower-twitter-interview/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/geminid/" rel="tag">geminid</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/meteor-shower/" rel="tag">meteor shower</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/12/16/geminid-meteor-shower-twitter-interview/#comments">2 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-6454" class="post-6454 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-june tag-twitter tag-uk tag-video tag-weather tag-youtube"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/07/05/june-weather-summary-video-and-your-pictures/" rel="bookmark">June weather summary video and your pictures</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/07/05/june-weather-summary-video-and-your-pictures/" title="2:34 pm" rel="bookmark"><span class="entry-date">5 July, 2013</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>June began settled and sunny in most areas before becoming more unsettled and cooler. In our video forecaster Helen explains what weather defined June and highlights the warmest, coldest, wettest and windiest places in the UK last month. Visit our … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/07/05/june-weather-summary-video-and-your-pictures/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/june/" rel="tag">june</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/uk/" rel="tag">UK</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/video/" rel="tag">video</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/youtube/" rel="tag">YouTube</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-6227" class="post-6227 post type-post status-publish format-standard hentry category-met-office-images category-met-office-news tag-april tag-photos tag-twitter tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/05/15/april-weather-summary-video-and-your-photos/" rel="bookmark">April weather summary video and your photos</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/05/15/april-weather-summary-video-and-your-photos/" title="2:35 pm" rel="bookmark"><span class="entry-date">15 May, 2013</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>Following on from the second coldest March on record, April was another cool month, with temperatures below average everywhere. The provisional UK mean temperature was 6.3 °C, which is 1.1 °C below the 1981-2010 average, very similar to 2012 but otherwise … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/05/15/april-weather-summary-video-and-your-photos/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-images/" rel="category tag">Met Office Images</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/april/" rel="tag">april</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/photos/" rel="tag">photos</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5926" class="post-5926 post type-post status-publish format-standard hentry category-met-office-news tag-big-bang-fair tag-dallas-campbell tag-interview tag-science tag-simon-watt tag-twitter"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/03/13/big-bang-fair-twitter-interviews-with-dallas-campbell-and-simon-watt/" rel="bookmark">Big Bang Fair twitter interviews with Dallas Campbell and Simon Watt</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/03/13/big-bang-fair-twitter-interviews-with-dallas-campbell-and-simon-watt/" title="2:26 pm" rel="bookmark"><span class="entry-date">13 March, 2013</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>Ahead of the Big Bang Fair, which starts tomorrow, we held Twitter interviews with science communicators Dallas Campbell and Simon Watt. In case you missed the interviews and their excellent answers, you can see them in full below. @metoffice @bigbangfair … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/03/13/big-bang-fair-twitter-interviews-with-dallas-campbell-and-simon-watt/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/big-bang-fair/" rel="tag">big bang fair</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/dallas-campbell/" rel="tag">dallas campbell</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/interview/" rel="tag">interview</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/science/" rel="tag">science</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/simon-watt/" rel="tag">simon watt</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5216" class="post-5216 post type-post status-publish format-standard hentry category-met-office-in-the-media tag-blog tag-facebook tag-met-office tag-social-buzz-awards tag-social-media tag-twitter tag-youtube"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/29/met-office-wins-social-buzz-award/" rel="bookmark">Met Office wins Social Buzz award</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/29/met-office-wins-social-buzz-award/" title="4:12 pm" rel="bookmark"><span class="entry-date">29 November, 2012</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>Last night the Met Office won the Social Buzz Award for Best Public Sector Social Media Strategy for ‘Sharing the weather when it matters’. The award is in recognition of the work of the Met Office has been doing to use social … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/29/met-office-wins-social-buzz-award/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/blog/" rel="tag">blog</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/facebook/" rel="tag">Facebook</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/social-buzz-awards/" rel="tag">social buzz awards</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/social-media/" rel="tag">Social media</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/youtube/" rel="tag">YouTube</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/29/met-office-wins-social-buzz-award/#comments">4 Comments</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-5014" class="post-5014 post type-post status-publish format-standard hentry category-met-office-news tag-jokes tag-snow tag-twitter tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/07/its-snow-joke-your-weather-jokes/" rel="bookmark">It’s snow joke – your weather jokes</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/07/its-snow-joke-your-weather-jokes/" title="11:09 am" rel="bookmark"><span class="entry-date">7 November, 2012</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>Thank you to everyone who shared their weather jokes with us on Twitter. Here’s a selection of our favourites. @MrDanielEdwards: What’s the difference between the weather and climate? You can’t weather a tree but you can climate @thisisshaft: What do you … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/07/its-snow-joke-your-weather-jokes/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/jokes/" rel="tag">jokes</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/snow/" rel="tag">snow</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-4535" class="post-4535 post type-post status-publish format-standard hentry category-met-office-in-the-media tag-eumetsat tag-met-office tag-meteosat tag-metop-b tag-twitter tag-weather-satellite"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/09/10/metop-b-weather-satellite-launch-twitter-interview/" rel="bookmark">Metop-B weather satellite launch Twitter interview</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/09/10/metop-b-weather-satellite-launch-twitter-interview/" title="10:52 am" rel="bookmark"><span class="entry-date">10 September, 2012</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>To celebrate the impending launch of weather satellite Metop-B, we held a twitterview – an interview conducted on Twitter, with EUMETSAT. Metop-B, due for launch on 17 September 2012, is the second of the EUMETSAT Polar System (EPS) satellites, which provide data for … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/09/10/metop-b-weather-satellite-launch-twitter-interview/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/eumetsat/" rel="tag">EUMETSAT</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/met-office/" rel="tag">Met Office</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/meteosat/" rel="tag">Meteosat</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/metop-b/" rel="tag">Metop-B</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather-satellite/" rel="tag">Weather satellite</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-3895" class="post-3895 post type-post status-publish format-standard hentry category-met-office-news tag-facebook tag-google tag-headstream tag-metoffice tag-social-brands-100 tag-social-media tag-twitter tag-weather tag-youtube"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/29/met-office-ranked-in-top-ten-social-brands/" rel="bookmark">Met Office ranked in top ten social brands</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/29/met-office-ranked-in-top-ten-social-brands/" title="8:22 pm" rel="bookmark"><span class="entry-date">29 May, 2012</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>The Met Office has made it into the top ten social brands in the Headstream Social Brands 100 list for 2012. The Met Office came in joint ninth position and was recognised as the top ranked organisation in the services category. Our … <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/29/met-office-ranked-in-top-ten-social-brands/">Continue reading <span class="meta-nav">→</span></a></p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/" rel="category tag">Met Office News</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/facebook/" rel="tag">Facebook</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/google/" rel="tag">Google</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/headstream/" rel="tag">Headstream</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/metoffice/" rel="tag">MetOffice</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/social-brands-100/" rel="tag">Social Brands 100</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/social-media/" rel="tag">Social media</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/youtube/" rel="tag">YouTube</a> </span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/29/met-office-ranked-in-top-ten-social-brands/#comments">1 Comment</a></span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="post-3867" class="post-3867 post type-post status-publish format-standard hentry category-met-office-in-the-media tag-facebook tag-pictures tag-sunshine tag-twitter tag-weather"> <h2 class="entry-title"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/24/your-weather-pictures/" rel="bookmark">Your weather pictures</a></h2> <div class="entry-meta"> <span class="meta-prep meta-prep-author">Posted on</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/24/your-weather-pictures/" title="5:38 pm" rel="bookmark"><span class="entry-date">24 May, 2012</span></a> <span class="by-author"><span class="sep">by</span> <span class="author vcard"><a class="url fn n" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/author/dbr1tt0n/" title="View all posts by Met Office Press Office" rel="author">Met Office Press Office</a></span> </span> </div><!-- .entry-meta --> <div class="entry-summary"> <p>Thank you for sharing your weather pictures on Facebook and Twitter. Here’s some of our favourites.</p> </div><!-- .entry-summary --> <div class="entry-utility"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-in-the-media/" rel="category tag">Met Office in the Media</a> </span> <span class="meta-sep">|</span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/facebook/" rel="tag">Facebook</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/pictures/" rel="tag">pictures</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/sunshine/" rel="tag">sunshine</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" rel="tag">Twitter</a>, <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" rel="tag">weather</a> </span> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/page/2/"><span class="meta-nav">←</span> Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-below --> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="text-3" class="widget-container widget_text"><h3 class="widget-title">About this blog</h3> <div class="textwidget"><p>This is the official blog of the Met Office news team, intended to provide journalists and bloggers with the latest weather, climate science and business news and information from the Met Office. </p> <p>The blog will post latest news releases and related content, news diary and information supporting news stories already in the media. </p> </div> </li><li id="search-3" class="widget-container widget_search"><h3 class="widget-title">Search this site</h3><form role="search" method="get" id="searchform" class="searchform" action="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/"> <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></li><li id="media_image-5" class="widget-container widget_media_image"><h3 class="widget-title">Awards</h3><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://web.archive.org/web/20200815111929/https://metofficenews.wordpress.com/2011/11/30/met-office-strikes-gold-at-computer-weekly-social-media-awards/"><img width="131" height="235" src="https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg" class="image wp-image-3021 aligncenter attachment-full size-full" alt="Met Office winner best use of social media in the public sector" loading="lazy" style="max-width: 100%; height: auto;" data-attachment-id="3021" data-permalink="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/computerweekly_winner1/" data-orig-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg" data-orig-size="131,235" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="ComputerWeekly_winner[1]" data-image-description="" data-medium-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg?w=131" data-large-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/01/computerweekly_winner1.jpg?w=131"/></a></li><li id="media_image-8" class="widget-container widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://web.archive.org/web/20200815111929/https://metofficenews.wordpress.com/2012/11/29/met-office-wins-social-buzz-award/"><img width="300" height="177" src="https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300" class="image wp-image-5225 alignnone attachment-300x184 size-300x184" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300 300w, https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=150 150w, https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg 312w" sizes="(max-width: 300px) 100vw, 300px" data-attachment-id="5225" data-permalink="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/29/met-office-wins-social-buzz-award/social_buzz_larger_image/" data-orig-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg" data-orig-size="312,184" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="Social_buzz_larger_image" data-image-description="" data-medium-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=300" data-large-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/11/social_buzz_larger_image.jpg?w=312"/></a></li><li id="media_image-7" class="widget-container widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://web.archive.org/web/20200815111929/https://metofficenews.wordpress.com/2012/05/29/met-office-ranked-in-top-ten-social-brands/"><img width="145" height="145" src="https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=145" class="image wp-image-3946 aligncenter attachment-180x145 size-180x145" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=145 145w, https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=150 150w, https://web.archive.org/web/20200815111929im_/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg 180w" sizes="(max-width: 145px) 100vw, 145px" data-attachment-id="3946" data-permalink="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/social_brand_logo-sml2/" data-orig-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg" data-orig-size="180,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":""}" data-image-title="social_brand_logo-sml2" data-image-description="" data-medium-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=180" data-large-file="https://web.archive.org/web/20200815111929/https://metofficenews.files.wordpress.com/2012/05/social_brand_logo-sml2.jpg?w=180"/></a></li><li id="categories-3" class="widget-container widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-38532101"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-diary/">Met Office Diary</a> </li> <li class="cat-item cat-item-38372647"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-images/">Met Office Images</a> </li> <li class="cat-item cat-item-38532086"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-in-the-media/">Met Office in the Media</a> </li> <li class="cat-item cat-item-38320216"><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/category/met-office-news/">Met Office News</a> </li> </ul> </li><li id="twitter-2" class="widget-container widget_twitter"><h3 class="widget-title"><a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice">Met Office on Twitter</a></h3><ul class="tweets"> <li> ⚠️Yellow Weather Warnings updated⚠️ Further <a href="https://web.archive.org/web/20200815111929/http://twitter.com/search?q=%23thunderstorms">#thunderstorms</a> are possible across parts of England and Wales during t… <a href="https://web.archive.org/web/20200815111929/https://twitter.com/i/web/status/1294588898874667009"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice/statuses/1294588898874667009" class="timesince">22 minutes ago</a> </li> <li> Here is the route the @<a href="https://web.archive.org/web/20200815111929/http://twitter.com/rafredarrows">rafredarrows</a> are taking today for the <a href="https://web.archive.org/web/20200815111929/http://twitter.com/search?q=%23VJDay">#VJDay</a> flypast There is some low cloud around in the… <a href="https://web.archive.org/web/20200815111929/https://twitter.com/i/web/status/1294570490024132608"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice/statuses/1294570490024132608" class="timesince">1 hour ago</a> </li> <li> Today marks <a href="https://web.archive.org/web/20200815111929/http://twitter.com/search?q=%23VJDay75">#VJDay75</a> and the end of World War 2 Here is the actual weather chart for the UK on this historic day… <a href="https://web.archive.org/web/20200815111929/https://twitter.com/i/web/status/1294539622136057856"> twitter.com/i/web/status/1…</a> <a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice/statuses/1294539622136057856" class="timesince">3 hours ago</a> </li> <li> RT @<a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice">metoffice</a>: A cloudy start for most on Saturday morning with some heavy, possibly thundery showers in the south ☁️⚡️ Brighter skies in… <a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice/statuses/1294519992222973952" class="timesince">4 hours ago</a> </li> </ul><a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice" class="twitter-follow-button" data-show-count="false" data-link-color="#0066cc" data-text-color="#333333">Follow @metoffice</a></li><li id="facebook-likebox-3" class="widget-container widget_facebook_likebox"><h3 class="widget-title"><a href="https://web.archive.org/web/20200815111929/https://www.facebook.com/metoffice">Met Office on Facebook</a></h3> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/metoffice" data-width="205" data-height="130" data-hide-cover="false" data-show-facepile="false" data-tabs="timeline" data-hide-cta="false" data-small-header="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/metoffice"><a href="https://web.archive.org/web/20200815111929/https://www.facebook.com/metoffice">Met Office on Facebook</a></blockquote></div> </div> </li><li id="archives-3" class="widget-container widget_archive"><h3 class="widget-title">Archives</h3> <ul> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/08/">August 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/07/">July 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/06/">June 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/05/">May 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/04/">April 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/03/">March 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2020/02/">February 2020</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/11/">November 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/10/">October 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/09/">September 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/08/">August 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/07/">July 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/06/">June 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/05/">May 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/04/">April 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/03/">March 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2019/01/">January 2019</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/10/">October 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/09/">September 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/08/">August 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/07/">July 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/06/">June 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/05/">May 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/04/">April 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/03/">March 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/02/">February 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2018/01/">January 2018</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/12/">December 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/11/">November 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/10/">October 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/09/">September 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/08/">August 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/07/">July 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/06/">June 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/05/">May 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/04/">April 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/03/">March 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/02/">February 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2017/01/">January 2017</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/12/">December 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/11/">November 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/10/">October 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/09/">September 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/08/">August 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/07/">July 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/06/">June 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/05/">May 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/04/">April 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/03/">March 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/02/">February 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2016/01/">January 2016</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/12/">December 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/11/">November 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/10/">October 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/09/">September 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/08/">August 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/07/">July 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/06/">June 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/05/">May 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/04/">April 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/03/">March 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/02/">February 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2015/01/">January 2015</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/12/">December 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/11/">November 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/10/">October 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/09/">September 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/08/">August 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/07/">July 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/06/">June 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/05/">May 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/04/">April 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/03/">March 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/02/">February 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/01/">January 2014</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/12/">December 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/11/">November 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/10/">October 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/09/">September 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/08/">August 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/07/">July 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/06/">June 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/05/">May 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/04/">April 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/03/">March 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/02/">February 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/01/">January 2013</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/12/">December 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/11/">November 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/10/">October 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/09/">September 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/08/">August 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/07/">July 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/06/">June 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/05/">May 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/04/">April 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/03/">March 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/02/">February 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/01/">January 2012</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/12/">December 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/11/">November 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/10/">October 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/09/">September 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/08/">August 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/07/">July 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/06/">June 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/05/">May 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/04/">April 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/03/">March 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/02/">February 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2011/01/">January 2011</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2010/12/">December 2010</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2010/11/">November 2010</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2010/10/">October 2010</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2010/09/">September 2010</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2010/08/">August 2010</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2010/07/">July 2010</a></li> </ul> </li><li id="rss-2" class="widget-container widget_rss"><h3 class="widget-title"><a class="rsswidget" href="https://web.archive.org/web/20200815111929/https://www.metoffice.gov.uk/feed/syndication/news-rss.xml" title="Syndicate this content"><img style="background: orange; color: white; border: none;" width="14" height="14" src="https://web.archive.org/web/20200815111929im_/https://s-ssl.wordpress.com/wp-includes/images/rss.png?m=1354137473h" alt="RSS"/></a> <a class="rsswidget" href="https://web.archive.org/web/20200815111929/https://www.metoffice.gov.uk/" title="">Met Office News</a></h3><ul><li><a class="rsswidget" href="https://web.archive.org/web/20200815111929/https://www.metoffice.gov.uk/about-us/press-office/news/corporate/2020/joint-centre-for-environmental-intelligence" title="Exeter partnership to pioneer use of data science and AI to solve global environmental challenges">Putting UK at the heart of environmental intelligence</a> <span class="rss-date">14 July, 2020</span></li><li><a class="rsswidget" href="https://web.archive.org/web/20200815111929/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/nao-predictability-paper" title="Predicting the North Atlantic climate is a step closer following a major scientific breakthrough.">How predictable are European winters?</a> <span class="rss-date">29 July, 2020</span></li><li><a class="rsswidget" href="https://web.archive.org/web/20200815111929/https://www.metoffice.gov.uk/about-us/press-office/news/weather-and-climate/2020/thunderstorm-warnings-100820" title="The hot weather will continue across the UK, with heatwave conditions for many, creating ideal conditions for thunderstorms which will bring heavy rain and increasing risks from flash flooding, lightning and hail..">Thunderstorm warnings</a> <span class="rss-date">10 August, 2020</span></li></ul></li><li id="linkcat-121391" class="widget-container widget_links"><h3 class="widget-title">See Also...</h3> <ul class="xoxo blogroll"> <li><a href="https://web.archive.org/web/20200815111929/https://twitter.com/metofficestorms" title="@metofficestorms">@metofficestorms</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.prh.noaa.gov/cphc/" title="Central Pacific Hurricane Center">Central Pacific Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.facebook.com/metoffice" title="Met Office on Facebook">Facebook</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.flickr.com/metoffice">Flickr</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://plus.google.com/u/0/b/111306638524934148457/#111306638524934148457/posts" rel="me" title="Met Office Google+ page">Google+</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.jma.go.jp/en/typh/" title="Japanese Meteorological Agency">Japanese Meteorological Agency</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.metoffice.gov.uk/" title="Met Office website">Met Office</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.metoffice.gov.uk/news" title="Met Office Media Centre – information for journalists">Met Office Media Centre</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.metoffice.gov.uk/public/weather/storm-tracker/#?tab=map" title="Met Office StormTracker">Met Office StormTracker</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.nhc.noaa.gov/" title="National Hurricane Center">National Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://twitter.com/metoffice" title="Met Office on Twitter">Twitter</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://twitter.com/metofficenews" title="Met Office News on Twitter">Twitter News</a></li> <li><a href="https://web.archive.org/web/20200815111929/http://www.youtube.com/themetoffice" title="Met Office on YouTube">YouTube</a></li> </ul> </li> <li id="blog_subscription-2" class="widget-container widget_blog_subscription jetpack_subscription_widget"><h3 class="widget-title"><label for="subscribe-field">Email Subscription</label></h3> <form action="https://web.archive.org/web/20200815111929/https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" id=""> <p>Enter your email address to subscribe to this blog and receive notifications of new posts by email. Your email address will only be used for this purpose.<br/> Met Office privacy policy:<br/> https://www.metoffice.gov.uk/about-us/legal/privacy<br/> Wordpress privacy policy:<br/> https://wordpress.org/about/privacy/</p> <div class="jetpack-subscribe-count"> <p> Join 13,266 other followers </p> </div> <p id="subscribe-email"> <input type="text" name="email" style="width: 95%; padding: 1px 10px" placeholder="Enter your email address" value="" id=""/> </p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="14516441"/> <input type="hidden" name="source" value="https://blog.metoffice.gov.uk/tag/twitter/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="blog_subscription-2"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="b5bdfdc5a5"/> <button type="submit"> Sign up! </button> </p> </form> </li><li id="rss_links-3" class="widget-container widget_rss_links"><h3 class="widget-title">Posts by RSS</h3><p class="size-medium"><a class="feed-image-link" href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/feed/" title="Subscribe to Posts"><img src="https://web.archive.org/web/20200815111929im_/https://blog.metoffice.gov.uk/i/rss/orange-medium.png" alt="RSS Feed"/></a> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/feed/" title="Subscribe to Posts">RSS - Posts</a></p> </li><li id="wp_tag_cloud-2" class="widget-container wp_widget_tag_cloud"><h3 class="widget-title"></h3><div style="overflow:hidden"><ul class="wp-tag-cloud" role="list"> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/atlantic/" class="tag-cloud-link tag-link-116173 tag-link-position-1" style="font-size: 8.7368421052632pt;" aria-label="Atlantic (15 items)">Atlantic</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/bbc/" class="tag-cloud-link tag-link-2988 tag-link-position-2" style="font-size: 10.456140350877pt;" aria-label="BBC (25 items)">BBC</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/christmas/" class="tag-cloud-link tag-link-15607 tag-link-position-3" style="font-size: 9.5555555555556pt;" aria-label="Christmas (19 items)">Christmas</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/climate/" class="tag-cloud-link tag-link-6108 tag-link-position-4" style="font-size: 14.058479532164pt;" aria-label="climate (69 items)">climate</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/climate-change/" class="tag-cloud-link tag-link-16897 tag-link-position-5" style="font-size: 15.040935672515pt;" aria-label="climate change (93 items)">climate change</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/climate-science/" class="tag-cloud-link tag-link-64116 tag-link-position-6" style="font-size: 13.567251461988pt;" aria-label="climate science (61 items)">climate science</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/cold/" class="tag-cloud-link tag-link-50656 tag-link-position-7" style="font-size: 14.877192982456pt;" aria-label="cold (88 items)">cold</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/december/" class="tag-cloud-link tag-link-22610 tag-link-position-8" style="font-size: 8pt;" aria-label="december (12 items)">december</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/drought/" class="tag-cloud-link tag-link-8584 tag-link-position-9" style="font-size: 8.5730994152047pt;" aria-label="Drought (14 items)">Drought</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/dry/" class="tag-cloud-link tag-link-148428 tag-link-position-10" style="font-size: 12.33918128655pt;" aria-label="dry (43 items)">dry</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/el-nino/" class="tag-cloud-link tag-link-355252 tag-link-position-11" style="font-size: 9.719298245614pt;" aria-label="El Nino (20 items)">El Nino</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/england/" class="tag-cloud-link tag-link-1311 tag-link-position-12" style="font-size: 14.140350877193pt;" aria-label="England (72 items)">England</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/environment/" class="tag-cloud-link tag-link-184 tag-link-position-13" style="font-size: 8pt;" aria-label="environment (12 items)">environment</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/environment-agency/" class="tag-cloud-link tag-link-772610 tag-link-position-14" style="font-size: 12.093567251462pt;" aria-label="Environment Agency (40 items)">Environment Agency</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/flood/" class="tag-cloud-link tag-link-35288 tag-link-position-15" style="font-size: 13.40350877193pt;" aria-label="flood (58 items)">flood</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/flooding/" class="tag-cloud-link tag-link-104821 tag-link-position-16" style="font-size: 14.46783625731pt;" aria-label="flooding (79 items)">flooding</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/forecast/" class="tag-cloud-link tag-link-43757 tag-link-position-17" style="font-size: 14.304093567251pt;" aria-label="forecast (75 items)">forecast</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/frost/" class="tag-cloud-link tag-link-25547 tag-link-position-18" style="font-size: 11.766081871345pt;" aria-label="frost (36 items)">frost</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/gales/" class="tag-cloud-link tag-link-626724 tag-link-position-19" style="font-size: 11.929824561404pt;" aria-label="gales (38 items)">gales</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/global-warming/" class="tag-cloud-link tag-link-18880 tag-link-position-20" style="font-size: 10.619883040936pt;" aria-label="global warming (26 items)">global warming</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/heatwave/" class="tag-cloud-link tag-link-246596 tag-link-position-21" style="font-size: 11.27485380117pt;" aria-label="heatwave (31 items)">heatwave</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/heavy-rain/" class="tag-cloud-link tag-link-753004 tag-link-position-22" style="font-size: 15.040935672515pt;" aria-label="heavy rain (92 items)">heavy rain</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/hot/" class="tag-cloud-link tag-link-8559 tag-link-position-23" style="font-size: 9.5555555555556pt;" aria-label="hot (19 items)">hot</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/hurricane/" class="tag-cloud-link tag-link-335 tag-link-position-24" style="font-size: 13.239766081871pt;" aria-label="hurricane (55 items)">hurricane</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/ice/" class="tag-cloud-link tag-link-157212 tag-link-position-25" style="font-size: 11.520467836257pt;" aria-label="ice (34 items)">ice</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/iphone/" class="tag-cloud-link tag-link-106595 tag-link-position-26" style="font-size: 8.5730994152047pt;" aria-label="iPhone (14 items)">iPhone</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/japan/" class="tag-cloud-link tag-link-2062 tag-link-position-27" style="font-size: 8.7368421052632pt;" aria-label="Japan (15 items)">Japan</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/japan-meteorological-agency/" class="tag-cloud-link tag-link-16353993 tag-link-position-28" style="font-size: 8.9824561403509pt;" aria-label="Japan Meteorological Agency (16 items)">Japan Meteorological Agency</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/jet-stream/" class="tag-cloud-link tag-link-1718394 tag-link-position-29" style="font-size: 11.847953216374pt;" aria-label="Jet stream (37 items)">Jet stream</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/july/" class="tag-cloud-link tag-link-111508 tag-link-position-30" style="font-size: 8.7368421052632pt;" aria-label="july (15 items)">july</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/june/" class="tag-cloud-link tag-link-111507 tag-link-position-31" style="font-size: 8.9824561403509pt;" aria-label="june (16 items)">june</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/lightning/" class="tag-cloud-link tag-link-21394 tag-link-position-32" style="font-size: 8.7368421052632pt;" aria-label="Lightning (15 items)">Lightning</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/london/" class="tag-cloud-link tag-link-1618 tag-link-position-33" style="font-size: 10.046783625731pt;" aria-label="London (22 items)">London</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/met-office/" class="tag-cloud-link tag-link-971446 tag-link-position-34" style="font-size: 22pt;" aria-label="Met Office (653 items)">Met Office</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/metoffice/" class="tag-cloud-link tag-link-1309024 tag-link-position-35" style="font-size: 8.327485380117pt;" aria-label="MetOffice (13 items)">MetOffice</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/met-office-hadley-centre/" class="tag-cloud-link tag-link-6655007 tag-link-position-36" style="font-size: 13.567251461988pt;" aria-label="Met Office Hadley Centre (61 items)">Met Office Hadley Centre</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/nasa/" class="tag-cloud-link tag-link-1836 tag-link-position-37" style="font-size: 8.7368421052632pt;" aria-label="NASA (15 items)">NASA</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/national-hurricane-center/" class="tag-cloud-link tag-link-783291 tag-link-position-38" style="font-size: 9.2280701754386pt;" aria-label="National Hurricane Center (17 items)">National Hurricane Center</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/national-severe-weather-warning-service/" class="tag-cloud-link tag-link-54208316 tag-link-position-39" style="font-size: 13.076023391813pt;" aria-label="National Severe Weather Warning Service (53 items)">National Severe Weather Warning Service</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/noaa/" class="tag-cloud-link tag-link-99074 tag-link-position-40" style="font-size: 8.7368421052632pt;" aria-label="NOAA (15 items)">NOAA</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/northern-ireland/" class="tag-cloud-link tag-link-5035 tag-link-position-41" style="font-size: 9.719298245614pt;" aria-label="Northern Ireland (20 items)">Northern Ireland</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/philippines/" class="tag-cloud-link tag-link-4255 tag-link-position-42" style="font-size: 8.9824561403509pt;" aria-label="Philippines (16 items)">Philippines</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/pollen/" class="tag-cloud-link tag-link-91446 tag-link-position-43" style="font-size: 8.7368421052632pt;" aria-label="Pollen (15 items)">Pollen</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/rain/" class="tag-cloud-link tag-link-12361 tag-link-position-44" style="font-size: 16.923976608187pt;" aria-label="rain (159 items)">rain</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/rainfall/" class="tag-cloud-link tag-link-541105 tag-link-position-45" style="font-size: 15.941520467836pt;" aria-label="rainfall (120 items)">rainfall</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/record/" class="tag-cloud-link tag-link-14191 tag-link-position-46" style="font-size: 12.584795321637pt;" aria-label="record (46 items)">record</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/scotland/" class="tag-cloud-link tag-link-12260 tag-link-position-47" style="font-size: 13.157894736842pt;" aria-label="Scotland (54 items)">Scotland</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/severe-weather/" class="tag-cloud-link tag-link-127626 tag-link-position-48" style="font-size: 15.286549707602pt;" aria-label="severe weather (98 items)">severe weather</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/snow/" class="tag-cloud-link tag-link-20341 tag-link-position-49" style="font-size: 16.269005847953pt;" aria-label="snow (131 items)">snow</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/space-weather/" class="tag-cloud-link tag-link-1199193 tag-link-position-50" style="font-size: 9.3918128654971pt;" aria-label="space weather (18 items)">space weather</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/spring/" class="tag-cloud-link tag-link-9486 tag-link-position-51" style="font-size: 11.111111111111pt;" aria-label="spring (30 items)">spring</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/statistics/" class="tag-cloud-link tag-link-5849 tag-link-position-52" style="font-size: 12.912280701754pt;" aria-label="statistics (50 items)">statistics</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/storm/" class="tag-cloud-link tag-link-176746 tag-link-position-53" style="font-size: 13.730994152047pt;" aria-label="Storm (63 items)">Storm</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/storms/" class="tag-cloud-link tag-link-21395 tag-link-position-54" style="font-size: 13.157894736842pt;" aria-label="storms (54 items)">storms</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/strong-winds/" class="tag-cloud-link tag-link-1281191 tag-link-position-55" style="font-size: 8.7368421052632pt;" aria-label="strong winds (15 items)">strong winds</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/summer/" class="tag-cloud-link tag-link-22302 tag-link-position-56" style="font-size: 13.157894736842pt;" aria-label="summer (54 items)">summer</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/sun/" class="tag-cloud-link tag-link-429 tag-link-position-57" style="font-size: 10.210526315789pt;" aria-label="Sun (23 items)">Sun</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/sunshine/" class="tag-cloud-link tag-link-211846 tag-link-position-58" style="font-size: 12.584795321637pt;" aria-label="sunshine (46 items)">sunshine</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/temperature/" class="tag-cloud-link tag-link-245764 tag-link-position-59" style="font-size: 15.53216374269pt;" aria-label="temperature (107 items)">temperature</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/thunder/" class="tag-cloud-link tag-link-278513 tag-link-position-60" style="font-size: 8.327485380117pt;" aria-label="thunder (13 items)">thunder</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/thunderstorms/" class="tag-cloud-link tag-link-23347 tag-link-position-61" style="font-size: 8.7368421052632pt;" aria-label="thunderstorms (15 items)">thunderstorms</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/tropical-cyclone/" class="tag-cloud-link tag-link-424824 tag-link-position-62" style="font-size: 13.157894736842pt;" aria-label="tropical cyclone (54 items)">tropical cyclone</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/tropical-storm/" class="tag-cloud-link tag-link-157109 tag-link-position-63" style="font-size: 13.321637426901pt;" aria-label="tropical storm (57 items)">tropical storm</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/twitter/" class="tag-cloud-link tag-link-599182 tag-link-position-64" style="font-size: 8.5730994152047pt;" aria-label="Twitter (14 items)">Twitter</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/typhoon/" class="tag-cloud-link tag-link-271967 tag-link-position-65" style="font-size: 11.356725146199pt;" aria-label="Typhoon (32 items)">Typhoon</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/uk/" class="tag-cloud-link tag-link-8199 tag-link-position-66" style="font-size: 15.695906432749pt;" aria-label="UK (112 items)">UK</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/wales/" class="tag-cloud-link tag-link-12690 tag-link-position-67" style="font-size: 8.7368421052632pt;" aria-label="Wales (15 items)">Wales</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/warm/" class="tag-cloud-link tag-link-77096 tag-link-position-68" style="font-size: 8.7368421052632pt;" aria-label="warm (15 items)">warm</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather/" class="tag-cloud-link tag-link-4494 tag-link-position-69" style="font-size: 20.116959064327pt;" aria-label="weather (388 items)">weather</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather-forecast/" class="tag-cloud-link tag-link-108683 tag-link-position-70" style="font-size: 14.140350877193pt;" aria-label="weather forecast (71 items)">weather forecast</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/weather-forecasting/" class="tag-cloud-link tag-link-1011905 tag-link-position-71" style="font-size: 15.204678362573pt;" aria-label="weather forecasting (96 items)">weather forecasting</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/wet/" class="tag-cloud-link tag-link-148425 tag-link-position-72" style="font-size: 13.567251461988pt;" aria-label="wet (60 items)">wet</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/wind/" class="tag-cloud-link tag-link-42316 tag-link-position-73" style="font-size: 15.368421052632pt;" aria-label="wind (102 items)">wind</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/winter/" class="tag-cloud-link tag-link-9484 tag-link-position-74" style="font-size: 13.321637426901pt;" aria-label="Winter (57 items)">Winter</a></li> <li><a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/tag/world-meteorological-organization/" class="tag-cloud-link tag-link-1565104 tag-link-position-75" style="font-size: 8pt;" aria-label="World Meteorological Organization (12 items)">World Meteorological Organization</a></li> </ul> </div></li><li id="top-posts-2" class="widget-container widget_top-posts"><h3 class="widget-title">Top Posts</h3><ul> <li> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/02/15/what-is-feels-like-temperature/" class="bump-view" data-bump-view="tp">What is ‘feels like’ temperature?</a> </li> <li> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/09/20/when-does-autumn-start/" class="bump-view" data-bump-view="tp">When does Autumn start? Defining seasons</a> </li> <li> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2012/10/16/top-ten-coldest-recorded-temperatures-in-the-uk/" class="bump-view" data-bump-view="tp">Top ten coldest recorded temperatures in the UK</a> </li> <li> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2013/07/11/the-spectator-how-accurate-is-the-met-office/" class="bump-view" data-bump-view="tp">The Spectator: How accurate is the Met Office?</a> </li> <li> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/2014/10/20/what-is-the-wettest-city-in-the-uk/" class="bump-view" data-bump-view="tp">What is the wettest city in the UK?</a> </li> </ul></li> </ul> </div><!-- #primary .widget-area --> </div><!-- #main --> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="site-info"> <a href="https://web.archive.org/web/20200815111929/https://blog.metoffice.gov.uk/" title="Official blog of the Met Office news team" rel="home"> Official blog of the Met Office news team </a> </div><!-- #site-info --> <div id="site-generator"> <a href="https://web.archive.org/web/20200815111929/https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <script type="text/javascript"> //<![CDATA[ var infiniteScroll = JSON.parse( decodeURIComponent( '%7B%22settings%22%3A%7B%22id%22%3A%22content%22%2C%22ajaxurl%22%3A%22https%3A%5C%2F%5C%2Fblog.metoffice.gov.uk%5C%2F%3Finfinity%3Dscrolling%22%2C%22type%22%3A%22click%22%2C%22wrapper%22%3Atrue%2C%22wrapper_class%22%3A%22infinite-wrap%22%2C%22footer%22%3A%22wrapper%22%2C%22click_handle%22%3A%221%22%2C%22text%22%3A%22Older%20posts%22%2C%22totop%22%3A%22Scroll%20back%20to%20top%22%2C%22currentday%22%3A%2224.05.12%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%3A1%2C%22history%22%3A%7B%22host%22%3A%22blog.metoffice.gov.uk%22%2C%22path%22%3A%22%5C%2Ftag%5C%2Ftwitter%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%22tag%22%3A%22twitter%22%2C%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%22cat%22%3A%22%22%2C%22tag_id%22%3A599182%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%5B%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%22twitter%22%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%22lazy_load_term_meta%22%3Afalse%2C%22posts_per_page%22%3A10%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Afalse%2C%22update_post_term_cache%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%22query_before%22%3A%222020-08-15%2012%3A19%3A29%22%2C%22last_post_date%22%3A%222012-05-24%2017%3A38%3A53%22%2C%22body_class%22%3A%22infinite-scroll%22%2C%22stats%22%3A%22blog%3D14516441%26v%3Dwpcom%26tz%3D1%26user_id%3D0%26subd%3Dmetofficenews%26x_pagetype%3Dinfinite-click%22%7D%7D' ) ); //]]> </script> <!-- --> <script src="//web.archive.org/web/20200815111929js_/https://0.gravatar.com/js/gprofiles.js?ver=202033y" id="grofiles-cards-js"></script> <script id="wpgroho-js-extra"> var WPGroHo = {"my_hash":""}; </script> <script type="text/javascript" src="https://web.archive.org/web/20200815111929js_/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">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="14516441"/> <input type="hidden" id="carousel-reblog-blog-url" value="https://blog.metoffice.gov.uk"/> <input type="hidden" id="carousel-reblog-blog-title" value="Official blog of the Met Office news team"/> <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="322119066b"/><input type="hidden" name="_wp_http_referer" value="/tag/twitter/"/> </form> <div class="arrow"></div> </div> <script src="https://web.archive.org/web/20200815111929js_/https://platform.twitter.com/widgets.js?ver=20111117" id="twitter-widgets-js"></script> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20200815111929cs_/https://s1.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/tiled-gallery/tiled-gallery.css?m=1592560282j&cssminify=yes" type="text/css" media="all"/> <script id="jetpack-facebook-embed-js-extra"> var jpfbembed = {"appid":"249643311490","locale":"en_US"}; </script> <script id="wpcom-actionbar-bar-js-extra"> var actionbardata = {"siteID":"14516441","siteName":"Official blog of the Met Office news team","siteURL":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/blog.metoffice.gov.uk","icon":"<img alt='' src='https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/s2.wp.com\/i\/logo\/wpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/twentyten","signupURL":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2015%2F08%2F26%2Fa-look-back-at-this-weeks-news%2F&signup_flow=account&domain=blog.metoffice.gov.uk","themeURL":"","xhrURL":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"f22679267e","isSingular":"","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"b5bdfdc5a5\" \/>","referer":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/blog.metoffice.gov.uk\/tag\/twitter\/","canFollow":"1","feedID":"34185295","statusMessage":"","customizeLink":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/metofficenews.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fmetofficenews.wordpress.com%2Ftag%2Ftwitter%2F","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Twenty Ten","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 13,266 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2015%2F08%2F26%2Fa-look-back-at-this-weeks-news%2F&signup_flow=account&domain=blog.metoffice.gov.uk\">Log in now.<\/a>","stats":"Stats"}}; </script> <script id="jetpack-carousel-js-extra"> var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/web.archive.org\/web\/20200815111929\/https:\/\/blog.metoffice.gov.uk\/wp-admin\/admin-ajax.php","nonce":"438d9e4b01","display_exif":"1","display_comments":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","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\/20200815111929\/https:\/\/metofficenews.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fblog.metoffice.gov.uk%2F2013%2F12%2F16%2Fgeminid-meteor-shower-twitter-interview%2F","blog_id":"14516441","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=14516441&v=wpcom&tz=1&user_id=0&subd=metofficenews","is_public":"1","reblog_enabled":""}; </script> <script type="text/javascript" src="https://web.archive.org/web/20200815111929js_/https://s1.wp.com/_static/??-eJyVkU1OxDAMhS9EJkLTLlggjoLSxC1O80fstAynJx1NKw2gIFZx7Pc9PctyTULHwBBYWpIGFtSQPk6WHuT9KEViD0Rqgl+m9r1AvtyeE4YFYf1TZoGT0rPIQPj5w9UXkVyZMJB0OAPJChV4U8E4yA0xhhED8uUoGtpbAvmKQctRaRhinAX4AUyDUsZjEIPK0itiyLUScYGc0dSYR++fDpxrEmpBmjGGDTqqhlqrHAuB23cUe2Nn6squbIHrXWgd42BB83fD3W2pq0WpiICvwPWf6uFagRkdGDEp57aj3/0q9eKfH/un/tydu76zX4/g9IQ="></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"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jquery","mobile-useragent-info","premium-content-frontend","grofiles-cards","wpgroho","twitter-widgets","devicepx","postmessage","jquery_inview","jetpack_resize","jetpack_likes_queuehandler","the-neverending-homepage","jetpack-facebook-embed","wpcom-masterbar-js","wpcom-masterbar-tracks-js","wpcom-actionbar-bar","jetpack-carousel","swfobject","videopress","tiled-gallery"] ); extend( window.infiniteScroll.settings.styles, ["wpcom-smileys","jetpack_likes","the-neverending-homepage","wp-block-library","wp-block-library-theme","jetpack-layout-grid","jetpack-ratings","premium-content-frontend","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","twentyten-block-style","twentyten-wpcom-style","jetpack-top-posts-widget","jetpack_facebook_likebox","flickr-widget-style","wpcom_instagram_widget","geo-location-flair","reblogging","infinity-twentyten","wpcom-actionbar-bar","sharedaddy","social-logos","h4-global","global-styles","jetpack-global-styles-frontend-style","jetpack-carousel","tiled-gallery"] ); })(); </script><script src="//web.archive.org/web/20200815111929js_/https://stats.wp.com/w.js?61" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'14516441','blog_tz':'1','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'14516441','v':'wpcom','tz':'1','user_id':'0','subd':'metofficenews'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1oV0pFNEwueXFaVXlyMGwvVG9ES35pOVYlTm93RUdNL2ovaj1UaVZQNGc0c0pkVUhKZDB0YVdTTXJBbVlqTWoxdGRzcERkUitZdD9VJUd8SzR5bm1DbH5BLGw3dGdoRnZSdDIwUHJ3PVFibjRFcldJcXd1VUdjSGhfREtjRmR4Lyx4bU0uN211TD1ndHFOUG01ZnxOcC1NbDVtMV1UYXgxTHRbQ1duaHJoOHhLan5kUzArSl1EcS5Na1syaFQwTGlPaFRseThHY1dUclNZc2gyZlJ0ZGx3Rkl4LG1LdEQzNjh+cyVGamVJRT14LkRWNHNubF9OTkt0UTgxNFtVS1ldaC1jbUJlN01qJU9NcGRIYmgzamg2fDllejN0MVlsdGtGT2FKYTNQWCZ8JXNZMXM0aFJ8MWNaWmZrX0xqVFFYaTlZT2tOZi8='}]); _stq.push([ 'clickTrackerInit', '14516441', '0' ]); </script> <noscript><img src="https://web.archive.org/web/20200815111929im_/https://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/20200815111929/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html> <!-- FILE ARCHIVED ON 11:19:29 Aug 15, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:47:53 Dec 01, 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: 0.796 exclusion.robots: 0.043 exclusion.robots.policy: 0.026 esindex: 0.012 cdx.remote: 12.715 LoadShardBlock: 197.656 (3) PetaboxLoader3.datanode: 123.015 (4) PetaboxLoader3.resolve: 284.342 (2) load_resource: 242.756 -->