CINXE.COM
Work With Us — Automattic
<!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/work-with-us/","20190820170852","https://web.archive.org/","web","/_static/", "1566320932"); </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 --> <title>Work With Us — Automattic</title> <meta charset="UTF-8"/> <meta name="description" content="Making the web a better place"/> <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="stylesheet" href="https://web.archive.org/web/20190820170852cs_/https://use.typekit.net/fti4bum.css"> <script type="text/javascript"> (function(doc) { var addEvent = 'addEventListener', type = 'gesturestart', qsa = 'querySelectorAll', scales = [1, 1], meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; function fix() { meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; doc.removeEventListener(type, fix, true); } if ((meta = meta[meta.length - 1]) && addEvent in doc) { fix(); scales = [.25, 1.6]; doc[addEvent](type, fix, true); } }(document)); </script> <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.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/20190820170852/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/20190820170852/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/20190820170852/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/20190820170852/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9hdXRvbWF0dGljLmNvbQ%3D%3D" + "&wpcomid=54117" + "&time=1566320729"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20190820170852/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190820170852/https://s1.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190820170852/https://automattic.wordpress.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190820170852/https://s0.wordpress.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20190820170852/https://s0.wp.com/"/> <link rel="alternate" type="application/rss+xml" title="Automattic » Work With Us Comments Feed" href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/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\/20190820170852\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1556893897h&ver=5.2.2"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20190820170852cs_/https://s0.wp.com/_static/??-eJyNUtFuwyAM/KERN10bdQ/TvgUSl9JCQNio69/PSZp1W5VoL5HP3J3NEXDQR3Zt7Om7qFqiF7gmJYCxZwhFJV+sE453FyQ4IyfdXtSInugz1xaBBrOVk4zQVNtqA6Y434HxcZSbrPMNiG8e/2EzqgjY9RfMM5oM1y3aeCfXVT0s0TniaQeqJuXosqg/Fu8VOUaFnZPx9p4HbKqmqiFFYpLbEE9LTf5/u2uxDgFJPyTNAyPIGI0eg9DWZFfXWWSR01wrxs9VSUjNPGgoT3rIYG1EErYyJmUkUvINrgTFJ9ntWTe1QR9a0IVj0Cx/lNpu6nrhgX4MshiVxKTZxf4XUEevXV6TZpSArZR2TOIB10S6HcyNzo9q6T6nHVgfjfYD4SO81/tmf6h3b9vX8xcDpDT4?cssminify=yes" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20190820170852js_/https://s2.wp.com/_static/??-eJyFztEKwjAMBdAfsisyOnwRv6XWOFKXtDbphn69HeiDMBQC9+EeuLFLNshhqhcQG9vdK5THO7ooO/sLGMKxeIWOkD84JFZgXW1OogQifoSNltIZJzBVoDTA2mauacN9v4Q8Iyx/WQTNPtxMAcHnun6i4965Q++GwfXxBTkPW9k="></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://automattic.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="shortlink" href="https://web.archive.org/web/20190820170852/https://wp.me/Pe4R-c"/> <style> @font-face { font-family: Recoleta; src: url('https://web.archive.org/web/20190820170852im_/https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20190820170852/https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fautomattic.com%2Fwork-with-us%2F&for=wpcom-auto-discovery"/><link rel="alternate" type="application/xml+oembed" href="https://web.archive.org/web/20190820170852/https://public-api.wordpress.com/oembed/?format=xml&url=https%3A%2F%2Fautomattic.com%2Fwork-with-us%2F&for=wpcom-auto-discovery"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article"/> <meta property="og:title" content="Work With Us"/> <meta property="og:url" content="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/"/> <meta property="og:description" content="Want to make the web a better place for more than a billion people each month? We’re hiring."/> <meta property="article:published_time" content="2005-12-20T08:18:50+00:00"/> <meta property="article:modified_time" content="2019-08-15T00:02:26+00:00"/> <meta property="og:site_name" content="Automattic"/> <meta property="og:image" content="https://web.archive.org/web/20190820170852im_/https://automattic.files.wordpress.com/2018/02/a8c_2017gm.jpg?w=1200"/> <meta property="og:image:width" content="1200"/> <meta property="og:image:height" content="712"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:creator" content="@automattic"/> <meta name="twitter:site" content="@automattic"/> <meta name="twitter:text:title" content="Work With Us"/> <meta name="twitter:image" content="https://web.archive.org/web/20190820170852im_/https://automattic.files.wordpress.com/2018/02/a8c_2017gm.jpg?w=640"/> <meta name="twitter:card" content="summary_large_image"/> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/> <meta name="twitter:app:name:iphone" content="WordPress"/> <meta name="twitter:app:id:iphone" content="335703880"/> <meta name="twitter:app:name:ipad" content="WordPress"/> <meta name="twitter:app:id:ipad" content="335703880"/> <meta name="twitter:app:name:googleplay" content="WordPress"/> <meta name="twitter:app:id:googleplay" content="org.wordpress.android"/> <!-- End Jetpack Open Graph Tags --> <link rel="shortcut icon" type="image/x-icon" href="https://web.archive.org/web/20190820170852im_/https://secure.gravatar.com/blavatar/0d6c430459af115394a012d20b6711d6?s=32" sizes="16x16"/> <link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20190820170852im_/https://secure.gravatar.com/blavatar/0d6c430459af115394a012d20b6711d6?s=32" sizes="16x16"/> <link rel="apple-touch-icon-precomposed" href="https://web.archive.org/web/20190820170852im_/https://secure.gravatar.com/blavatar/0d6c430459af115394a012d20b6711d6?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/20190820170852/https://automattic.com/osd.xml" title="Automattic"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20190820170852/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <link rel="canonical" href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/"/> <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/0d6c430459af115394a012d20b6711d6?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"/> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://web.archive.org/web/20190820170852cs_/https://s1.wp.com/?custom-css=1&csblog=e4R&cscache=6&csrev=34"/> </head> <body class="page-template-default page page-id-12 page-parent mp6 customizer-styles-applied highlander-enabled highlander-light"> <div id="wrapper"> <div class="header"> <h1 class="logo"><a href="/web/20190820170852/https://automattic.com/">Automattic</a></h1> <ol class="menu"> <li class="page-item page-item-home "><a href="/web/20190820170852/https://automattic.com/">Home</a></li> <li class="page-item page-item-about "><a href="/web/20190820170852/https://automattic.com/about/">About Us</a></li> <li class="page-item page-item-news "><a href="/web/20190820170852/https://automattic.com/news/">News</a></li> <li class="page-item page-item-jobs current_page-item"><a href="/web/20190820170852/https://automattic.com/work-with-us/">Work With Us</a></li> </ol> </div> <div id="container"> <div id="content" class="tier"> <h2>Work With Us</h2> <script type="text/javascript">jQuery.ajaxSetup({cache:true});</script> <!--[if lt IE 9]><script type="text/javascript" src="https://s1.wp.com/wp-includes/charts/flot/excanvas.min.js?ver=20120730"></script><![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20190820170852js_/https://s0.wp.com/wp-includes/charts/flot/jquery.flot.js"></script><script type="text/javascript" src="https://web.archive.org/web/20190820170852js_/https://s0.wp.com/wp-includes/charts/flot/jquery.flot.retina.js"></script> <style type="text/css"> #tooltip { position: absolute; display: none; color: #666; background: #fff; border: 1px solid #aaaaaa; padding: 3px 5px; -moz-box-shadow: 0px 1px 1px #d0d0d0; -webkit-box-shadow: 0px 1px 1px #d0d0d0; box-shadow: 0px 1px 1px #d0d0d0; } #tooltip p { margin: 0; font-size: 11px; position: relative; z-index: 12; max-width:250px; } #tooltip strong { font-weight: normal; color: #101010; } #tooltip .arrowlefttop, #tooltip .arrowleftbottom, #tooltip .arrowrighttop, #tooltip .arrowrightbottom { display: block; *display: none; height: 7px; position: relative; } #tooltip .arrowlefttop { background: url("https://web.archive.org/web/20190820170852im_/https://s0.wp.com/i/stats/stats-tooltip-arrow-left.png") no-repeat left top; left: -12px; top: 1px; margin-bottom: -7px; } #tooltip .arrowleftbottom { background: url("https://web.archive.org/web/20190820170852im_/https://s0.wp.com/i/stats/stats-tooltip-arrow-left.png") no-repeat left bottom; left: -12px; margin-top: -7px; } #tooltip .arrowrighttop { background: url("https://web.archive.org/web/20190820170852im_/https://s0.wp.com/i/stats/stats-tooltip-arrow-right.png") no-repeat right top; right: -12px; top: 1px; margin-bottom: -7px; } #tooltip .arrowrightbottom { background: url("https://web.archive.org/web/20190820170852im_/https://s0.wp.com/i/stats/stats-tooltip-arrow-right.png") no-repeat right bottom; right: -12px; margin-top: -7px; } td.legendLabel { text-align:left; } .stat-legend-table { padding: 2.5ex 0 2ex 50px; } @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .stat-chart img.wpcom-loading-64 { width: 32px; height: 32px; } #tooltip .arrowlefttop, #tooltip .arrowleftbottom { background-image: url("https://web.archive.org/web/20190820170852im_/https://s0.wp.com/i/stats/stats-tooltip-arrow-left-2x.png") !important; background-size: 7px 7px; } #tooltip .arrowrighttop, #tooltip .arrowrightbottom { background-image: url("https://web.archive.org/web/20190820170852im_/https://s0.wp.com/i/stats/stats-tooltip-arrow-right-2x.png") !important; background-size: 7px 7px; } } </style> <p class="statement">Want to make the web a better place for more than a billion people each month? We’re hiring.<br/> <a href="#open-positions">Open positions</a></p> <div class="work-with-us"> <p class="jetpack-slideshow-noscript robots-nocontent">This slideshow requires JavaScript.</p><div id="gallery-12-1-slideshow" class="slideshow-window jetpack-slideshow slideshow-black" data-trans="fade" data-autostart="1" data-gallery="[{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/12135252_1640420319547370_1165160733_mod.jpg","id":"171887","title":"12135252_1640420319547370_1165160733_mod","alt":"","caption":"Automatticians Work from Anywhere","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2019\/05\/gm-2018-orlando.jpg","id":"223877","title":"Grand Meetup 2018 in Orlando,\u0026nbsp;Florida","alt":"Grand Meetup 2018 in Orlando, Florida","caption":"Grand Meetup 2018 in Orlando, Florida","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2018\/02\/a8c_2017gm.jpg","id":"211692","title":"A8c_2017GM","alt":"","caption":"Automattic Grand Meetup 2017 in Whistler, Canada","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2017\/07\/snap003.jpg","id":"198565","title":"2017 Designer Meetup in\u0026nbsp;Detroit","alt":"","caption":"2017 Designer Meetup in Detroit at Kay Willingham\u0026#8217;s Art in Motion","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/teamair.jpg","id":"198348","title":"teamair","alt":"","caption":"Premium Services (.org) \u0026#8220;Team Air\u0026#8221; in Nashville","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/a8c_2016.jpg","id":"195295","title":"a8c_2016","alt":"","caption":"Automattic Grand Meetup 2016 in Whistler, Canada","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/slytherin-miami-beach1.jpg","id":"198460","title":"Slytherin Miami Beach","alt":"","caption":"Slytherin Mobile Meetup in Miami","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/halong-bay-clr_m-e1478514614496.jpg","id":"171892","title":"halong-bay-clr_m","alt":"","caption":"We\u0026#8217;re on a Boat\u0026#8230;in Vietnam","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2016\/04\/vipinbarcelona-2.jpg","id":"181752","title":"VIPinbarcelona 2","alt":"","caption":"VIP Support Team Visits Barcelona","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/hackday2.jpg","id":"109585","title":"hackday","alt":"","caption":"WordCamp SF Hack Day at Automattic\u0026nbsp;Mission","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/rafting-on-the-weber-river-with-automattic-003_m.jpg","id":"171890","title":"rafting-on-the-weber-river-with-automattic-003_m","alt":"","caption":"Rollin\u0026#8217; on the River","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2015\/01\/santacruz.jpg","id":"153919","title":"santacruz","alt":"","caption":"Automattic Grand Meetup Santa Cruz","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/gii_pf-l4r-3000x3000_m.jpeg","id":"171893","title":"GII_PF-L4R-3000x3000_m","alt":"","caption":"Automattic\u0026#8217;s 10th Anniversary Party","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/r2.jpg","id":"109412","title":"r2","alt":"","caption":"Karting, an Automattic Meetup Tradition","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/data.jpg","id":"109424","title":"data","alt":"","caption":"Data Team Meetup, Seattle","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/gm-2015-final_m.jpg","id":"178708","title":"gm-2015-final_m","alt":"","caption":"Automattic Grand Meetup in Park City","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/happiness-engineers-park-city-gm-2015.jpg","id":"171918","title":"","alt":"","caption":"Happiness Engineers in Park City","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/atlanticocean.jpg","id":"130413","title":"Automatticians in Puerto\u0026nbsp;Rico","alt":"","caption":"Automatticians in Puerto Rico","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/nyc1.jpg","id":"109445","title":"nyc","alt":"","caption":"Theme Team in New York","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/20140516_dscf1906_m.jpg","id":"171894","title":"20140516_dscf1906_m","alt":"","caption":"Automatticians in Sicily","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/jhp_4708-1_mod-e1478514573510.jpg","id":"171891","title":"jhp_4708-1_mod","alt":"","caption":"Engineering Happiness on a Carousel","itemprop":"image"},{"src":"https:\/\/automattic.files.wordpress.com\/2005\/12\/akismet-hawaii.jpg","id":"153917","title":"akismet-hawaii","alt":"","caption":"Akismet Team in Hawaii","itemprop":"image"}]" itemscope itemtype="https://schema.org/ImageGallery"></div> <h4 class="howwework">HOW WE WORK</h4> <p><strong>Choose your own adventure</strong> · Everyone works from the location they choose. We’re spread out all over the world in more than 60 countries. We track about 70 percent of our projects on <a href="https://web.archive.org/web/20190820170852/http://p2theme.com/">P2-themed</a> WordPress.com blogs, 25 percent in private chat rooms, and the rest on Slack. Because of the geographic variance, we’re active 24/7. We care about the work you produce, not just the hours you put in.</p> <p><strong>Coming on board</strong> · When you make it past the interview stage we’ll do a project together on contract, typically lasting between two to six weeks depending on how much time you can spend, to see how we work together (learn more about our <a href="https://web.archive.org/web/20190820170852/https://automattic.com/global-hiring-guidelines/" target="_blank" rel="noopener noreferrer">global hiring guidelines</a>). When you join full-time, you’ll do customer support for WordPress.com for your first two weeks and spend a week in support annually, for evermore, regardless of your position. We believe an early and ongoing connection with the people who use our products is irreplaceable.</p> <p><strong>Meeting up</strong> · We get the whole company together once a year for seven days so that Automatticians can create bonds that influence them all year long. So far we’ve done Grand Meetups in San Francisco, California; La Paz, Mexico; Oracle, Arizona; Breckenridge, Colorado; Mont-Sainte-Anne, Québec; Seaside, Florida; Budapest, Hungary; San Diego, California; Santa Cruz, California; Park City, Utah; and Whistler, Canada.</p> <p>In addition to our all-company Grand Meetup, teams meet for five to seven days to brainstorm team-level strategy and bond in locales ranging from Boulder to Buenos Aires, Las Vegas to Lisbon, Montréal to Mexico City, and Vienna to Vietnam. If you join our merry band, expect to travel three to four weeks per year.</p> <p><strong>Diversity and Inclusion</strong> · In 2014 we started to work, as a company, on facilitating spaces for discussions about diversity at Automattic. And at the 2016 Grand Meetup with all of our employees across 50 countries, we decided to share with the rest of the world <a href="https://web.archive.org/web/20190820170852/https://automattic.com/diversity-and-inclusion/">what we are doing about diversity and inclusion</a>.</p> <p><strong>What do we look for? </strong> · Automatticians are curious, driven, compassionate, tenacious, autonomous, friendly, independent, collaborative, communicative, supportive, self-motivated, and amazing with GIFs. We strive to live up to <a href="https://web.archive.org/web/20190820170852/https://automattic.com/creed/">the Automattic Creed</a> and we want to work with people who will do the same. Are you interested in making the web and the world a better place? Apply today.</p> <p><strong>Getting to know us</strong> · Would you like to know a bit more about what it’s like to be part of Automattic? Check out this <a href="https://web.archive.org/web/20190820170852/http://www.businessinsider.com/this-ceo-runs-a-billion-dollar-company-with-no-offices-or-email-2016-3"><em>Business Insider</em> interview</a> with Matt on how our company runs without offices or email. <a href="https://web.archive.org/web/20190820170852/https://www.youtube.com/playlist?list=PLQFhxUeNFfdJqXqfkh8AZAaWhHJROinzk">Meet a few colleagues (aka Automatticians)</a> and hear about their experiences in their own words. <a href="https://web.archive.org/web/20190820170852/https://manofhustle.com/2016/02/24/qa-what-is-working-at-automattic-like/">Eric</a> did a Q&A on what it’s like to work at Automattic. Still on the fence? <a href="https://web.archive.org/web/20190820170852/https://karenalma.com/2016/02/07/my-fourth-anniversary-at-automattic/">Karen says</a> you should really just apply.</p> <h4 class="ourprocess">Our Development Process</h4> <p><strong>Data-informed, user-driven ·</strong> For every feature we launch, we gather metrics about its usage, interaction, and growth in addition to listening to the masses of feedback we get on our blog and through support channels. This helps us inform decisions about new features and enhancements. It’s not uncommon to launch a feature and then iterate immediately.</p> <p class="extrabottom">We have a one-button deploy system for WordPress.com, and we push code to the site 60–80 times a day. WordPress.com is synced with the WordPress.org trunk pretty much every weekday. <strong>We’re strong believers in <a href="https://web.archive.org/web/20190820170852/http://opensource.org/">Open Source</a></strong>, and we try to open source everything we can.</p> <div class="areyougrowing"> <div class="areyougrowing-box"> <h3>Is Automattic growing? <strong>Yes.</strong></h3> <p>Total WordPress.com, Akismet, Crowdsignal, and Jetpack users.</p> <div id="stat-chart-users" class="stat-chart" style="background:#fff;direction:ltr;height:300px;width:100%;"></div><script type="text/javascript"> jQuery( "#stat-chart-users" ).load( "/public-charts/flot.php", { "blog":54117, "target":"stat-chart-users", "extra":"users", "unit":"100" } );</script> </div> </div> <h4 class="benefits">Benefits</h4> <ul> <li>Open vacation policy (no set number of days per year). We encourage all employees to take the time they need for vacation, to pursue their own interests, to stay healthy, and to spend time with friends and family.</li> <li>Home office setup and coworking allowances. Working from a coffee shop? You can use your coworking allowance for the requisite latte!</li> <li>We happily provide or reimburse hardware and software you’ll need, as well as books or conferences that promote continued learning.</li> <li>Company-sponsored life insurance.</li> <li>Open parental leave (includes maternity, paternity, and adoption). If you’ve been with Automattic for 12 months, your leave is fully paid.</li> <li>WordPress-branded laptop at your four-year anniversary. A spiffy set of wireless headphones at your seven-year anniversary.</li> <li>Paid two to three-month sabbatical encouraged every five years.</li> <li>We cover all costs of company travel, so dust off that passport! Your team will get together one to three times per year in locations around the globe.</li> <li>Other benefits are country-specific, and include health, vision, and dental insurance; matching retirement/pension contributions; childcare vouchers; income protection; travel insurance; and discount offers.</li> </ul> <h4 id="open-positions" class="ourprocess">Open Positions</h4> <div class="position-category" style="border-left-color: #3399CC"><div class="position-category-desc"><h3 class="position-category-title" id="">Engineering</h3><p class="position-category-text">Engineers at Automattic are responsible for the engines of Automattic: a variety of codebases and processes devoted to making the web a better place. With their varied backgrounds, our engineers collaborate with the other roles at Automattic to define, implement, and improve the experience those engines provide and enable.</p></div><div class="position-listings"><ul class="position-listings-list"><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/software-engineer/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Software Engineer</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/javascript-engineer/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">JavaScript Engineer</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/mobile-engineers/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Mobile Engineer</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/cross-platform-engineer/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">JavaScript Engineer (Cross Platform)</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/mobile-infrastructure-engineer/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Mobile Infrastructure Engineer</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/systems-wrangler/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Systems Wrangler</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li></p> <p></ul></div></div> <div class="position-category" style="border-left-color: #99CC33"><div class="position-category-desc"><h3 class="position-category-title" id="">Business Development<br/> & Marketing</h3><p class="position-category-text">Members of our business development & marketing teams are opportunity seekers. They’re always looking toward the horizon, searching for new ways to climb higher and tell stories that resonate.</p></div><div class="position-listings"><ul class="position-listings-list"><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/manager-strategy-and-corporate-development/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Manager, Strategy and Corporate Development</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/customer-marketing-wrangler-customer-engagement/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Customer Marketing Wrangler (Customer Engagement)</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/product-marketing-manager-woocommerce/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Product Marketing Manager, WooCommerce</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> </ul></div></div> <div class="position-category" style="border-left-color: #CC6633"><div class="position-category-desc"><h3 class="position-category-title" id="">Happiness</h3><p class="position-category-text">At the end of the day, we make products for people. And while every position at Automattic involves helping people, no one does it better than our happiness engineers.</p></div><div class="position-listings"><ul class="position-listings-list"><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/happiness-engineer/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Happiness Engineer</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> </ul></div></div> <div class="position-category" style="border-left-color: #CC3399"><div class="position-category-desc"><h3 class="position-category-title" id="">People, Legal, & Finance</h3><p class="position-category-text">Having the freedom to focus can be a hard thing to come by. But there are those of us that have a passion for providing that freedom to others. They're experienced, knowledgeable, and can wrangle with the best of them.</p></div><div class="position-listings"><ul class="position-listings-list"><li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/tax-wrangler/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Tax Wrangler</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/human-resources-wrangler/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Human (Resources) Wrangler</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> <li><a href="https://web.archive.org/web/20190820170852/https://automattic.com/work-with-us/payroll-wrangler/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">Global Payroll Wrangler</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> </ul></div></div> <div class="position-category" style="border-left-color: #151E25"><div class="position-category-desc"><h3 class="position-category-title" id="">Enterprise (VIP)</h3><p class="position-category-text">The VIP team's offerings empower the largest companies in the world in their use of WordPress. They’re always on the lookout for people to help grow, support, and build the most advanced digital publishing platform in the world.</p></div><div class="position-listings"><ul class="position-listings-list"><br/> <li><a href="https://web.archive.org/web/20190820170852/https://vip.wordpress.com/careers/" class="position-listing"><div class="position-listing-info"><div class="position-listing-title">All enterprise positions</div><div class="position-listing-modifiers"></div></div><div class="position-listing-action">Apply</div></a></li><br/> </ul></div></div> </div> </div><!-- #content --> </div><!-- #container --> <div class="nav"> <div class="contactus"><a href="/web/20190820170852/https://automattic.com/contact/">Contact Us</a></div> <div class="diversity"><a href="/web/20190820170852/https://automattic.com/diversity-and-inclusion/">Diversity</a></div> <div class="press"><a href="/web/20190820170852/https://automattic.com/press/">Press</a></div> <div class="privacy"><a href="/web/20190820170852/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/20190820170852/https://twitter.com/automattic" target="_blank"><!-- Twitter --></a></div> <div class="facebook"><a class="noticon noticon-facebook" href="https://web.archive.org/web/20190820170852/http://www.facebook.com/AutomatticInc" target="_blank"><!-- Facebook --></a></div> <div class="facebook"><a class="noticon noticon-youtube" href="https://web.archive.org/web/20190820170852/https://www.youtube.com/c/automattic" target="_blank"><!-- YouTube --></a></div> </div> <ol class="menu"> <li class="page-item "><a href="/web/20190820170852/https://automattic.com/">Home</a></li> <li class="page-item "><a href="/web/20190820170852/https://automattic.com/about/">About Us</a></li> <li class="page-item "><a href="/web/20190820170852/https://automattic.com/news/">News</a></li> <li class="page-item current_page-item"><a href="/web/20190820170852/https://automattic.com/work-with-us/">Work With Us</a></li> </ol> </div> <div class="footer"> <p class="copyr">© Automattic Inc., purveyors of fine blogging and site-building services since 2005. Thank you for your time.</p> </div> </div><!-- #wrapper --> <!-- --> <!-- A8C Analytics [start] --> <script type="text/javascript"> ( function( $ ) { 'use strict'; if ( ! $ ) return; // No jQuery. window.a8cAnalyticsConfig = {"cookieBanner":{"text":"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.","buttonText":"Got It!","cookieName":"sensitive_pixel_option","skipBanner":false,"cssZIndex":50001,"cookieDomain":null},"fireAnalyticsOptions":[]}; } )( window.jQuery ); </script> <script type="text/javascript"> $document = jQuery( window.document ); $document.on( 'a8c-analytics:loaded', function() { 'use strict'; var kit = window.a8cAnalytics.kit; if ( kit.doNotTrack() ) { return; } function fireGoogleAnalytics() { kit.loadGoogleAnalytics(); ga( 'create', 'UA-52447-5', 'auto' ); ga( 'set', 'transport', 'function' === typeof navigator.sendBeacon ? 'beacon' : 'xhr' ); ga( 'set', 'anonymizeIp', true ); ga( 'send', 'pageview' ); } // ------- Fire Normal Pixels ------- fireGoogleAnalytics(); // ------- Fire Sensitive Pixels ------- /* none for now $document.on( 'a8c-analytics:fire-sensitive-pixels', function() { } ); */ } ); </script> <script type="text/javascript"> ( function( $ ) { 'use strict'; if ( ! $ ) return; // No jQuery. $.ajax( { async: true, cache: true, dataType: 'script', url: "https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/s1.wp.com\/wp-content\/mu-plugins\/a8c-analytics\/a8c-analytics.js?v=1565090810", } ); } )( window.jQuery ); </script> <!-- A8C Analytics [end] --> <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="54117"/> <input type="hidden" id="carousel-reblog-blog-url" value="https://automattic.com"/> <input type="hidden" id="carousel-reblog-blog-title" value="Automattic"/> <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="af35fd8bcd"/><input type="hidden" name="_wp_http_referer" value="/work-with-us/?utm_source=houseads&utm_campaign=cw-nooffice"/> </form> <div class="arrow"></div> </div> <link rel="stylesheet" id="all-css-0-2" href="https://web.archive.org/web/20190820170852cs_/https://s0.wp.com/_static/??/wp-content/mu-plugins/carousel/jetpack-carousel.css,/wp-content/mu-plugins/shortcodes/css/slideshow-shortcode.css?m=1563361695j&cssminify=yes" type="text/css" media="all"/> <script type="text/javascript"> /* <![CDATA[ */ var actionbardata = {"siteID":"54117","siteName":"Automattic","siteURL":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/automattic.com","icon":"<img alt='' src='https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/secure.gravatar.com\/blavatar\/0d6c430459af115394a012d20b6711d6?s=50&d=https%3A%2F%2Fs2.wp.com%2Fi%2Flogo%2Fwpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"a8c\/automattic-2011","signupURL":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fautomattic.com%2Fwork-with-us%2F&signup_flow=account&domain=automattic.com","themeURL":"","xhrURL":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/automattic.com\/wp-admin\/admin-ajax.php","nonce":"05a62e8630","isSingular":"1","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"c1670efeba\" \/>","referer":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/automattic.com\/work-with-us\/?utm_source=houseads&utm_campaign=cw-nooffice","canFollow":"","feedID":"73075320","statusMessage":"","customizeLink":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/automattic.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fautomattic.wordpress.com%2Fwork-with-us%2F%3Futm_source%3Dhouseads%26utm_campaign%3Dcw-nooffice","postID":"12","shortlink":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/wp.me\/Pe4R-c","canEditPost":"","editLink":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/wordpress.com\/page\/automattic.com\/12","statsLink":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/wordpress.com\/stats\/post\/12\/automattic.com","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: Automattic 2011","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/\">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 9,795 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fautomattic.com%2Fwork-with-us%2F&signup_flow=account&domain=automattic.com\">Log in now.<\/a>","stats":"Stats"}}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/automattic.com\/wp-admin\/admin-ajax.php","nonce":"a9d783b910","display_exif":"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\/20190820170852\/https:\/\/automattic.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fautomattic.com%2Fwork-with-us%2F","blog_id":"54117","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=54117&v=wpcom&tz=0&user_id=0&subd=automattic","is_public":"1","reblog_enabled":""}; /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ var jetpackSlideshowSettings = {"spinner":"https:\/\/web.archive.org\/web\/20190820170852\/https:\/\/s2.wp.com\/wp-content\/mu-plugins\/shortcodes\/img\/slideshow-loader.gif","speed":"4000","blog_id":"54117","blog_subdomain":"automattic","user_id":"0"}; /* ]]> */ </script> <script type="text/javascript" src="https://web.archive.org/web/20190820170852js_/https://s1.wp.com/_static/??-eJyVkN0KwjAMhV/IrghOdyM+S02Da+2fSTv17e1AxwZj4FXC6flymshnEhBDxpClZalxMIDp1VjeydmTLyK5cjOBpTN3ZPkoWLBXQTukDbPS3gRxVSS94oxUOxEHJDK6Dpm0PydkUnDnLQiyiWGEpu7nNgFcGcPrtpxMWNNt3Y7e39LMXStZoCgWRict5lT/JX7CBsN9pAxxEdfAGxw2fjNsCbIbz9jHp5j0yl78ed8eD2176rqD/QCAHrTq"></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/20190820170852js_/https://stats.wp.com/w.js?60" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'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':'12','subd':'automattic'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxFU0VMK3ppSG1wamM0bi81JStxN2lKP1pvVnxQRHk3W0d3VEh0SklpNENJfHppaiZjVlFtdzJJS0ovSDNEYllHTGlmZ2N8XWpOY1p2LDE0dlY2QXZlTWtvMV0vVDBzL1U/cWZsMWMycitPXzRtay8mcTRxfktpdm9ZQ2pEKzdUOVdYcUFaLyVKeFBUM2o5L3Q2TkdzP0RsLWRbeXcxdlQtMDY4T0Zyc21+PTRdbi4rTDlFWnxQaW0/RXc0cEFbUS8maWtLJk9tX1lvJWM0T3FUS1lbeWNfXV11VmdySHRxZVB1TVJ1NW1zTXwvSlFqL2dXMFozeXl0NzlhST03WEZXRTJYWHld'}]); _stq.push([ 'clickTrackerInit', '54117', '12' ]); </script> <noscript><img src="https://web.archive.org/web/20190820170852im_/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/20190820170852/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> <script type="text/javascript" src="/web/20190820170852js_/https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/jquery.cookie.js"></script> <script type="text/javascript"> console.log("Ready to wrangle JavaScript? https://automattic.com/work-with-us/"); var pg = document.location.href; if ( pg.indexOf("work-with-us") != -1 ) { // check on jobs page if ( pg.length > 37 ) { // check if detail page var jvct = jQuery.cookie('jvct'); if ( typeof(jvct) == "undefined" ) { jvct = 0; } else { jvct = parseInt(jvct); } if ( isNaN(jvct) ) { jvct = 0; } jvct = jvct + 1; jQuery.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 jQuery( '.jobsidebar' ).wrap( '<div class="card-container"></div>' ); jQuery('.jobs-notes' ).addClass( 'card' ); jQuery( '.jobsidebar').append( nudge ); setTimeout( function() { jQuery( '.jobsidebar' ).toggleClass( 'flipped' ); }, 1000 ); } } } // check on Systems Wrangler page if ( pg.indexOf( 'systems-wrangler' ) != -1 ) { // On page load/ready jQuery( document ).ready( function () { resizeMap(); }); // On resize jQuery( window ).resize( function() { clearTimeout( this.id ); this.id = setTimeout( resizeMap, 500 ); }); function resizeMap() { var w = jQuery( '.jobs-list' ).width(), h = Math.round( w / 2 ); jQuery( '.embed-anycast-map iframe' ).prop( 'src', 'https://web.archive.org/web/20190820170852/https://ac-map.automattic.com/?w=' + w.toString() + 'h=' + h.toString() ).prop( 'width', w ).prop( 'height', h ); } } </script> </body> </html> <!-- generated 203 seconds ago generated in 0.091 seconds served from batcache in 0.002 seconds expires in 97 seconds --> <!-- FILE ARCHIVED ON 17:08:52 Aug 20, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:03:46 Dec 11, 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.666 exclusion.robots: 0.032 exclusion.robots.policy: 0.022 esindex: 0.02 cdx.remote: 20.302 LoadShardBlock: 298.25 (6) PetaboxLoader3.datanode: 291.903 (7) load_resource: 176.336 PetaboxLoader3.resolve: 143.29 -->