CINXE.COM
Automattic – Making the web a better place
<!DOCTYPE html> <html dir="ltr" lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://automattic.com/","20230801161640","https://web.archive.org/","web","/_static/", "1690906600"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"/> <meta name="robots" content="noodp"/> <link rel="pingback" href="https://automattic.com/xmlrpc.php"/> <meta name="google-site-verification" content="LsUOC70Kd1OVRa84YXSdDMeWfa_tu9k9Cyi9HUFlR60"/> <link rel="start" href="https://automattic.com/" title="Automattic"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="preconnect" href="https://web.archive.org/web/20230801161640/https://s0.wp.com/"> <title>Automattic – Making the web a better place</title> <meta name="robots" content="max-image-preview:large"/> <meta name="google-site-verification" content="XECAgs1qhOf9tfH5snpZFPxF4nDR6Jmy58IraJfFVo0"/> <!-- 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.parentNode.removeChild( dom_node ); } } 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 ].parentNode.removeChild( dom_nodes[ i ] ); } } 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/20230801161640/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 + '&postid=39806' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20230801161640/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/20230801161640/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/20230801161640/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9hdXRvbWF0dGljLmNvbQ%3D%3D" + "&wpcomid=54117" + "&time=1690906313"; document.body.appendChild( iframe ); }, false ); </script> <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> <link crossorigin="anonymous" rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20230801161640cs_/https://automattic.com/_static/??-eJyFUEuKwzAMvVAdJbQUuhjmKMWxhVHrH5ackNvXZCZtuijdGJ71fhLMWZkUBaNA9tVRZHC1wRGLa5OCMA3n7tj1MFbyFkafzF15GosuC7AsHjvDfICdUahq87qhZN0EfxhCSnH7u04YbSqgq6SgRcg82RNZTLkg81sqWpImWAHDSmovzs8CFI2vFlssQ2hsjR7D2mgHstcLFuXRabN0geJ3eZvt8Zvo8/X+e25LtdhURblC9sPdvloULRQdv+S/4Wc4X/pTfxmOp9sDikqttw==&cssminify=yes" type="text/css" media="all"/> <style id="wp-block-library-inline-css"> .has-text-align-justify { text-align:justify; } .wp-block-cover__image-background.has-parallax { background-size: cover; } </style> <style id="classic-theme-styles-inline-css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin="anonymous" rel="stylesheet" id="all-css-2-1" href="https://web.archive.org/web/20230801161640cs_/https://automattic.com/_static/??-eJx9j+EKwjAMhF/IGKdQtx/is3RdrJWmLW3K9O2tiogo+xPujvs4gnMCE4NQEOQKyVfrQkETM7WckxZsDabJafLErbY2pazwPza7yZI0vLw1CF2XkdRmYBxTplKgXXaVQc5tq/xwrxh1b1BXiaxFnIHtpuuwyM3T0pClCD4aLS6GLwMnr11eQjONPtom7fOzj31ARz50qh+GvVJqd7kDa6x84g==&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> <script id="wpcom-actionbar-placeholder-js-extra"> var actionbardata = {"siteID":"54117","siteURL":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com","xhrURL":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/wp-admin\/admin-ajax.php","nonce":"1cf3b65caf","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wp.me\/Pe4R-am2","i18n":{"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"}}; </script> <script crossorigin="anonymous" type="text/javascript" src="https://web.archive.org/web/20230801161640js_/https://automattic.com/_static/??/wp-content/js/mobile-useragent-info.js,/wp-content/js/rlt-proxy.js?m=1637704497j"></script> <script id="rlt-proxy-js-after" type="text/javascript"> window.addEventListener( 'DOMContentLoaded', function() { rltInitialize( {"token":null,"iframeOrigins":["https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/widgets.wp.com"]} ); } ); </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://automattic.wordpress.com/xmlrpc.php?rsd"/> <meta name="generator" content="WordPress.com"/> <link rel="shortlink" href="https://web.archive.org/web/20230801161640/https://wp.me/Pe4R-am2"/> <style> @font-face { font-family: Recoleta; font-display: swap; src: url('https://web.archive.org/web/20230801161640im_/https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20230801161640/https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fautomattic.com%2F&for=wpcom-auto-discovery"/><link rel="alternate" type="application/xml+oembed" href="https://web.archive.org/web/20230801161640/https://public-api.wordpress.com/oembed/?format=xml&url=https%3A%2F%2Fautomattic.com%2F&for=wpcom-auto-discovery"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website"/> <meta property="og:title" content="Automattic"/> <meta property="og:description" content="Making the web a better place"/> <meta property="og:url" content="https://web.archive.org/web/20230801161640/https://automattic.com/"/> <meta property="og:site_name" content="Automattic"/> <meta property="og:image" content="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=200&ts=1690906313"/> <meta property="og:image:width" content="200"/> <meta property="og:image:height" content="200"/> <meta property="og:image:alt" content=""/> <meta property="og:locale" content="en_US"/> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/> <meta name="twitter:creator" content="@automattic"/> <meta name="twitter:site" content="@automattic"/> <meta name="twitter:text:title" content="Home"/> <meta name="twitter:image" content="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=240"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:app:name:iphone" content="Jetpack"/> <meta name="twitter:app:id:iphone" content="1565481562"/> <meta name="twitter:app:name:ipad" content="Jetpack"/> <meta name="twitter:app:id:ipad" content="1565481562"/> <meta name="twitter:app:name:googleplay" content="Jetpack"/> <meta name="twitter:app:id:googleplay" content="com.jetpack.android"/> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=32" sizes="16x16"/> <link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=32" sizes="16x16"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=114"/> <link rel="openid.server" href="https://automattic.com/?openidserver=1"/> <link rel="openid.delegate" href="https://automattic.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20230801161640/https://automattic.com/osd.xml" title="Automattic"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20230801161640/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <link rel="canonical" href="https://web.archive.org/web/20230801161640/https://automattic.com/"/> <script type="application/ld+json"> {"@context":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/schema.org","@graph":[{"@type":"Corporation","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#organization","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/","name":"Automattic","legalName":"Automattic, Inc.","foundingDate":"2005-08-01","slogan":"We don\u2019t make software for free, we make it for freedom.","description":"We are the people behind <a href=\"https:\/\/wordpress.com\/\">WordPress.com<\/a>, <a href=\"https:\/\/woocommerce.com\/\">WooCommerce<\/a>, <a href=\"https:\/\/jetpack.com\/\">Jetpack<\/a>, <a href=\"https:\/\/simplenote.com\/\">Simplenote<\/a>, <a href=\"https:\/\/longreads.com\/\">Longreads<\/a>, <a href=\"https:\/\/vaultpress.com\/\">VaultPress<\/a>, <a href=\"https:\/\/akismet.com\/\">Akismet<\/a>, <a href=\"https:\/\/gravatar.com\/\">Gravatar<\/a>, <a href=\"\">Crowdsignal<\/a>, <a href=\"https:\/\/cloudup.com\/\">Cloudup<\/a>, and more. We believe in making the web a better place, and <a href=\"https:\/\/github.com\/Automattic\">we believe in Open Source<\/a>. The vast majority of our work is available under the GPL.","logo":{"@type":"ImageObject","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#logo","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/wp-content\/themes\/a8c\/automattic-2011\/images\/automattic-logo-2x.png","width":552,"height":60,"caption":"Automattic"},"image":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1954,"sameAs":["https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/twitter.com\/automattic","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.facebook.com\/AutomatticInc","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.youtube.com\/c\/automattic"],"subOrganization":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/#organization"}},{"@type":"Organization","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/#organization","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/","name":"WordPress.com","legalName":"Automattic, Inc.","foundingDate":"2005-08-01","slogan":"Build a website, build a movement.","description":"Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.","logo":{"@type":"ImageObject","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/#logo","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/s1.wp.com\/home.logged-out\/images\/wpcom-a-website-that-can.jpg","width":1024,"height":512,"caption":"WordPress.com"},"image":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1954,"sameAs":["https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/twitter.com\/wordpressdotcom","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.facebook.com\/WordPresscom","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.instagram.com\/wordpressdotcom\/","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.linkedin.com\/company\/wordpress","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.youtube.com\/WordPressdotcom","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.pinterest.com\/wordpressdotcom\/","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/en.wikipedia.org\/wiki\/WordPress.com"],"parentOrganization":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#organization"}},{"@type":"WebSite","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#website","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/","name":"Automattic","description":"Making the web a better place","potentialAction":{"@type":"SearchAction","target":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/search\/{search_term_string}\/","query-input":"required name=search_term_string"},"publisher":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/#organization"},"image":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#logo"},"sameAs":["https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/twitter.com\/automattic","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.facebook.com\/AutomatticInc","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/www.youtube.com\/c\/automattic"]},{"@type":"BreadcrumbList","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#breadcrumbs","itemListElement":[{"@type":"ListItem","position":0,"item":{"@type":"WebSite","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#website-breadcrumb","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/","name":"Home"}},{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#webpage-breadcrumb","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/","name":"Automattic"}}]},{"@type":"ImageObject","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#primaryimage","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/secure.gravatar.com\/blavatar\/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=200&ts=1690906313","width":200,"height":200,"caption":"Automattic"},{"@type":"WebPage","@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#webpage","url":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/","name":"Automattic","description":"Making the web a better place","inLanguage":"en","isPartOf":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#primaryimage"},"breadcrumb":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#breadcrumbs"},"publisher":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/wordpress.com\/#organization"},"about":{"@id":"https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/automattic.com\/#organization"}}]} </script> <meta name="application-name" content="Automattic"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="Making the web a better place"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://automattic.com/feed/;icon-uri=https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=16"/><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="We are passionate about making the web a better place. WordPress.com Your blog or website Has a (free!) home on the web. Your story, your way. Tumblr Where your interests connect you to your people one post at a time. Day One Your thoughts become words Captured private, eternal All your days distilled. WooCommerce Selling online? Woo!…"/> <!-- Your Google Analytics Plugin is missing the tracking ID --> </head> <body class="home page-template-default page page-id-39806 customizer-styles-applied highlander-enabled highlander-light"> <div id="wrapper"> <header class="header"> <h1 class="logo"><a href="/web/20230801161640/https://automattic.com/">Automattic</a></h1> <nav> <ol class="menu"> <li class="page-item page-item-home current_page-item"><a href="/web/20230801161640/https://automattic.com/">Home</a></li> <li class="page-item page-item-about "><a href="/web/20230801161640/https://automattic.com/about/">About Us</a></li> <li class="page-item page-item-news "><a href="/web/20230801161640/https://automattic.com/news/">News</a></li> <li class="page-item page-item-jobs "><a href="/web/20230801161640/https://automattic.com/work-with-us/">Work With Us</a></li> </ol> </nav> </header> <div id="container"> <main id="content" class="tier"> <h2>Home</h2> <h1 class="statement"><em>We are</em> passionate about making <em>the web</em> a better place.</h1> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wordpress.com/">WordPress.com</a></h3> <p>Your blog or website<br/> Has a (free!) home on the web.<br/> Your story, your way.</p> </div> <div class="haiku new"> <h3><a href="https://web.archive.org/web/20230801161640/https://tumblr.com/">Tumblr</a></h3> <p>Where your interests<br/> connect you to your people<br/> one post at a time.</p> </div> <div class="haiku new"> <h3><a href="https://web.archive.org/web/20230801161640/https://dayoneapp.com/">Day One</a></h3> <p>Your thoughts become words<br/> Captured private, eternal<br/> All your days distilled.</p> </div> <div class="haiku new"> <h3><a href="https://web.archive.org/web/20230801161640/https://woocommerce.com/">WooCommerce</a></h3> <p>Selling online? Woo!<br/> Hang your digital shingle<br/> With this free plugin.</p> </div> <div class="haiku" style="white-space:nowrap;"> <h3><a href="https://web.archive.org/web/20230801161640/https://jetpack.com/">Jetpack</a></h3> <p>Safety, growth, and speed.<br/> The first and the best plugin<br/> your WordPress site needs.</p> </div> <div class="haiku new"> <h3><a href="https://web.archive.org/web/20230801161640/https://wpvip.com/">WP VIP</a></h3> <p>Agile CMS<br/> for Facebook, Salesforce, and Slack<br/> Content drives their growth.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://www.pocketcasts.com/">Pocket Casts</a></h3> <p>Built by podcasters<br/> For your listening pleasure<br/> Discover new shows.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://akismet.com/">Akismet</a></h3> <p>Did someone say spam?<br/> Akismet filters it out.<br/> Nothing to see here.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://longreads.com/">Longreads</a></h3> <p>Great storytelling,<br/> Long enough to dig into.<br/> Find it and share it.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://simplenote.com/">Simplenote</a></h3> <p>Synchronization.<br/> Now your notes are everywhere,<br/> On every device.</p> </div> <div class="haiku new"> <h3><a href="https://web.archive.org/web/20230801161640/https://happy.tools/">Happy Tools</a></h3> <p>Distributed teams<br/> are happier with our tools.<br/> Less friction, more time!</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://en.gravatar.com/">Gravatar</a></h3> <p>Global avatar —<br/> “Gravatar,” get it? One pic<br/> For all your profiles.</p> </div> <p id="home-sep">We also contribute to a number of non-profit and Open Source projects, like:</p> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wordpress.org/">WordPress.org</a></h3> <p class="p1"><span class="s1">From many, one tool.<br/> </span><span class="s1">Find strength in community<br/> </span><span class="s1">For a better web.</span></p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wordpress.org/mobile/">WP for iOS</a></h3> <p class="p1"><span class="s1">Updates on the go?<br/> </span><span class="s1">Your site’s everywhere you are<br/> </span><span class="s1">With the iPhone app.</span></p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wordpress.org/mobile/">WP for Android</a></h3> <p class="p1"><span class="s1">Same goes for Android!<br/> </span><span class="s1">No matter your devices,<br/> </span><span class="s1">There’s an app for you.</span></p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wordpress.com/p2">P2</a></h3> <p>Collaborating?<br/> Never send email again.<br/> This will change your life.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://buddypress.org/">BuddyPress</a></h3> <p>Without connections,<br/> There’s no such thing as a web.<br/> Make your site social.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://bbpress.org/">bbPress</a></h3> <p>Blogs sometimes restrain<br/> Community discussion.<br/> Forums, the new black.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://us.wordcamp.org/">WordCamp US</a></h3> <p>WordPress fans, unite!<br/> Come out from behind your screens,<br/> Connect, and celebrate.</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wpjobmanager.com/">WP Job Manager</a></h3> <p>Need to make a hire?<br/> Put your site to work for you.<br/> Online job listings!</p> </div> <div class="haiku"> <h3><a href="https://web.archive.org/web/20230801161640/https://wordpress.org/five-for-the-future/">Five for the Future</a></h3> <p>When we give back time<br/> WordPress can change the whole world<br/> Sooner and faster</p> </div> <h1 id="freedom" class="statement" style="clear:left;">We don’t make software for free, we make it for freedom.</h1> <div class="quote">“We are much better at writing code than haiku.<span class="qend">”</span><br/> <cite>— <a href="https://web.archive.org/web/20230801161640/http://ma.tt/">Matt Mullenweg</a>, founder of Automattic</cite></div> <div id="oh-hai"> <p>Inspired by you<br/> Striving to create good<br/> Nothing<a href="https://web.archive.org/web/20230801161640/https://www.youtube.com/watch?v=GwkEt_IWZYQ&t=23s">*</a> is perfect.</p> <div class="sub-quote">* Including this.</div> </div> </main><!-- #content --> </div><!-- #container --> <nav class="nav"> <div class="contactus"><a href="/web/20230801161640/https://automattic.com/contact/">Contact Us</a></div> <div class="diversity"><a href="/web/20230801161640/https://automattic.com/diversity-and-inclusion/">Diversity</a></div> <div class="press"><a href="/web/20230801161640/https://automattic.com/press/">Press</a></div> <div class="privacy"><a href="/web/20230801161640/https://automattic.com/privacy/">Privacy Policy</a></div> <div class="social-links"> <div class="twitter"><a class="noticon noticon-twitter" href="https://web.archive.org/web/20230801161640/https://twitter.com/automattic" target="_blank" aria-label="Twitter"><!-- Twitter --></a></div> <div class="facebook"><a class="noticon noticon-facebook" href="https://web.archive.org/web/20230801161640/http://www.facebook.com/AutomatticInc" target="_blank" aria-label="Facebook"><!-- Facebook --></a></div> <div class="youtube"><a class="noticon noticon-youtube" href="https://web.archive.org/web/20230801161640/https://www.youtube.com/c/automattic" target="_blank" aria-label="YouTube"><!-- YouTube --></a></div> <div class="linkedin"><a class="noticon noticon-linkedin" href="https://web.archive.org/web/20230801161640/https://www.linkedin.com/company/automattic" target="_blank" aria-label="LinkedIn"><!-- LinkedIn --></a></div> <div class="glassdoor"><a class="noticon noticon-glassdoor" href="https://web.archive.org/web/20230801161640/https://www.glassdoor.com/Overview/Working-at-Automattic-EI_IE751107.11,21.htm" target="_blank" aria-label="Glassdoor"><svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5948 0C12.9198 0 13.9956 0.7375 13.9956 2H4V12C3.33333 12 2.66667 12 2 12V2.2875C2 1.025 3.0758 0 4.40087 0H11.5948ZM11.5948 14H2C2 15.2625 3.0758 16 4.40087 16H11.5991C12.9242 16 14 15.2625 14 14V4C14 4 12.5 4 12 4V14H11.5948Z" fill="#00122C"></path></svg></img></a></div> </div> <ol class="menu"> <li class="page-item current_page-item"><a href="/web/20230801161640/https://automattic.com/">Home</a></li> <li class="page-item "><a href="/web/20230801161640/https://automattic.com/about/">About Us</a></li> <li class="page-item "><a href="/web/20230801161640/https://automattic.com/news/">News</a></li> <li class="page-item "><a href="/web/20230801161640/https://automattic.com/work-with-us/">Work With Us</a></li> </ol> </nav> <footer class="footer"> <p class="copyr">© Automattic Inc., purveyors of fine blogging and site-building services since 2005. Thank you for your time.</p> </footer> </div><!-- #wrapper --> <!-- --> <!-- A8C Analytics [start] --> <script type="text/javascript"> ( function() { 'use strict'; var setupAnalytics = function() { window.a8cAnalyticsConfig = {"cookieBanner":{"version":"2","cssZIndex":50001,"skipBanner":false,"cookieDomain":null,"v1CookieName":"sensitive_pixel_option","v2CookieName":"sensitive_pixel_options","v1Text":"Our websites and dashboards use cookies. By continuing, you agree to their use. <a target=\"_blank\" href=\"https:\/\/automattic.com\/cookies\/\">Learn more<\/a>, including how to control cookies.","v2Text":"As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.","v2OptionsText":"Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website<\/strong> such as by improving security or conducting analytics, <strong>marketing activities<\/strong> to help deliver relevant marketing or content, and your <strong>user experience<\/strong> such as by remembering your account name, language settings, or cart information, where applicable. You can customize your cookie settings below. Learn more in our <a href=\"https:\/\/automattic.com\/privacy\/\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"https:\/\/automattic.com\/cookies\/\" target=\"_blank\">Cookie Policy<\/a>.","v2EssentialOptionHeading":"Required","v2EssentialOptionText":"These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features, like allowing registered users to authenticate and perform account-related functions, storing preferences set by users (like account name, language, and location), and ensuring our services operate properly.","v2AnalyticsOptionHeading":"Analytics","v2AnalyticsOptionText":"These cookies allow us to optimize performance by collecting information on how users interact with our websites.","v2AdvertisingOptionHeading":"Advertising","v2AdvertisingOptionText":"We and our advertising partners set these cookies to provide you with relevant content and to understand that content\u2019s effectiveness.","v1ButtonText":"Got It!","v2CustomizeButtonText":"Customize","v2AcceptAllButtonText":"Accept all","v2AcceptSelectionButtonText":"Accept selection","hiddenConsents":[],"isLoggedIn":false},"doNotSellDialog":{"contactEmailAddress":"privacypolicyupdates@automattic.com"},"adminAnalytics":"analytics-wpcom-admin.php","fireAnalyticsOptions":[]}; }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )(); </script> <script type="text/javascript"> ( function () { 'use strict'; document.addEventListener( 'a8c-analytics:loaded', function () { 'use strict'; var cb = window.a8cAnalytics.cb; var kit = window.a8cAnalytics.kit; if ( kit.doNotTrack() ) { return; } function fireGoogleAnalytics() { kit.loadGoogleAnalytics(); ga( 'create', 'UA-52447-5', 'auto' ); ga( 'set', 'transport', typeof navigator.sendBeacon === 'function' ? 'beacon' : 'xhr' ); ga( 'set', 'anonymizeIp', true ); ga( 'send', 'pageview' ); } function fireGoogleAnalyticsFour() { var gtagOptions = { 'anonymize_ip': true }; kit.loadGtag( 'G-737CYY5004', gtagOptions ); } // ------- Fire Normal Pixels ------- cb.addTracker( 'analytics', true, fireGoogleAnalytics ); cb.addTracker( 'analytics', true, fireGoogleAnalyticsFour ); } ); } )(); </script> <script type="text/javascript"> ( function() { 'use strict'; var currentScript = document.currentScript; var setupAnalytics = function() { function getScript() { var script = document.createElement( 'script' ); var prev = currentScript || document.getElementsByTagName( 'script' )[ 0 ]; script.setAttribute( 'src', "https:\/\/web.archive.org\/web\/20230801161640\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/a8c-analytics\/a8c-analytics.js?v=1688394407" ); script.setAttribute( 'async', true ); prev.parentNode.insertBefore( script, prev ); } getScript(); }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )(); </script> <!-- A8C Analytics [end] --> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-a8c-automattic-2011 actnbr-has-follow"> <ul> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://web.archive.org/web/20230801161640/https://automattic.com/"> <img alt="" src="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png" srcset="https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 1x, https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=75&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 1.5x, https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=100&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 2x, https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=150&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 3x, https://web.archive.org/web/20230801161640im_/https://secure.gravatar.com/blavatar/9fbedcd4e26870fff807f789281aecac367fdf8212a9f08297d1510c2b4b0335?s=200&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png 4x" class="avatar avatar-50" height="50" width="50"/> Automattic </a> </li> <li class="actnbr-folded-customize"> <a href="https://web.archive.org/web/20230801161640/https://automattic.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fautomattic.wordpress.com%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-signup"><a href="https://web.archive.org/web/20230801161640/https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://web.archive.org/web/20230801161640/https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252F">Log in</a></li> <li class="actnbr-shortlink"><a href="https://web.archive.org/web/20230801161640/https://wp.me/Pe4R-am2">Copy shortlink</a></li> <li class="flb-report"> <a href="https://web.archive.org/web/20230801161640/http://en.wordpress.com/abuse/?report_url=https://automattic.com/" target="_blank"> Report this content </a> </li> <li class="actnbr-subs"> <a href="https://web.archive.org/web/20230801161640/https://subscribe.wordpress.com/">Manage subscriptions</a> </li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://web.archive.org/web/20230801161640/https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20210915"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://web.archive.org/web/20230801161640/https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20220329"; script.defer = true; document.body.appendChild( script ); } ); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//web.archive.org/web/20230801161640js_/https://stats.wp.com/w.js?63" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'54117','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'54117','v':'wpcom','tz':'0','user_id':'0','post':'39806','subd':'automattic'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfYUVGMCYlXUV5b0VaVVEzMjc9eUVyL1FlWzBXJS5DMEpYZUVqRC1tbXZscTRxTjJNK29lXzRTJWRdRU4rfnNrVklaaSVaMEQzPXNDZyVMQWIzcC04SVliK1EwN0tvUzN5QkVbX3llPXEwZm1jYyw3ZHFtTVpmYT1IX2MvLk14MEJXV25dTlVafl85V1JPTVowanlBLWUzdUN+W3RdfnFdcVtxcmJtSWVtTWw5LXB8c3NVYVpt'}]); _stq.push([ 'clickTrackerInit', '54117', '39806' ]); </script> <noscript><img src="https://web.archive.org/web/20230801161640im_/https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript> <script defer id="bilmur" data-customproperties="{"logged_in":"0","wptheme":"a8c\/automattic-2011","wptheme_is_block":"0"}" data-provider="wordpress.com" data-service="simple" src="/web/20230801161640js_/https://automattic.com/wp-content/js/bilmur.min.js?i=8&m=202331"></script><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/20230801161640/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script type="text/javascript"> console.log( 'Ready to wrangle JavaScript? https://automattic.com/work-with-us/' ); var pg = document.location.href; function get_cookie( key ) { var pairs = document.cookie.split( '; ' ); for ( var i = 0, pair; pair = pairs[ i ] && pairs[ i ].split( '=' ); i++ ) { if ( decodeURIComponent( pair[ 0 ] ) === key ) { return decodeURIComponent( pair[ 1 ] ) || ''; } } return null; } function set_cookie( key, value, options = {} ) { if ( typeof options.expires === 'number' ) { var days = options.expires, t = options.expires = new Date(); t.setDate( t.getDate() + days ); } value = String( value ); return ( document.cookie = [ encodeURIComponent( key ), '=', encodeURIComponent( value ), options.expires ? '; expires=' + options.expires.toUTCString() : '', options.path ? '; path=' + options.path : '', options.domain ? '; domain=' + options.domain : '', options.secure ? '; secure' : '' ].join( '' ) ); } if ( pg.indexOf( 'work-with-us' ) != -1 ) { // check on jobs page if ( pg.length > 37 ) { // check if detail page var jvct = get_cookie( 'jvct' ); if ( typeof( jvct ) === "undefined" ) { jvct = 0; } else { jvct = parseInt( jvct ); } if ( isNaN( jvct ) ) { jvct = 0; } jvct = jvct + 1; set_cookie( 'jvct', jvct, { expires: 60, path: '/' } ); if ( jvct > 3 ) { var nudge = '<div class="jobs-notes-back card"><h4>Hey there!</h4><p>We couldn’t help but notice that you’ve visited this page a few times. It looks like you’re really thinking about working here, huh?</p><p>Give it a shot and apply already!</p></div>'; if ( jvct === 1337 ) { nudge = '<div class="jobs-notes-back card"><h4>We saw what you did there!</h4><p>You like poking around in code, huh? Us too — you seem like just the kind of person we’re looking for. Apply already!</p></div>'; } // display card flipper var sidebar = document.querySelector( '.jobsidebar' ); if ( sidebar ) { var wrapped = '<div class="card-container">' + sidebar.outerHTML + '</div>'; sidebar.outerHTML = wrapped; sidebar = document.querySelector( '.jobsidebar' ); var nudgeEl = document.createElement( 'div' ); sidebar.appendChild( nudgeEl ); nudgeEl.outerHTML = nudge; setTimeout( function() { sidebar.classList.toggle( 'flipped' ); }, 1000 ); setInterval( function() { sidebar.classList.toggle( 'flipped' ); }, 20000 ); } var notes = document.querySelector( '.jobs-notes' ); notes && notes.classList.add( 'card' ); } } } // check on Systems Wrangler page if ( pg.indexOf( 'systems-wrangler' ) !== -1 ) { var init = function () { resizeMap(); }; // On page load/ready if ( document.readyState === 'loading' ) { document.addEventListener( 'DOMContentLoaded', init ); } else { init(); } var resizeId; // On resize window.addEventListener( 'resize', function () { clearTimeout( resizeId ); resizeId = setTimeout( resizeMap, 500 ); } ); function resizeMap() { var jobsList = document.querySelector( '.jobs-list' ); var w = jobsList ? jobsList.offsetWidth : 0; var h = Math.round( w / 2 ); var iframe = document.querySelector( '.embed-anycast-map iframe' ); if ( iframe ) { iframe.setAttribute( 'src', 'https://web.archive.org/web/20230801161640/https://ac-map.automattic.com/?w=' + w.toString() + 'h=' + h.toString() ); iframe.setAttribute( 'width', w ); iframe.setAttribute( 'height', h ); } } } // Load the noticons css async, as they are only used for a few small icons // at the bottom of the page. window.addEventListener( 'load', function( event ) { var noticons = document.createElement( 'link' ); noticons.rel = 'stylesheet'; noticons.href = 'https://web.archive.org/web/20230801161640/https://s0.wp.com/i/noticons/noticons.css?ver=20130828'; document.head.insertBefore( noticons, document.head.childNodes[ document.head.childNodes.length - 1 ].nextSibling ); } ); </script> </body> </html> <!-- generated 215 seconds ago generated in 0.149 seconds served from batcache in 0.002 seconds expires in 85 seconds --> <!-- FILE ARCHIVED ON 16:16:40 Aug 01, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:49:38 Nov 25, 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.499 exclusion.robots: 0.024 exclusion.robots.policy: 0.013 esindex: 0.009 cdx.remote: 9.58 LoadShardBlock: 245.847 (6) PetaboxLoader3.datanode: 208.425 (7) load_resource: 136.477 PetaboxLoader3.resolve: 63.153 -->