<!DOCTYPE html>
<html lang="en-US">
<head><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();
</script>
	<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<link rel="pingback" href="https://30lines.com/xmlrpc.php" />

	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		document.documentElement.className = 'js';
	</script>

	<script>var et_site_url='https://30lines.com';var et_post_id='413';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))}
</script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v17.0 (Yoast SEO v17.0) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Mike Whaling | 30 Lines</title><style id="rocket-critical-css">.wp-block-separator{border-top:1px solid;border-bottom:1px solid}.wp-block-spacer{clear:both}.has-normal-font-size{font-size:1em}article,header,nav{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}strong{font-weight:bold}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}img{border:0}input{font-family:inherit;font-size:100%;margin:0}input{line-height:normal}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input::-moz-focus-inner{border:0;padding:0}#sidebar-overlay{position:absolute;top:-15px;z-index:-15}a,blockquote,body,div,em,form,h1,html,img,li,span,strong,ul{margin:0;padding:0;border:0;outline:0;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;vertical-align:baseline;background:transparent}body{line-height:1}ul{list-style:none}blockquote{quotes:none}blockquote:after,blockquote:before{content:"";content:none}blockquote{margin:20px 0 30px;border-left:5px solid;padding-left:20px}:focus{outline:0}article,header,nav{display:block}body{font-family:Open Sans,Arial,sans-serif;font-size:14px;color:#666;background-color:#fff;line-height:1.7em;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.et_cover_background{background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important;background-attachment:fixed}a{color:#2ea3f2}a{text-decoration:none}strong{font-weight:700}em{font-style:italic}h1{color:#333;padding-bottom:10px;line-height:1em;font-weight:500}h1{font-size:30px}input{-webkit-appearance:none}input{font-family:inherit}img{max-width:100%;height:auto}#top-menu li{word-wrap:break-word}.mobile_menu_bar:after,.mobile_menu_bar:before{color:#2ea3f2}.et-search-form,.et_mobile_menu,.nav li ul,blockquote{border-color:#2ea3f2}#main-content{background-color:#fff}.container{width:80%;max-width:1080px;margin:auto}body:not(.et-tb) #main-content .container,body:not(.et-tb-has-header) #main-content .container{padding-top:58px}.main_title{margin-bottom:20px}#left-area ul,.entry-content ul{list-style-type:disc;padding:0 0 23px 1em;line-height:26px}#left-area ul li ul{padding:2px 0 2px 20px}.container{text-align:left;position:relative}#main-header{line-height:23px;font-weight:500;top:0;background-color:#fff;width:100%;box-shadow:0 1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);position:relative;z-index:99999}.et_fixed_nav.et_show_nav #page-container{padding-top:80px}.et_fixed_nav #main-header{position:fixed}.et_header_style_left #et-top-navigation{padding-top:33px}.et_header_style_left #et-top-navigation nav>ul>li>a{padding-bottom:33px}.et_header_style_left .logo_container{position:absolute;height:100%;width:100%}.et_header_style_left #et-top-navigation .mobile_menu_bar{padding-bottom:24px}#logo{width:auto;margin-bottom:0;max-height:54%;display:inline-block;float:none;vertical-align:middle;-webkit-transform:translateZ(0)}span.logo_helper{display:inline-block;height:100%;vertical-align:middle;width:0}.et-social-icon span{display:none}#top-menu,#top-menu-nav{line-height:0}#et-top-navigation{font-weight:600}#top-menu,nav#top-menu-nav{float:left}#top-menu li{display:inline-block;font-size:14px;padding-right:22px}#top-menu>li:last-child{padding-right:0}#top-menu a{color:rgba(0,0,0,.6);text-decoration:none;display:block;position:relative}.et-search-form{top:0;bottom:0;right:0;position:absolute;z-index:1000;width:100%}.et-search-form input{width:90%;border:none;color:#333;position:absolute;top:0;bottom:0;right:30px;margin:auto;background:transparent}.et-search-form .et-search-field::-ms-clear{width:0;height:0;display:none}.et_search_form_container{animation:none;-o-animation:none;-webkit-animation:none;-moz-animation:none}.container.et_search_form_container{position:relative;opacity:0;height:1px}span.et_close_search_field{display:block;width:30px;height:30px;z-index:99999;position:absolute;right:0;top:0;bottom:0;margin:auto}span.et_close_search_field:after{font-family:ETmodules;content:"\4d";speak:none;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:32px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.container.et_menu_container{z-index:99}.et_search_outer{width:100%;overflow:hidden;position:absolute;top:0}form.et-search-form{background:transparent!important}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}#et-top-navigation{float:right}#top-menu li li{padding:0 20px;margin:0}#top-menu li li a{padding:6px 20px;width:200px}#top-menu .menu-item-has-children>a:first-child:after{font-family:ETmodules;content:"3";font-size:16px;position:absolute;right:0;top:0;font-weight:800}#top-menu .menu-item-has-children>a:first-child{padding-right:20px}#et_mobile_nav_menu{float:right;display:none}.mobile_menu_bar:before{content:"\61";font-size:32px;left:0;position:relative;top:0}#sidebar{padding-bottom:28px}#sidebar .et_pb_widget{margin-bottom:30px;width:100%;float:none}@media (min-width:981px){#sidebar{float:left;width:20.875%}#left-area{width:79.125%;padding-bottom:23px}#main-content .container:before{content:"";position:absolute;top:0;height:100%;width:1px;background-color:#e2e2e2}.et_right_sidebar #left-area{float:left;padding-right:5.5%}.et_right_sidebar #sidebar{padding-left:30px}.et_right_sidebar #main-content .container:before{right:20.875%!important}}@media (min-width:981px) and (max-width:1100px){#sidebar .et_pb_widget{margin-left:0}}@media (max-width:980px){#page-container,.et_fixed_nav.et_show_nav #page-container{padding-top:80px}#left-area,#sidebar{width:100%!important}.et_right_sidebar #left-area,.et_right_sidebar #sidebar{width:auto;float:none;padding-right:0;padding-left:0}.et_right_sidebar #left-area{margin-right:0}.et_right_sidebar #sidebar{margin-left:0;border-left:none}#main-content .container:before{display:none!important}#top-menu{display:none}#et-top-navigation{margin-right:0}.et_fixed_nav #main-header{position:absolute}.et_header_style_left #et-top-navigation{padding-top:24px;display:block}.et_header_style_left #logo{max-width:50%}.et_header_style_left .et-search-form{width:50%!important;max-width:50%!important}#et_mobile_nav_menu{display:block}}@media (max-width:767px){#et-top-navigation{margin-right:0}}@media (max-width:479px){#et-top-navigation{margin-right:0}}@font-face{font-family:ETmodules;font-display:swap;src:url(https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.eot);src:url(https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"),url(https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.ttf) format("truetype"),url(https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.woff) format("woff"),url(https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}*{-webkit-box-sizing:border-box;box-sizing:border-box}.mobile_menu_bar:before{font-family:ETmodules!important;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:0 0;direction:ltr}.nav li li{padding:0 20px;margin:0}.nav li{position:relative;line-height:1em}.nav li li{position:relative;line-height:2em}.nav li ul{position:absolute;padding:20px 0;z-index:9999;width:240px;background:#fff;visibility:hidden;opacity:0;border-top:3px solid #2ea3f2;box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-transform:translateZ(0);text-align:left}.et_mobile_menu li a,.nav li li a{font-size:14px}.et_mobile_menu{position:absolute;left:0;padding:5%;background:#fff;width:100%;visibility:visible;opacity:1;display:none;z-index:9999;border-top:3px solid #2ea3f2;box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1)}#main-header .et_mobile_menu li ul{visibility:visible!important;display:block!important;padding-left:10px}.et_mobile_menu li li{padding-left:5%}.et_mobile_menu li a{border-bottom:1px solid rgba(0,0,0,.03);color:#666;padding:10px 5%;display:block}.et_mobile_menu .menu-item-has-children>a{font-weight:700;background-color:rgba(0,0,0,.03)}.mobile_menu_bar{position:relative;display:block;line-height:0}.mobile_menu_bar:before{content:"\61";font-size:32px;position:relative;left:0;top:0}.mobile_nav .select_page{display:none}.et_pb_widget{float:left;max-width:100%}.et_pb_widget a{text-decoration:none;color:#666}.et_pb_widget{word-wrap:break-word}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.mobile_menu_bar:before,.mobile_menu_bar:after{color:#3399ff}.et-search-form,.nav li ul,.et_mobile_menu,blockquote{border-color:#3399ff}a{color:#3399ff}#top-menu a,.et_mobile_menu li a,.et_search_form_container input,span.et_close_search_field:after{color:#666666}.et_search_form_container input::-moz-placeholder{color:#666666}.et_search_form_container input::-webkit-input-placeholder{color:#666666}.et_search_form_container input:-ms-input-placeholder{color:#666666}h1{font-size:54px}@media only screen and (max-width:980px){h1{font-size:42px}}@media only screen and (max-width:767px){body{font-size:16px}h1{font-size:32px}}h1{font-family:'Arvo',Georgia,"Times New Roman",serif}body,input{font-family:'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif}body{font-size:18px}h1{font-family:'Domine',serif;font-weight:700;line-height:1.3em}#top-menu li{font-size:18px}.et_fixed_nav #page-container{padding-top:50px!important}</style><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Arvo%3A400%2C400italic%2C700%2C700italic%7CSource%20Sans%20Pro%3A400%2C200%2C200italic%2C300%2C300italic%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CDomine%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arvo%3A400%2C400italic%2C700%2C700italic%7CSource%20Sans%20Pro%3A400%2C200%2C200italic%2C300%2C300italic%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CDomine%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="preload" href="https://fonts.googleapis.com/css?family=Arvo%3A400%2C400italic%2C700%2C700italic%7CSource%20Sans%20Pro%3A400%2C200%2C200italic%2C300%2C300italic%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CDomine%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" /></noscript>
	<link rel="canonical" href="https://30lines.com/mike-whaling/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Mike Whaling" />
	<meta property="og:description" content="Through his work at 30 Lines, Mike Whaling advises businesses and organizations on all aspects of online brand development, digital marketing and communicating through social media. His work as a brand builder was recognized by BusinessWeek when a client was named as one of four Innovators in Social Media, next to companies like Ford and [&hellip;]" />
	<meta property="og:url" content="https://30lines.com/mike-whaling/" />
	<meta property="og:site_name" content="30 Lines" />
	<meta property="article:publisher" content="https://www.facebook.com/30lines" />
	<meta property="article:modified_time" content="2017-01-25T04:37:34+00:00" />
	<meta property="og:image" content="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-300x300.jpg" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@30lines" />
	<meta name="twitter:label1" content="Est. reading time" />
	<meta name="twitter:data1" content="1 minute" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://30lines.com/#organization","name":"30 Lines","url":"https://30lines.com/","sameAs":["https://www.facebook.com/30lines","https://instagram.com/30lines/","https://www.linkedin.com/company/30lines","https://www.pinterest.com/30lines/","https://twitter.com/30lines"],"logo":{"@type":"ImageObject","@id":"https://30lines.com/#logo","inLanguage":"en-US","url":"https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2015/03/30-Lines_300x300_full.png","contentUrl":"https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2015/03/30-Lines_300x300_full.png","width":300,"height":300,"caption":"30 Lines"},"image":{"@id":"https://30lines.com/#logo"}},{"@type":"WebSite","@id":"https://30lines.com/#website","url":"https://30lines.com/","name":"30 Lines","description":"Build Your Online Presence","publisher":{"@id":"https://30lines.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://30lines.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://30lines.com/mike-whaling/#primaryimage","inLanguage":"en-US","url":"https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-300x300.jpg","contentUrl":"https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-300x300.jpg"},{"@type":"WebPage","@id":"https://30lines.com/mike-whaling/#webpage","url":"https://30lines.com/mike-whaling/","name":"Mike Whaling | 30 Lines","isPartOf":{"@id":"https://30lines.com/#website"},"primaryImageOfPage":{"@id":"https://30lines.com/mike-whaling/#primaryimage"},"datePublished":"2009-08-12T22:02:58+00:00","dateModified":"2017-01-25T04:37:34+00:00","breadcrumb":{"@id":"https://30lines.com/mike-whaling/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://30lines.com/mike-whaling/"]}]},{"@type":"BreadcrumbList","@id":"https://30lines.com/mike-whaling/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://30lines.com/"},{"@type":"ListItem","position":2,"name":"Mike Whaling"}]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//a.omappapi.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='dns-prefetch' href='//fonts.gstatic.com' />
<link rel='dns-prefetch' href='//g7p73jzhqb-flywheel.netdna-ssl.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link href='//g7p73jzhqb-flywheel.netdna-ssl.com' rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="30 Lines &raquo; Feed" href="https://30lines.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="30 Lines &raquo; Comments Feed" href="https://30lines.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="30 Lines &raquo; Mike Whaling Comments Feed" href="https://30lines.com/mike-whaling/feed/" />
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/30lines.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<meta content="30 Lines v.1.0.0" name="generator"/><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='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
<link rel='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/css/normalize.css?ver=5.8' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
<link rel='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/css/style.css?ver=5.8' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
<link rel='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/dwd-custom-fullwidth-header-extended/css/animate.css?ver=5.8' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
<link rel='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/style.css?ver=5.8' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
<link rel='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/30lines/style.css?ver=4.9.10' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />
<style id='divi-style-inline-css' type='text/css'>

				picture#logo {
					display: inherit;
				}
				picture#logo source, picture#logo img {
					width: auto;
					max-height: 54%;
					vertical-align: middle;
				}
				@media (min-width: 981px) {
					.et_vertical_nav #main-header picture#logo source,
					.et_vertical_nav #main-header picture#logo img {
						margin-bottom: 28px;
					}
				}
			
</style>
<link rel='preload'   href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/dp-portfolio-posts-pro/styles/style.min.css?ver=4.1.6' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" type='text/css' media='all' />

<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;cursor:pointer}
</style>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/js/snap.svg-min.js?ver=5.8' id='snap_svg_js-js' defer></script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/js/modernizr.custom.js?ver=5.8' id='modernizr_js-js' defer></script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/js/jquery.exitintent.min.js?ver=5.8' id='exit-intent-js' defer></script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/js/custom.js?ver=5.8' id='divi-custom-js-js' defer></script>
<link rel="https://api.w.org/" href="https://30lines.com/wp-json/" /><link rel="alternate" type="application/json" href="https://30lines.com/wp-json/wp/v2/pages/413" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://30lines.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.8" />
<link rel='shortlink' href='https://30lines.com/?p=413' />
<link rel="alternate" type="application/json+oembed" href="https://30lines.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2F30lines.com%2Fmike-whaling%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://30lines.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2F30lines.com%2Fmike-whaling%2F&#038;format=xml" />
	<style type="text/css">
		a {
cursor: pointer !important;
  
}
	</style>
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		function togglePlayableTags( overlay_id, wait ) {
		
			var $ = jQuery;
			
			if ( !overlay_id  ) {
				
				overlay_id = "";
			}
			
			if ( !wait  ) {
				
				wait = 1;
			}
			
			/* Prevent playable tags load content before overlay call */
			setTimeout(function() {
				
				$( overlay_id + ".overlay").find("iframe").not( '[id^="gform"]' ).each(function() { 
				
					var iframeParent = $(this).parent();
					var iframe = $(this).prop("outerHTML");
					var src = iframe.match(/src=[\'"]?((?:(?!\/>|>|"|\'|\s).)+)"/)[0];
					
					src = src.replace("src", "data-src");
					iframe = iframe.replace(/src=".*?"/i, "src=\"about:blank\" data-src=\"\"" );
					
					if ( src != "data-src=\"about:blank\"" ) {
						iframe = iframe.replace("data-src=\"\"", src );
					}
					
					$( iframe ).insertAfter( $(this) );
					
					$(this).remove();
				});
				
			}, wait);
			
			$( overlay_id + ".overlay").find("video").each(function() {
				$(this).get(0).pause();
			});
			
			$( overlay_id + ".overlay").find("audio").each(function() {
				
				this.pause();
				this.currentTime = 0;
			});
		}
		
		togglePlayableTags( '', 1000 );
	</script>
				<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v8.4.90-->
			<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
				var _hsq = _hsq || [];
				_hsq.push(["setContentType", "standard-page"]);
			</script>
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
						<script type="rocketlazyloadscript">
				(function() {
					var hbspt = window.hbspt = window.hbspt || {};
					hbspt.forms = hbspt.forms || {};
					hbspt._wpFormsQueue = [];
					hbspt.enqueueForm = function(formDef) {
						if (hbspt.forms && hbspt.forms.create) {
							hbspt.forms.create(formDef);
						} else {
							hbspt._wpFormsQueue.push(formDef);
						}
					}
					if (!window.hbspt.forms.create) {
						Object.defineProperty(window.hbspt.forms, 'create', {
							configurable: true,
							get: function() {
								return hbspt._wpCreateForm;
							},
							set: function(value) {
								hbspt._wpCreateForm = value;
								while (hbspt._wpFormsQueue.length) {
									var formDef = hbspt._wpFormsQueue.shift();
									if (!document.currentScript) {
										var formScriptId = 'leadin-forms-v2-js';
										hubspot.utils.currentScript = document.getElementById(formScriptId);
									}
									hbspt._wpCreateForm.call(hbspt.forms, formDef);
								}
							},
						});
					}
				})();
			</script>
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="preload" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/fonts/modules.ttf" as="font" crossorigin="anonymous"><link href="https://plus.google.com/118024358482942688737/" rel="publisher"><link href="https://plus.google.com/118024358482942688737" rel="publisher"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">
(function() 
{var po = document.createElement("script");
po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(po, s);
})();</script>

<link rel="preload" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/fonts/font-awesome/css/font-awesome.min.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'"><meta name="msvalidate.01" content="EF578A0BFBBC8279A5930E8DC4432BD3"><meta name="verify-blogdash" content="6e94a0c925ee75b882c86d60a79f6da1"><meta property="twitter:account_id" content="14721075"><!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-NSZTWN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NSZTWN');</script>

<!-- Google +1 -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript"></script>

<!-- Hotjar Tracking Code for 30lines.com -->
<script type="rocketlazyloadscript">
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:543160,hjsv:5};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>

<script type="rocketlazyloadscript">
jQuery(document).ready(function() {
  var downloadButton = jQuery('.et-download-button');
    
  downloadButton.each(function(index) {
    jQuery(this).attr('download', '');
  });
});
</script>

<script type="rocketlazyloadscript">
      window.fbMessengerPlugins = window.fbMessengerPlugins || {
        init: function () {
          FB.init({
            appId            : '1678638095724206',
            autoLogAppEvents : true,
            xfbml            : true,
            version          : 'v2.10'
          });
        }, callable: []
      };
      window.fbAsyncInit = window.fbAsyncInit || function () {
        window.fbMessengerPlugins.callable.forEach(function (item) { item(); });
        window.fbMessengerPlugins.init();
      };
      setTimeout(function () {
        (function (d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) { return; }
          js = d.createElement(s);
          js.id = id;
          js.src = "//connect.facebook.net/en_US/sdk/xfbml.customerchat.js";
          fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
      }, 0);
      </script>
<div class="fb-customerchat" page_id="25548198202" ref="">
</div>
<link rel="icon" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2019/07/30-Lines_300x300_full-100x100.png" sizes="32x32" />
<link rel="icon" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2019/07/30-Lines_300x300_full.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2019/07/30-Lines_300x300_full.png" />
<meta name="msapplication-TileImage" content="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2019/07/30-Lines_300x300_full.png" />
<link rel="preload"  href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/et-cache/global/et-divi-customizer-global-16302376700141.min.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script></head>
<body class="page-template-default page page-id-413 et_button_no_icon et_pb_button_helper_class et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_header_style_left et_pb_footer_columns4 et_cover_background et_pb_gutter et_pb_gutters3 et_right_sidebar et_divi_theme et-db et_minified_js et_minified_css">
	<div id="page-container">

	
	
			<header id="main-header" data-height-onload="66">
			<div class="container clearfix et_menu_container">
							<div class="logo_container">
					<span class="logo_helper"></span>
					<a href="https://30lines.com/">
						<picture id="logo" data-height-percentage="54">
<source type="image/webp" srcset="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2019/06/final-logo-01-1.png.webp"/>
<img src="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2019/06/final-logo-01-1.png" width="500" height="129" alt="30 Lines" data-height-percentage="54"/>
</picture>

					</a>
				</div>
							<div id="et-top-navigation" data-height="66" data-fixed-height="40">
											<nav id="top-menu-nav">
						<ul id="top-menu" class="nav"><li id="menu-item-1209" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1209"><a href="https://30lines.com/services/">What We Do</a>
<ul class="sub-menu">
	<li id="menu-item-14326" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14326"><a href="https://30lines.com/apartment-marketing-fundamentals/">Apartment Marketing Fundamentals</a></li>
	<li id="menu-item-5266" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5266"><a href="https://30lines.com/seo/">Apartment SEO</a></li>
	<li id="menu-item-6177" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6177"><a href="https://30lines.com/apartment-chatbot/">Multifamily Chatbot</a></li>
	<li id="menu-item-8207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8207"><a href="https://30lines.com/lease-magnet/">Lease Magnet</a></li>
	<li id="menu-item-7805" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7805"><a href="https://30lines.com/rentpress/">RentPress</a></li>
	<li id="menu-item-3906" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3906"><a href="https://30lines.com/websites/">Website Design</a></li>
	<li id="menu-item-3907" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3907"><a href="https://30lines.com/email/">Email Marketing</a></li>
	<li id="menu-item-3909" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3909"><a title="RentPress Leads" href="/blog/apartment-ils-marketing-rentpress-leads">ILS Remarketing</a></li>
</ul>
</li>
<li id="menu-item-1210" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1210"><a href="https://30lines.com/speaking/">Speaking</a></li>
<li id="menu-item-1206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1206"><a href="https://30lines.com/about/">About</a></li>
<li id="menu-item-1207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="https://30lines.com/blog/">Blog</a></li>
<li id="menu-item-10683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10683"><a href="https://30lines.com/careers/">Careers</a></li>
<li id="menu-item-1208" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1208"><a href="https://30lines.com/contact/">Contact</a></li>
</ul>						</nav>
					
					
					
					
					<div id="et_mobile_nav_menu">
				<div class="mobile_nav closed">
					<span class="select_page">Select Page</span>
					<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
				</div>
			</div>				</div> <!-- #et-top-navigation -->
			</div> <!-- .container -->
			<div class="et_search_outer">
				<div class="container et_search_form_container">
					<form role="search" method="get" class="et-search-form" action="https://30lines.com/">
					<input type="search" class="et-search-field" placeholder="Search &hellip;" value="" name="s" title="Search for:" />					</form>
					<span class="et_close_search_field"></span>
				</div>
			</div>
		</header> <!-- #main-header -->
			<div id="et-main-area">
	
<div id="main-content">


	<div class="container">
		<div id="content-area" class="clearfix">
			<div id="left-area">


			
				<article id="post-413" class="post-413 page type-page status-publish hentry">

				
					<h1 class="entry-title main_title">Mike Whaling</h1>
				
				
					<div class="entry-content">
					<p><picture loading="lazy" class="alignright size-medium wp-image-4497" style="margin-left: 10px; margin-right: 10px; float: right;">
<source type="image/webp" srcset="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-300x300.jpg.webp 300w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-150x150.jpg.webp 150w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-768x768.jpg.webp 768w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-1024x1024.jpg.webp 1024w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-1080x1080.jpg.webp 1080w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg.jpg.webp 1271w" sizes="(max-width: 300px) 100vw, 300px"/>
<img loading="lazy" src="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-300x300.jpg" alt="Mike Whaling" width="300" height="300" srcset="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-300x300.jpg 300w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-400x400.jpg 400w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-100x100.jpg 100w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-510x510.jpg 510w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-150x150.jpg 150w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-768x768.jpg 768w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-1024x1024.jpg 1024w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg-1080x1080.jpg 1080w, https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2016/02/mw-square-lg.jpg 1271w" sizes="(max-width: 300px) 100vw, 300px"/>
</picture>
Through his work at 30 Lines, <a title="Mike Whaling on Facebook" href="http://facebook.com/mikewhaling">Mike Whaling</a> advises businesses and organizations on all aspects of online brand development, digital marketing and communicating through social media. His work as a brand builder was recognized by <a href="http://www.businessweek.com">BusinessWeek</a> when a client was named as one of four <a href="http://www.businessweek.com/innovate/content/feb2009/id2009029_965700.htm">Innovators in Social Media</a>, next to companies like <a href="http://www.ford.com/">Ford</a> and the <a href="http://www.sharingfoundation.org">Sharing Foundation</a>.</p>
<p>With many clients in the multifamily real estate industry, Mike co-moderates the weekly <a href="http://facebook.com/aptchat">#AptChat</a> on Twitter to discuss how apartment companies can use social media and other digital tools for their business.</p>
<p>Mike has been named a Young Business Leader by <a href="http://floridatrend.com/article.asp?page=3&amp;aID=14831715.988455.611351.6632172.2545922.098&amp;aID2=47018">Florida Trend</a> and the <a href="http://www.vfbr.com/">Volusia Business Report</a>, and he also was named a Top 10 Promoter of Technology for the multifamily real estate by <a href="http://www.bbpmag.com/">Broadband Properties</a>. Mike manages various technology groups around the web, serves as a technology advisor to Men&#8217;s Health Living magazine, and has been featured in numerous publications including the Orlando Sentinel, the Orlando Business Journal, Urban Land Magazine, Multifamily Executive, Multi-Housing News and Entrepreneur Magazine.</p>
<p><strong>How to reach Mike:</strong></p>
<ul>
<li>Email: mike [@] 30lines.com</li>
<li>Phone: 614.859.5030</li>
<li>Facebook: <a href="http://facebook.com/mikewhaling">facebook.com/mikewhaling</a></li>
<li>Twitter: <a href="http://twitter.com/30lines">@30lines</a></li>
<li>LinkedIn: <a href="http://www.linkedin.com/in/mikewhaling">linkedin.com/in/mikewhaling</a></li>
</ul>
					</div> <!-- .entry-content -->

				
				</article> <!-- .et_pb_post -->

			

			</div> <!-- #left-area -->

				<div id="sidebar">
		<div id="optin-monster-api-2" class="et_pb_widget optin-monster-api"><div id="text-12" class="et_pb_widget widget_text">			<div class="textwidget"><a href="https://twitter.com/30lines" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @30lines</a>
<script type="rocketlazyloadscript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script><br />
<br />
<div class="fb-page" data-href="https://www.facebook.com/30lines" data-width="290" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/30lines"><a href="https://www.facebook.com/30lines">30 Lines</a></blockquote></div></div></div>
		</div> <!-- end .et_pb_widget --><div id="text-14" class="et_pb_widget widget_text">			<div class="textwidget"><a href="/local/" title="Get a FREE business listings scan!"><picture>
<source type="image/webp" srcset="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2014/09/Top-Line-Local-sidebar-340w.png.webp"/>
<img width="340" height="178" src="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2014/09/Top-Line-Local-sidebar-340w.png" alt="Top Line Local - Manage your local listings"/>
</picture>
</a></div>
		</div> <!-- end .et_pb_widget -->	</div> <!-- end #sidebar -->
		</div> <!-- #content-area -->
	</div> <!-- .container -->


</div> <!-- #main-content -->


			<footer id="main-footer">
				
<div class="container">
    <div id="footer-widgets" class="clearfix">
		<div class="footer-widget"><div id="text-5" class="fwidget et_pb_widget widget_text"><h4 class="title">About 30 Lines</h4>			<div class="textwidget"><p>30 Lines was founded on one premise: Help businesses create easy, remarkable experiences for their customers and prospects. </p>
<p>It used to be that the companies that paid the most for attention won ... now it's the companies that <em>pay the most attention</em> that will be the winners. It's simply the way business gets done.</p>
<p><a title="Contact us." href="/contact/">Let's get to work</a>.</p>
<p><a href="/seo/">Apartment SEO</a></p>
</div>
		</div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget"><div id="text-15" class="fwidget et_pb_widget widget_text"><h4 class="title">What&#8217;s with the name?</h4>			<div class="textwidget"><p>Most Internet users find information through search engines. And most search engine users don't have much patience. In fact, over 90% of users give up after the first three pages of results -- after 30 headlines, they've either already clicked on something, or they revise their search.</p>
<p>That means marketers need to make the right impression on those consumers quickly. You have 30 lines (probably less) ... are you making the most of them?</p>
</div>
		</div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget">
		<div id="recent-posts-3" class="fwidget et_pb_widget widget_recent_entries">
		<h4 class="title">More Resources &#038; Ideas</h4>
		<ul>
											<li>
					<a href="https://30lines.com/blog/preparing-for-busy-leasing-season-state-of-search-january-2021/">Preparing For Busy Leasing Season &#8211; State Of Search January 2021</a>
									</li>
											<li>
					<a href="https://30lines.com/blog/search-trends-are-looking-up-for-apartment-marketers-state-of-search-december-2020/">Search Trends Are Looking Up For Apartment Marketers &#8211; State of Search December 2020</a>
									</li>
											<li>
					<a href="https://30lines.com/blog/apartment-marketing/apartment-tour-follow-up-email/">[FREE TEMPLATE] Guided Apartment Tour Follow-Up Email</a>
									</li>
											<li>
					<a href="https://30lines.com/blog/apartment-marketing/spring-forward-with-a-behavior-based-approach-to-seo/">Spring Forward with a Behavior-Based Approach to SEO</a>
									</li>
					</ul>

		</div> <!-- end .fwidget --></div> <!-- end .footer-widget --><div class="footer-widget"><div id="text-6" class="fwidget et_pb_widget widget_text"><h4 class="title">Contact 30 Lines</h4>			<div class="textwidget"><p><strong>614.859.5030</strong></p>
<p>Columbus&nbsp; |&nbsp; Cincinnati<br />
St. Louis&nbsp; |&nbsp; Seattle</p>
<p><a href="https://30lines.com/sitemap_index.xml" rel="noopener" target="_blank">Sitemap</a></p>
</div>
		</div> <!-- end .fwidget --><div id="text-17" class="fwidget et_pb_widget widget_text">			<div class="textwidget"><script type="rocketlazyloadscript" src="https://apis.google.com/js/platform.js" async defer></script>
<div class="g-partnersbadge" data-agency-id="3948711194"></div></div>
		</div> <!-- end .fwidget --><div id="text-16" class="fwidget et_pb_widget widget_text">			<div class="textwidget"><p>See <strong>30 Lines</strong> in:<br />
<a title="The Best Things in Life are Free - January 2009" href="https://www.entrepreneur.com/article/199052"><picture border="0">
<source type="image/webp" srcset="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2015/03/ent-logo-white_150w.png.webp"/>
<img width="150" height="29" src="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/uploads/2015/03/ent-logo-white_150w.png" border="0" alt=""/>
</picture>
</a></p>
<ul>
<li><a title="The Best Things in Life are Free - January 2009" href="https://www.entrepreneur.com/article/199052">The Best Things in Life are Free</a></li>
<li><a href="https://www.entrepreneur.com/article/205992">Building a Brand on a Budget</a></li>
</ul>
</div>
		</div> <!-- end .fwidget --></div> <!-- end .footer-widget -->    </div> <!-- #footer-widgets -->
</div>    <!-- .container -->

		
				<div id="footer-bottom">
					<div class="container clearfix">
				<ul class="et-social-icons">

	<li class="et-social-icon et-social-facebook">
		<a href="https://www.facebook.com/30lines" class="icon">
			<span>Facebook</span>
		</a>
	</li>
	<li class="et-social-icon et-social-twitter">
		<a href="https://twitter.com/30lines" class="icon">
			<span>Twitter</span>
		</a>
	</li>

</ul>
						<p id="footer-info"><a href="/">30 Lines</a></p>
					</div>	<!-- .container -->
				</div>
			</footer> <!-- #main-footer -->
		</div> <!-- #et-main-area -->


	</div> <!-- #page-container -->

	<div id="sidebar-overlay"><script type="rocketlazyloadscript" data-rocket-type="text/javascript">var overlays_with_css_trigger = {};</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">var overlays_with_automatic_trigger = {};</script><style type="text/css"></style></div>	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    var ajaxurl = "https://30lines.com/wp-admin/admin-ajax.php";
																					 
    </script>
	<script type="rocketlazyloadscript">fbq('track', 'ViewContent');</script>
<script type='text/javascript' id='leadin-script-loader-js-js-extra'>
/* <![CDATA[ */
var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"8.4.90"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://js.hs-scripts.com/554048.js?integration=WordPress' async defer id='hs-script-loader'></script>
<script type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/dashboard\/|\/wp-admin\/|\/logout\/|\/dashboard\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/30lines.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type='text/javascript' id='divi-custom-script-js-extra'>
/* <![CDATA[ */
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_shortcodes_strings = {"previous":"Previous","next":"Next"};
var et_pb_custom = {"ajaxurl":"https:\/\/30lines.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/30lines.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/30lines.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"e229f514f7","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"0fb40fdf97","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"413","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":""}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_box_shadow_elements = [];
var et_pb_motion_elements = {"desktop":[],"tablet":[],"phone":[]};
var et_pb_sticky_elements = [];
/* ]]> */
</script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/js/custom.unified.js?ver=4.9.10' id='divi-custom-script-js' defer></script>
<script type="rocketlazyloadscript">(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.9.10' id='et-core-common-js' defer></script>
<script type='text/javascript' src='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-includes/js/wp-embed.min.js?ver=5.8' id='wp-embed-js' defer></script>
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_data = {"wc_cart":[],"object_id":413,"object_key":"page","object_type":"post","term_ids":[]};</script>
		<script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script>
<script type="rocketlazyloadscript">"use strict";var wprRemoveCPCSS=function wprRemoveCPCSS(){var elem;document.querySelector('link[data-rocket-async="style"][rel="preload"]')?setTimeout(wprRemoveCPCSS,200):(elem=document.getElementById("rocket-critical-css"))&&"remove"in elem&&elem.remove()};window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Arvo%3A400%2C400italic%2C700%2C700italic%7CSource%20Sans%20Pro%3A400%2C200%2C200italic%2C300%2C300italic%2C400italic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CDomine%3A400%2C700&#038;subset=latin%2Clatin-ext&#038;display=swap" /><link rel='stylesheet' id='wp-block-library-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8' type='text/css' media='all' /><link rel='stylesheet' id='normalize_css-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/css/normalize.css?ver=5.8' type='text/css' media='all' /><link rel='stylesheet' id='custom_style_css-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/divi-overlays/overlay-effects/css/style.css?ver=5.8' type='text/css' media='all' /><link rel='stylesheet' id='dwd-animate-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/dwd-custom-fullwidth-header-extended/css/animate.css?ver=5.8' type='text/css' media='all' /><link rel='stylesheet' id='parent-style-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/Divi/style.css?ver=5.8' type='text/css' media='all' /><link rel='stylesheet' id='divi-style-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/themes/30lines/style.css?ver=4.9.10' type='text/css' media='all' /><link rel='stylesheet' id='dp-portfolio-posts-pro-styles-css'  href='https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/plugins/dp-portfolio-posts-pro/styles/style.min.css?ver=4.1.6' type='text/css' media='all' /><link rel="stylesheet" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/fonts/font-awesome/css/font-awesome.min.css"><link rel="stylesheet" id="et-divi-customizer-global-cached-inline-styles" href="https://g7p73jzhqb-flywheel.netdna-ssl.com/wp-content/et-cache/global/et-divi-customizer-global-16302376700141.min.css" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /></noscript></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->