CINXE.COM
SELF (@selfmagazine) • Instagram photos and videos
<!doctype html> <html lang="en" class="no-js not-logged-in client-root"> <head> <base href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/"> <script src="//archive.org/includes/athena.js" type="text/javascript"></script> <script type="text/javascript">window.addEventListener('DOMContentLoaded',function(){var v=archive_analytics.values;v.service='wb';v.server_name='wwwb-app217.us.archive.org';v.server_ms=425;archive_analytics.send_pageview({});});</script> <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://www.instagram.com/selfmagazine/","20190806100330","https://web.archive.org/","web","/_static/", "1565085810"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt"> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv"><!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> SELF (@selfmagazine) • Instagram photos and videos </title> <meta name="robots" content="noimageindex, noarchive"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#ffffff"> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover"> <link rel="manifest" href="/web/20190806100330/https://www.instagram.com/data/manifest.json"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ConsumerLibCommons.css/ecdeb303e8df.css" as="style" type="text/css" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.css/e171560c0ea3.css" as="style" type="text/css" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.css/11e170eb166e.css" as="style" type="text/css" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/Consumer.css/366aad278e6b.css" as="style" type="text/css" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ProfilePageContainer.css/89f20ea045aa.css" as="style" type="text/css" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/Vendor.js/59e340c75ebf.js" as="script" type="text/javascript" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/en_US.js/e9dd8067d76f.js" as="script" type="text/javascript" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ConsumerLibCommons.js/ae4799e7a9c9.js" as="script" type="text/javascript" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.js/bcf9b3c114e5.js" as="script" type="text/javascript" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.js/c89dcf27d805.js" as="script" type="text/javascript" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/Consumer.js/63f1f312b5c7.js" as="script" type="text/javascript" crossorigin="anonymous"> <link rel="preload" href="/web/20190806100330/https://www.instagram.com/static/bundles/metro/ProfilePageContainer.js/92907db8f7fb.js" as="script" type="text/javascript" crossorigin="anonymous"> <script type="text/javascript"> (function() { var docElement = document.documentElement; var classRE = new RegExp('(^|\\s)no-js(\\s|$)'); var className = docElement.className; docElement.className = className.replace(classRE, '$1js$2'); })(); </script> <script type="text/javascript"> (function() { if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) { window.__bufferedPerformance = []; var ob = new PerformanceObserver(function(e) { window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries()); }); ob.observe({entryTypes:['paint']}); } window.__bufferedErrors = []; window.onerror = function(message, url, line, column, error) { window.__bufferedErrors.push({ message: message, url: url, line: line, column: column, error: error }); return false; }; window.__initialData = { pending: true, waiting: [] }; function asyncFetchSharedData(extra) { var sharedDataReq = new XMLHttpRequest(); sharedDataReq.onreadystatechange = function() { if (sharedDataReq.readyState === 4) { if(sharedDataReq.status === 200){ var sharedData = JSON.parse(sharedDataReq.responseText); window.__initialDataLoaded(sharedData, extra); } } } sharedDataReq.open('GET', '/data/shared_data/', true); sharedDataReq.send(null); } function notifyLoaded(item, data) { item.pending = false; item.data = data; for (var i = 0;i < item.waiting.length; ++i) { item.waiting[i].resolve(item.data); } item.waiting = []; } function notifyError(item, msg) { item.pending = false; item.error = new Error(msg); for (var i = 0;i < item.waiting.length; ++i) { item.waiting[i].reject(item.error); } item.waiting = []; } window.__initialDataLoaded = function(initialData, extraData) { if (extraData) { for (var key in extraData) { initialData[key] = extraData[key]; } } notifyLoaded(window.__initialData, initialData); }; window.__initialDataError = function(msg) { notifyError(window.__initialData, msg); }; window.__additionalData = {}; window.__pendingAdditionalData = function(paths) { for (var i = 0;i < paths.length; ++i) { window.__additionalData[paths[i]] = { pending: true, waiting: [] }; } }; window.__additionalDataLoaded = function(path, data) { if (path in window.__additionalData) { notifyLoaded(window.__additionalData[path], data); } else { console.error('Unexpected additional data loaded "' + path + '"'); } }; window.__additionalDataError = function(path, msg) { if (path in window.__additionalData) { notifyError(window.__additionalData[path], msg); } else { console.error('Unexpected additional data encountered an error "' + path + '": ' + msg); } }; })(); </script> <script type="text/javascript"> /* Copyright 2018 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ (function(){function g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function k(){g(a,c);d()}function b(){d()}function d(){removeEventListener("pointerup",k,e);removeEventListener("pointercancel",b,e)}addEventListener("pointerup",k,e);addEventListener("pointercancel",b,e)}function l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;"pointerdown"==a.type?n(c, a):g(c,a)}}var e={passive:!0,capture:!0},h=["click","mousedown","keydown","touchstart","pointerdown"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})(); </script> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/apple-touch-icon-76x76-precomposed.png/4272e394f5ad.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/apple-touch-icon-120x120-precomposed.png/02ba5abf9861.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/apple-touch-icon-152x152-precomposed.png/419a6f9c7454.png"> <link rel="apple-touch-icon-precomposed" sizes="167x167" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/apple-touch-icon-167x167-precomposed.png/a24e58112f06.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/apple-touch-icon-180x180-precomposed.png/85a358fb3b7d.png"> <link rel="icon" sizes="192x192" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/favicon-192.png/68d99ba29cc8.png"> <link rel="mask-icon" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626"> <link rel="shortcut icon" type="image/x-icon" href="/web/20190806100330im_/https://www.instagram.com/static/images/ico/favicon.ico/36b3ee2d91ed.ico"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/android-app://com.instagram.android/https/instagram.com/_u/selfmagazine/"> <meta property="al:ios:app_name" content="Instagram"> <meta property="al:ios:app_store_id" content="389801252"> <meta property="al:ios:url" content="instagram://user?username=selfmagazine"> <meta property="al:android:app_name" content="Instagram"> <meta property="al:android:package" content="com.instagram.android"> <meta property="al:android:url" content="https://www.instagram.com/_u/selfmagazine/"> <link rel="canonical" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/"> <meta content="713.9k Followers, 1,261 Following, 5,538 Posts - See Instagram photos and videos from SELF (@selfmagazine)" name="description"> <meta property="og:type" content="profile"> <meta property="og:image" content="https://web.archive.org/web/20190806100330im_/https://scontent-frt3-2.cdninstagram.com/vp/2d0a1bbfb986168ae72d38da93854474/5DEB510A/t51.2885-19/s150x150/35260725_350042025528321_2648951294902927360_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com"> <meta property="og:title" content="SELF (@selfmagazine) • Instagram photos and videos"> <meta property="og:description" content="713.9k Followers, 1,261 Following, 5,538 Posts - See Instagram photos and videos from SELF (@selfmagazine)"> <meta property="og:url" content="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/"> <script type="application/ld+json"> {"@context":"https:\/\/web.archive.org\/web\/20190806100330\/http:\/\/schema.org","@type":"Organization","name":"SELF","alternateName":"@selfmagazine","description":"Wellness you can trust. \nUse #TeamSELF and share your story with us.\n\ud83d\udc7b: selfmagazine","url":"https:\/\/web.archive.org\/web\/20190806100330\/http:\/\/on.self.com\/SELF_Magazine","mainEntityofPage":{"@type":"ProfilePage","@id":"https:\/\/web.archive.org\/web\/20190806100330\/https:\/\/www.instagram.com\/selfmagazine\/","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https:\/\/web.archive.org\/web\/20190806100330\/http:\/\/schema.org\/FollowAction","userInteractionCount":"713996"}},"image":"https:\/\/web.archive.org\/web\/20190806100330\/https:\/\/www.instagram.com\/static\/images\/ico\/favicon-200.png\/ab6eff595bb1.png"} </script> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/" hreflang="x-default"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=en" hreflang="en"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=fr" hreflang="fr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=it" hreflang="it"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=de" hreflang="de"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es" hreflang="es"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=zh-cn" hreflang="zh-cn"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=zh-tw" hreflang="zh-tw"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ja" hreflang="ja"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ko" hreflang="ko"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=pt" hreflang="pt"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=pt-br" hreflang="pt-br"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=af" hreflang="af"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=cs" hreflang="cs"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=da" hreflang="da"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=el" hreflang="el"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=fi" hreflang="fi"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=hr" hreflang="hr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=hu" hreflang="hu"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=id" hreflang="id"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ms" hreflang="ms"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=nb" hreflang="nb"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=nl" hreflang="nl"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=pl" hreflang="pl"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ru" hreflang="ru"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=sk" hreflang="sk"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=sv" hreflang="sv"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=th" hreflang="th"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=tl" hreflang="tl"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=tr" hreflang="tr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=hi" hreflang="hi"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=bn" hreflang="bn"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=gu" hreflang="gu"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=kn" hreflang="kn"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ml" hreflang="ml"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=mr" hreflang="mr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=pa" hreflang="pa"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ta" hreflang="ta"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=te" hreflang="te"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ne" hreflang="ne"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=si" hreflang="si"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ur" hreflang="ur"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=vi" hreflang="vi"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=bg" hreflang="bg"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=fr-ca" hreflang="fr-ca"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=ro" hreflang="ro"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=sr" hreflang="sr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=uk" hreflang="uk"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=zh-hk" hreflang="zh-hk"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-ar"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-cr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-ni"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-mx"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-hn"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-cl"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-do"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-ve"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-uy"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-pa"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-sv"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-cu"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-gt"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-bo"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-pr"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-py"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-co"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-pe"> <link rel="alternate" href="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/?hl=es-la" hreflang="es-ec"> <meta http-equiv="X-Translated-By" content="Google"> <meta http-equiv="X-Translated-To" content="en"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.1hbgkFx4Qn8.O/am=DgY/d=1/rs=AN8SPfqlmAPxwfG457BPbRXwNq39oSMGHg/m=corsproxy" data-sourceurl="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/"></script> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.1hbgkFx4Qn8.O/am=DgY/d=1/exm=corsproxy/ed=1/rs=AN8SPfqlmAPxwfG457BPbRXwNq39oSMGHg/m=phishing_protection" data-phishing-protection-enabled="false" data-forms-warning-enabled="true" data-source-url="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/"></script> <meta name="robots" content="none"> </head> <body class=""> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.1hbgkFx4Qn8.O/am=DgY/d=1/exm=corsproxy,phishing_protection/ed=1/rs=AN8SPfqlmAPxwfG457BPbRXwNq39oSMGHg/m=navigationui" data-environment="prod" data-proxy-url="https://web-archive-org.translate.goog" data-proxy-full-url="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" data-source-url="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/" data-source-language="auto" data-target-language="en" data-display-language="en-GB" data-detected-source-language="en" data-is-source-untranslated="false" data-source-untranslated-url="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/&anno=2" data-client="tr"></script><!-- BEGIN WAYBACK TOOLBAR INSERT --> <script>__wm.rw(0);</script> <div id="wm-ipp-base" lang="en" style="display:none;direction:ltr;"> <div id="wm-ipp" style="position:fixed;left:0;top:0;right:0;"> <div id="donato" style="position:relative;width:100%;"> <div id="donato-base"><iframe id="donato-if" src="https://archive.org/includes/donate.php?as_page=1&platform=wb&referer=https%3A//web.archive.org/web/20190806100330/https%3A//www.instagram.com/selfmagazine/" scrolling="no" frameborder="0" style="width:100%; height:100%"> </iframe> </div> </div> <div id="wm-ipp-inside"> <div id="wm-toolbar" style="position:relative;display:flex;flex-flow:row nowrap;justify-content:space-between;"> <div id="wm-logo" style="/*width:110px;*/padding-top:12px;"><a href="https://web-archive-org.translate.goog/web/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="Wayback Machine home page"><img src="/_static/images/toolbar/wayback-toolbar-logo-200.png" srcset="https://web-archive-org.translate.goog/_static/images/toolbar/wayback-toolbar-logo-100.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB,https://web-archive-org.translate.goog/_static/images/toolbar/wayback-toolbar-logo-150.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB 1.5x,https://web-archive-org.translate.goog/_static/images/toolbar/wayback-toolbar-logo-200.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB 2x" alt="Wayback Machine" style="width:100px" border="0"></a> </div> <div class="c" style="display:flex;flex-flow:column nowrap;justify-content:space-between;flex:1;"> <form class="u" style="display:flex;flex-direction:row;flex-wrap:nowrap;" target="_top" method="get" action="/web/submit" name="wmtb" id="wmtb"> <input type="text" name="url" id="wmtbURL" value="https://www.instagram.com/selfmagazine/" onfocus="this.focus();this.select();" style="flex:1;"><input type="hidden" name="type" value="replay"><input type="hidden" name="date" value="20190806100330"><input type="submit" value="Go"> </form> <div style="display:flex;flex-flow:row nowrap;align-items:flex-end;"> <div class="s" id="wm-nav-captures" style="flex:1;"><a class="t" href="https://web-archive-org.translate.goog/web/20190806100330*/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="See a list of every capture for this URL">321 captures</a> <div class="r" title="Timespan for captures of this URL"> 26 Nov 2012 - 24 Nov 2024 </div> </div> <div class="k"><a href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" id="wm-graph-anchor"> <div id="wm-ipp-sparkline" title="Explore captures for this URL" style="position: relative"> <canvas id="wm-sparkline-canvas" width="725" height="27" border="0"></canvas> </div></a> </div> </div> </div> <div class="n"> <table> <tbody><!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR --> <tr class="m"> <td class="b" nowrap><a href="https://web-archive-org.translate.goog/web/20190525050851/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="25 May 2019"><strong>May</strong></a></td> <td class="c" id="displayMonthEl" title="You are here: 10:03:30 Aug 06, 2019">AUG</td> <td class="f" nowrap><a href="https://web-archive-org.translate.goog/web/20191026224250/http://instagram.com/selfmagazine?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="26 Oct 2019"><strong>Oct</strong></a></td> </tr><!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR --> <tr class="d"> <td class="b" nowrap><a href="https://web-archive-org.translate.goog/web/20190525050851/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="05:08:51 May 25, 2019"><img src="/_static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0"></a></td> <td class="c" id="displayDayEl" style="width:34px;font-size:22px;white-space:nowrap;" title="You are here: 10:03:30 Aug 06, 2019">06</td> <td class="f" nowrap><a href="https://web-archive-org.translate.goog/web/20191026224250/http://instagram.com/selfmagazine?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="22:42:50 Oct 26, 2019"><img src="/_static/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0"></a></td> </tr><!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR --> <tr class="y"> <td class="b" nowrap><a href="https://web-archive-org.translate.goog/web/20180629125208/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="29 Jun 2018"><strong>2018</strong></a></td> <td class="c" id="displayYearEl" title="You are here: 10:03:30 Aug 06, 2019">2019</td> <td class="f" nowrap><a href="https://web-archive-org.translate.goog/web/20200807171306/https://instagram.com/selfmagazine?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" title="07 Aug 2020"><strong>2020</strong></a></td> </tr> </tbody> </table> </div> <div class="r" style="display:flex;flex-flow:column nowrap;align-items:flex-end;justify-content:space-between;"> <div id="wm-btns" style="text-align:right;height:23px;"><span class="xxs"> <div id="wm-save-snapshot-success"> success </div> <div id="wm-save-snapshot-fail"> fail </div><a id="wm-save-snapshot-open" href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB#" title="Share via My Web Archive"> <span class="iconochive-web"></span> </a> <a href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=https://archive.org/account/login.php" title="Sign In" id="wm-sign-in"> <span class="iconochive-person"></span> </a> <span id="wm-save-snapshot-in-progress" class="iconochive-web"></span> </span> <a class="xxs" href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=http://faq.web.archive.org/" title="Get some help using the Wayback Machine" style="top:-6px;"><span class="iconochive-question" style="color:rgb(87,186,244);font-size:160%;"></span></a> <a id="wm-tb-close" href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB#close" style="top:-2px;" title="Close the toolbar"><span class="iconochive-remove-circle" style="color:#888888;font-size:240%;"></span></a> </div> <div id="wm-share" class="xxs"><a href="https://web-archive-org.translate.goog/web/20190806100330/http://web.archive.org/screenshot/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB" id="wm-screenshot" title="screenshot"> <span class="wm-icon-screen-shot"></span> </a> <a href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB#" id="wm-video" title="video"> <span class="iconochive-movies"></span> </a> <a id="wm-share-facebook" href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB#" data-url="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/" title="Share on Facebook" style="margin-right:5px;" target="_blank"><span class="iconochive-facebook" style="color:#3b5998;font-size:160%;"></span></a> <a id="wm-share-twitter" href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB#" data-url="https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/" title="Share on Twitter" style="margin-right:5px;" target="_blank"><span class="iconochive-twitter" style="color:#1dcaff;font-size:160%;"></span></a> </div> <div style="padding-right:2px;text-align:right;white-space:nowrap;"><a id="wm-expand" class="wm-btn wm-closed" href="https://web-archive-org.translate.goog/web/20190806100330/https://www.instagram.com/selfmagazine/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB#expand"><span id="wm-expand-icon" class="iconochive-down-solid"></span> <span class="xxs" style="font-size:80%;">About this capture</span></a> </div> </div> </div> <div id="wm-capinfo" style="border-top:1px solid #777;display:none; overflow: hidden"> <div id="wm-capinfo-notice" source="api"></div> <div id="wm-capinfo-collected-by"> <div style="background-color:#666;color:#fff;font-weight:bold;text-align:center"> COLLECTED BY </div> <div style="padding:3px;position:relative" id="wm-collected-by-content"> <div style="display:inline-block;vertical-align:top;width:50%;"><span class="c-logo" style="background-image:url(https://archive.org/services/img/archiveteam);"></span> Organization: <a style="color:#33f;" href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=https://archive.org/details/archiveteam" target="_new"><span class="wm-title">Archive Team</span></a> <div style="max-height:75px;overflow:hidden;position:relative;"> <div style="position:absolute;top:0;left:0;width:100%;height:75px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,255) 100%);"></div><img align="right" src="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=http://archiveteam.org/images/e/e6/Archiveteam.jpg" width="200"> Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history. <p>History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.</p> <p>The main site for Archive Team is at <a href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=http://www.archiveteam.org">archiveteam.org</a> and contains up to the date information on various projects, manifestos, plans and walkthroughs.</p> <p>This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the <a href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=http://archive.org/web/web.php">Wayback Machine</a>, providing a path back to lost websites and work.</p> <p>Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.</p> <p><b>The Archive Team Panic Downloads</b> are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.</p> <p></p> </div> </div> <div style="display:inline-block;vertical-align:top;width:49%;"><span class="c-logo" style="background-image:url(https://archive.org/services/img/archivebot)"></span> <div> Collection: <a style="color:#33f;" href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=https://archive.org/details/archivebot" target="_new"><span class="wm-title">ArchiveBot: The Archive Team Crowdsourced Crawler</span></a> </div> <div style="max-height:75px;overflow:hidden;position:relative;"> <div style="position:absolute;top:0;left:0;width:100%;height:75px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,255) 100%);"></div> ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites). <p>To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.</p> <p>There is a dashboard running for the archivebot process at <a href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=http://www.archivebot.com">http://www.archivebot.com</a>.</p> <p>ArchiveBot's source code can be found at <a href="https://translate.google.com/website?sl=auto&tl=en&hl=en-GB&u=https://github.com/ArchiveTeam/ArchiveBot">https://github.com/ArchiveTeam/ArchiveBot</a>.</p> </div> </div> </div> </div> <div id="wm-capinfo-timestamps"> <div style="background-color:#666;color:#fff;font-weight:bold;text-align:center" title="Timestamps for the elements of this page"> TIMESTAMPS </div> <div> <div id="wm-capresources" style="margin:0 5px 5px 5px;max-height:250px;overflow-y:scroll !important"></div> <div id="wm-capresources-loading" style="text-align:left;margin:0 20px 5px 5px;display:none"> <img src="/_static/images/loading.gif" alt="loading"> </div> </div> </div> </div> </div> </div> </div> <div id="wm-ipp-print"> The Wayback Machine - https://web.archive.org/web/20190806100330/https://www.instagram.com/selfmagazine/ </div> <script type="text/javascript">//<![CDATA[ __wm.bt(725,27,25,2,"web","https://www.instagram.com/selfmagazine/","20190806100330",1996,"/_static/",["/_static/css/banner-styles.css?v=S1zqJCYt","/_static/css/iconochive.css?v=3PDvdIFv"], false); __wm.rw(1); //]]></script><!-- END WAYBACK TOOLBAR INSERT --> <span id="react-root"> <svg width="50" height="50" viewbox="0 0 50 50" style="position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;fill:#c7c7c7"> <path d="M25 1c-6.52 0-7.34.03-9.9.14-2.55.12-4.3.53-5.82 1.12a11.76 11.76 0 0 0-4.25 2.77 11.76 11.76 0 0 0-2.77 4.25c-.6 1.52-1 3.27-1.12 5.82C1.03 17.66 1 18.48 1 25c0 6.5.03 7.33.14 9.88.12 2.56.53 4.3 1.12 5.83a11.76 11.76 0 0 0 2.77 4.25 11.76 11.76 0 0 0 4.25 2.77c1.52.59 3.27 1 5.82 1.11 2.56.12 3.38.14 9.9.14 6.5 0 7.33-.02 9.88-.14 2.56-.12 4.3-.52 5.83-1.11a11.76 11.76 0 0 0 4.25-2.77 11.76 11.76 0 0 0 2.77-4.25c.59-1.53 1-3.27 1.11-5.83.12-2.55.14-3.37.14-9.89 0-6.51-.02-7.33-.14-9.89-.12-2.55-.52-4.3-1.11-5.82a11.76 11.76 0 0 0-2.77-4.25 11.76 11.76 0 0 0-4.25-2.77c-1.53-.6-3.27-1-5.83-1.12A170.2 170.2 0 0 0 25 1zm0 4.32c6.4 0 7.16.03 9.69.14 2.34.11 3.6.5 4.45.83 1.12.43 1.92.95 2.76 1.8a7.43 7.43 0 0 1 1.8 2.75c.32.85.72 2.12.82 4.46.12 2.53.14 3.29.14 9.7 0 6.4-.02 7.16-.14 9.69-.1 2.34-.5 3.6-.82 4.45a7.43 7.43 0 0 1-1.8 2.76 7.43 7.43 0 0 1-2.76 1.8c-.84.32-2.11.72-4.45.82-2.53.12-3.3.14-9.7.14-6.4 0-7.16-.02-9.7-.14-2.33-.1-3.6-.5-4.45-.82a7.43 7.43 0 0 1-2.76-1.8 7.43 7.43 0 0 1-1.8-2.76c-.32-.84-.71-2.11-.82-4.45a166.5 166.5 0 0 1-.14-9.7c0-6.4.03-7.16.14-9.7.11-2.33.5-3.6.83-4.45a7.43 7.43 0 0 1 1.8-2.76 7.43 7.43 0 0 1 2.75-1.8c.85-.32 2.12-.71 4.46-.82 2.53-.11 3.29-.14 9.7-.14zm0 7.35a12.32 12.32 0 1 0 0 24.64 12.32 12.32 0 0 0 0-24.64zM25 33a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm15.68-20.8a2.88 2.88 0 1 0-5.76 0 2.88 2.88 0 0 0 5.76 0z" /> </svg></span> <link rel="stylesheet" href="/web/20190806100330cs_/https://www.instagram.com/static/bundles/metro/ConsumerLibCommons.css/ecdeb303e8df.css" type="text/css" crossorigin="anonymous"> <link rel="stylesheet" href="/web/20190806100330cs_/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.css/e171560c0ea3.css" type="text/css" crossorigin="anonymous"> <link rel="stylesheet" href="/web/20190806100330cs_/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.css/11e170eb166e.css" type="text/css" crossorigin="anonymous"> <link rel="stylesheet" href="/web/20190806100330cs_/https://www.instagram.com/static/bundles/metro/Consumer.css/366aad278e6b.css" type="text/css" crossorigin="anonymous"> <script type="text/javascript">window._sharedData = {"config":{"csrf_token":"Gv3htbbho84ISOe0SJauolbhb1ndhsiw","viewer":null,"viewerId":null},"country_code":"DE","language_code":"en","locale":"en_US","entry_data":{"ProfilePage":[{"logging_page_id":"profilePage_13622784","show_suggested_profiles":false,"graphql":{"user":{"biography":"Wellness you can trust. \nUse #TeamSELF and share your story with us.\n\ud83d\udc7b: selfmagazine","blocked_by_viewer":false,"country_block":false,"external_url":"https://web.archive.org/web/20190806100330/http://on.self.com/SELF_Magazine","external_url_linkshimmed":"https://web.archive.org/web/20190806100330/https://l.instagram.com/?u=http%3A%2F%2Fon.self.com%2FSELF_Magazine\u0026e=ATOzqE9d3Mr8DEO7RpzpFd-OCfx5WKr0wtgljMaW--Tm836-f8m5J09GM5h5g3mf_G6xt7D-","edge_followed_by":{"count":713996},"followed_by_viewer":false,"edge_follow":{"count":1261},"follows_viewer":false,"full_name":"SELF","has_channel":false,"has_blocked_viewer":false,"highlight_reel_count":10,"has_requested_viewer":false,"id":"13622784","is_business_account":true,"is_joined_recently":false,"business_category_name":"Publishers","is_private":false,"is_verified":true,"edge_mutual_followed_by":{"count":0,"edges":[]},"profile_pic_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/2d0a1bbfb986168ae72d38da93854474/5DEB510A/t51.2885-19/s150x150/35260725_350042025528321_2648951294902927360_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","profile_pic_url_hd":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/52cbe5838f3563f6154ecf1ad19a0414/5DDDD0FA/t51.2885-19/s320x320/35260725_350042025528321_2648951294902927360_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","requested_by_viewer":false,"username":"selfmagazine","connected_fb_page":null,"edge_felix_video_timeline":{"count":8,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[{"node":{"__typename":"GraphVideo","id":"1875712909479171688","edge_media_to_caption":{"edges":[{"node":{"text":""}}]},"shortcode":"BoH3vQGHtZo","edge_media_to_comment":{"count":4},"comments_disabled":false,"taken_at_timestamp":1537822497,"dimensions":{"height":1333,"width":750},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0a0f7f892182c4b29edc944cc6f08c1b/5D4B6AA0/t51.2885-15/e15/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":85},"edge_media_preview_like":{"count":85},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/26be4bcb22a73976711a67c8da4abfbd/5D4B9D7A/t51.2885-15/e15/c0.280.720.720/s640x640/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/2e3c63b51115fc4c3de2aed55598741e/5D4C0D52/t51.2885-15/e15/p150x150/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/855437254f7783507a7c1af902988530/5D4B7E18/t51.2885-15/e15/p240x240/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/d45fd3d2120fbfa5e678c53b6f821091/5D4B9BE2/t51.2885-15/e15/p320x320/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/bc1cf1ff9edca99784ad2ec22a8af978/5D4BF1B8/t51.2885-15/e15/p480x480/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":853},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fa23f6481715a882afed87bc31d08e45/5D4BD38D/t51.2885-15/e15/p640x640/41701422_475908132910550_6200286210612951786_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1137}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Body Stories: Ashely Graham","video_duration":185.418,"video_view_count":3189}},{"node":{"__typename":"GraphVideo","id":"1867020295129134166","edge_media_to_caption":{"edges":[{"node":{"text":"Trainers Rhys and Amy have an intense dumbbell workout with tips to help you complete all of the circuits! #TeamSELF #SweatWithSELF"}}]},"shortcode":"Bno_REHnfRW","edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1536786302,"dimensions":{"height":1087,"width":612},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/09bed1bad3f434dfa79a9e51bd0c97a4/5D4B9D07/t51.2885-15/e15/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":52},"edge_media_preview_like":{"count":52},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/6f0ee13f7bb126ae976dc85f6c18f0c0/5D4BCA28/t51.2885-15/e15/c0.237.612.612a/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/e0ca7c8807a3bd2da056c17f73602ae7/5D4B99F5/t51.2885-15/e15/p150x150/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/20399c8d5ad469c3d55d02638ad1e60f/5D4BD77F/t51.2885-15/e15/p240x240/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fd985234b977ca5b59b9de8515f5346e/5D4B7AC5/t51.2885-15/e15/p320x320/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/754c328fae2d7bea3a67a54578a1c161/5D4B751F/t51.2885-15/e15/p480x480/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":852},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/09bed1bad3f434dfa79a9e51bd0c97a4/5D4B9D07/t51.2885-15/e15/40397550_296454110946108_1023000002265612216_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1136}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"A 10-Minute Tabata Workout With Dumbbells","video_duration":921.795,"video_view_count":1835}},{"node":{"__typename":"GraphVideo","id":"1862509651763776866","edge_media_to_caption":{"edges":[{"node":{"text":""}}]},"shortcode":"BnY9qkIHc1i","edge_media_to_comment":{"count":2},"comments_disabled":false,"taken_at_timestamp":1536248722,"dimensions":{"height":1332,"width":750},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/3121b66876156b1e136977ba39f7946b/5D4BE9A0/t51.2885-15/e15/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":36},"edge_media_preview_like":{"count":36},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/7190e55056171a1cc932d9f0b94fca76/5D4B9F3B/t51.2885-15/e15/c0.279.720.720/s640x640/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/b3c2dc71897feda16180292a7701f9ad/5D4B865B/t51.2885-15/e15/p150x150/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/5fe66f98ac23577be9db8959df9fb03f/5D4B931D/t51.2885-15/e15/p240x240/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/4aff6602e6b1af8013ae3541deaaffa5/5D4B7363/t51.2885-15/e15/p320x320/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/19af72b7ca296b54d34b1ce9dd2368be/5D4B8B64/t51.2885-15/e15/p480x480/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":852},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/cd8fb11f1ada5c4398b3727a79df1898/5D4B7898/t51.2885-15/e15/p640x640/40055861_1049445118565961_4740847589493015458_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1136}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Body Stories: Iskra Lawrence","video_duration":160.785,"video_view_count":1771}},{"node":{"__typename":"GraphVideo","id":"1856716541179304508","edge_media_to_caption":{"edges":[{"node":{"text":"Trainers Lita Lewis and Rhys Athayde lead you through a full-length workout designed to get your heart pumping and your entire body sweating! You'll also find helpful tips throughout the routine! #SweatWithSELF #TeamSELF"}}]},"shortcode":"BnEYdtdlZo8","edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1535558252,"dimensions":{"height":1091,"width":612},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/15ffcc6071f2e0edd81177f94ff53f12/5D4BAD07/t51.2885-15/e15/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":106},"edge_media_preview_like":{"count":106},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/2e320d4793fca178de815bec687d654f/5D4BDA11/t51.2885-15/e15/c0.239.612.612a/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/ed96fbd6c755b28053b1f6b45cb7d8f8/5D4C0735/t51.2885-15/e15/p150x150/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":267},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/3bc61e13e194f5cc4aa78182f3ae9755/5D4B81BF/t51.2885-15/e15/p240x240/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":427},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/cd62df7a8cc12e710a9d18b61079784c/5D4BB685/t51.2885-15/e15/p320x320/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":570},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/be975f781640b2747b8e0ceea6e723e9/5D4B8B1F/t51.2885-15/e15/p480x480/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":855},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/15ffcc6071f2e0edd81177f94ff53f12/5D4BAD07/t51.2885-15/e15/39486132_857714904617466_3516422675947847680_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1140}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"A 30-Minute Cardio Workout","video_duration":1729.227,"video_view_count":2439}},{"node":{"__typename":"GraphVideo","id":"1841538115313761089","edge_media_to_caption":{"edges":[{"node":{"text":"Francia Ra\u00edsa from \"Grown-ish\" opens up about how she donated her kidney to Selena Gomez and how she dealt with surgery and recovery."}}]},"shortcode":"BmOdSiznntB","edge_media_to_comment":{"count":4},"comments_disabled":false,"taken_at_timestamp":1533748678,"dimensions":{"height":1341,"width":750},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/47fed7f9186b81a259ccdc7c8414832f/5D4B6695/t51.2885-15/e15/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":45},"edge_media_preview_like":{"count":45},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0deeed20d4571f9c17db94fbcb7b172d/5D4BF6B7/t51.2885-15/e15/c0.284.720.720a/s640x640/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0e5200a1f7468eac516acd5dc5509eee/5D4B9967/t51.2885-15/e15/p150x150/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":268},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/db67cb5a94f11a5c068152f12f53e350/5D4BBBED/t51.2885-15/e15/p240x240/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":429},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/67f3d12547c35b4def359935e213084b/5D4BC5D7/t51.2885-15/e15/p320x320/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":572},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/4a310373e42c3485fb36e9710e9dae6e/5D4BB8CD/t51.2885-15/e15/p480x480/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":858},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/6ae02406999d55c4c917d2c02911c9b9/5D4B9838/t51.2885-15/e15/p640x640/38254266_535488360218641_4628926055808237568_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1144}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Body Stories: Francia Ra\u00edsa","video_duration":305.555,"video_view_count":4012}},{"node":{"__typename":"GraphVideo","id":"1814772273171583802","edge_media_to_caption":{"edges":[{"node":{"text":"Learn how to make DIY cold brew with these four easy steps."}}]},"shortcode":"BkvXcRyntM6","edge_media_to_comment":{"count":0},"comments_disabled":false,"taken_at_timestamp":1530559173,"dimensions":{"height":1336,"width":750},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/88bccab60386e39af8b9c21434a0c237/5D4BD868/t51.2885-15/e15/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":26},"edge_media_preview_like":{"count":26},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/f5f445133b9277c31dd0252515e123df/5D4BAAC5/t51.2885-15/e15/c0.281.720.720a/s640x640/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/ffc7877afd9f05ac52614a5be130710e/5D4B9053/t51.2885-15/e15/p150x150/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":267},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/86c0052f49c36323742824995f36253f/5D4BEDD5/t51.2885-15/e15/p240x240/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":427},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a6351c3051a22bd4395d8aad0a49c56b/5D4B8DAB/t51.2885-15/e15/p320x320/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":570},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/aaa11421cd610cdd9d70defee8f32667/5D4BC22C/t51.2885-15/e15/p480x480/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":855},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/3607a7886969a1337eaa295f14cc3197/5D4BADD0/t51.2885-15/e15/p640x640/35155816_1518046598305587_6371389331403177984_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1140}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"How to Make DIY Cold Brew in 4 Easy Steps","video_duration":56.79,"video_view_count":3029}},{"node":{"__typename":"GraphVideo","id":"1811065625789669706","edge_media_to_caption":{"edges":[{"node":{"text":"Tess Holliday (@tessholliday) is a model, author, designer, and activist. And she\u2019s done with the abuse that she and so many other people with bigger bodies experience. | Video by @varareese \u0026 @straussphotography, Edited by @sabakaramouz"}}]},"shortcode":"BkiMpdaHSFK","edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1530115996,"dimensions":{"height":1094,"width":612},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/bb7efdd1ace4e2464a11bb7d1cf617ce/5D4BC69C/t51.2885-15/e15/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":22},"edge_media_preview_like":{"count":22},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0ec43a4d1086593b4d38c26d3d360f0b/5D4B92E2/t51.2885-15/e15/c0.241.612.612a/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/72988d45e51279741a9e8a3d17e3373e/5D4B9CEE/t51.2885-15/e15/p150x150/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":268},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/6c613bd8552d0f98847109e01cfeb750/5D4BAB24/t51.2885-15/e15/p240x240/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":429},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/5e64cf40ecfeed58500721f227a86b4e/5D4BACDE/t51.2885-15/e15/p320x320/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":572},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0dbe3b645f1e90d733deffdbbcc745f0/5D4BCDC4/t51.2885-15/e15/p480x480/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":858},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/bb7efdd1ace4e2464a11bb7d1cf617ce/5D4BC69C/t51.2885-15/e15/35289727_669550716714007_5381099301785042944_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1144}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"The Surprising Way Tattoos Helped Tess Holliday Love Her Body","video_duration":152.026,"video_view_count":2402}},{"node":{"__typename":"GraphVideo","id":"1806102206099669024","edge_media_to_caption":{"edges":[{"node":{"text":"Learn how to get the perfect cat eye from our beauty editor @jcruel!"}}]},"shortcode":"BkQkGMmnsAg","edge_media_to_comment":{"count":2},"comments_disabled":false,"taken_at_timestamp":1529524554,"dimensions":{"height":1920,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a36f05c9f4cbcaae64c2bac18a8d0ed0/5D4BF37F/t51.2885-15/fr/e15/p1080x1080/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":9},"edge_media_preview_like":{"count":9},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/83e21d2250643746642c00ad46697bef/5D4BE011/t51.2885-15/sh0.08/e35/c0.420.1080.1080a/s640x640/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/089ffe2e263468256aa7ab4913fb2428/5D4B7C11/t51.2885-15/e15/p150x150/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/c7fe0295491fe5c049d19d20134226cb/5D4C0C9B/t51.2885-15/e15/p240x240/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/f0df5e25bf8af8b34110d92d9bbbe09b/5D4B87E1/t51.2885-15/e15/p320x320/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/aa9126781f9fb75209a9179e0138a312/5D4BF6BB/t51.2885-15/e15/p480x480/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":853},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/c8c9377a0276f77efe8c5a1a1e26942c/5D4B9F97/t51.2885-15/sh0.08/e35/p640x640/35431299_900614973474641_5254980786888638464_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":1137}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"How to Do a Flawless Cat Eye","video_duration":49.616,"video_view_count":2656}}]},"edge_owner_to_timeline_media":{"count":5538,"page_info":{"has_next_page":true,"end_cursor":"QVFEME44M2I1UkQ4bG10RFlDQXVPV0VUelVfQnRvLWhmRHhQNEVlenVsYkNUbHdHTm1iczFWeTVaTHJaZVdGbG1CaTFHVmdhSFVOc3otajFya0Y0WXFDVg=="},"edges":[{"node":{"__typename":"GraphImage","id":"2103899840787235793","edge_media_to_caption":{"edges":[{"node":{"text":"Appreciation post for our yoga plus-ones. Tag yours in the comments. \ud83d\ude4f #TeamSELFregram @jlo"}}]},"shortcode":"B0yjcIdH8PR","edge_media_to_comment":{"count":36},"comments_disabled":false,"taken_at_timestamp":1565024427,"dimensions":{"height":1112,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/e5d000c95a6259deed9a0b5aa51d73f3/5DCA7859/t51.2885-15/fr/e15/p1080x1080/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":1465},"edge_media_preview_like":{"count":1465},"location":null,"gating_info":null,"media_preview":"ACkq6TFR+Yu7Zzu+hx+eMfrSecKa9yqDLZFMVjIZZ4TKS54XqeQTkdM8AgZHTvVzS5VkgADbyvBznI5OBz+h6VXlv4ixHVcEHHNVtKfJMLn5UXKgEg8tnnB7f1o9Cn6HQ4pKrqIRyCeOeWb9cnmpvNT1FMixkrIACTux1OWxj+dMJEkbAHO75QM5yW7Yxyccmml48lATLkY4568dB3H/ANem/bIIwEUZMZyDgfe7nnHOaRVjJOn3A6Rt9QKu6fbTRFjIrrkZz9PWntqcfQp7/cX/AB/WgatGTkJjOR91e/4+nFDY0r6FppgBnkj6/wCfyp32lP8Aa/Ko9/ncxKMgdDxyO/H8u1TfZZvQfmP8KLklBZWUHbhSepUYJ/Hr+VU5zk47+tXBVK461JoFugkLb+AqHJ6emP1qmEKgMeAen4VPGAW55rpLGNHRNwDbQcZAOPp6U97gtLMo2uVVT3bp/LitXy5vX9f/AK1UnAKwnuJGraqEDP/Z","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/98d5b0e8b1229ddeb095f15c91b54106/5DE547B1/t51.2885-15/sh0.08/e35/c0.16.1080.1080a/s640x640/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/87886d59bd76444efde2fc1c02c189ab/5DCC4D2D/t51.2885-15/e15/c0.16.1080.1080a/s150x150/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/80d76cf975f01b93c25424473ba71eff/5DD23998/t51.2885-15/e15/c0.16.1080.1080a/s240x240/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/3c3f1076745c470293dabf38d89d1519/5DE3C520/t51.2885-15/e15/c0.16.1080.1080a/s320x320/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/f3fd0d8b04cf7d87bc42568c00c1d383/5DD7F67C/t51.2885-15/e15/c0.16.1080.1080a/s480x480/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/98d5b0e8b1229ddeb095f15c91b54106/5DE547B1/t51.2885-15/sh0.08/e35/c0.16.1080.1080a/s640x640/68706887_145557173213037_351800979797409879_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, people standing, outdoor and text"}},{"node":{"__typename":"GraphImage","id":"2103809629007280470","edge_media_to_caption":{"edges":[{"node":{"text":"Monday morning affirmation. YOU ARE ENOUGH \ud83d\udc4f \ud83d\udc4f\ud83d\udc4f\ud83d\udc4f\ud83d\udc4f #TeamSELF"}}]},"shortcode":"B0yO7YMBnlW","edge_media_to_comment":{"count":93},"comments_disabled":false,"taken_at_timestamp":1565013672,"dimensions":{"height":640,"width":640},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/8cbe515cd42437664f1964aa1f100237/5DE28D5A/t51.2885-15/e35/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":6485},"edge_media_preview_like":{"count":6485},"location":null,"gating_info":null,"media_preview":"ACoqxzCm3J4OaqIPmH1H86viqK5DjPr/AFqV1Le6Lt590D3qgEJrSbBYE8hRmqsqhWwvTtUx2Lkru5V6UVKwz0puD/nFaGVi2h7jtxUAUBuDkZ4/OpSCuQeD6VCrZP8An1qUW+hbD4YgmoZ2yQRUohGC+aSSHZGM8sf0/wA96SRTdyqDSU5E3e1P8tvQ1RJq3EIk6dapIHT7wGeg4B//AF1onrUFycISOOaAEVgTj+g/z/hS7gTzz6ZApE4jH0FQA8/59aB2J1XHIH41GZ196Vydp/GqFANn/9k=","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/8cbe515cd42437664f1964aa1f100237/5DE28D5A/t51.2885-15/e35/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0626281011dfee958cac9c3e3819890a/5DE92865/t51.2885-15/e35/s150x150/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/69d5a6cc6e0deeca8a6fc4ff94c709f8/5DD97963/t51.2885-15/e35/s240x240/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/78acb92a3fd5c917ed8bbcf10a49fdff/5DD1541D/t51.2885-15/e35/s320x320/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/607e360c707ffa3c1242c26867c182da/5DDBAF5A/t51.2885-15/e35/s480x480/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/8cbe515cd42437664f1964aa1f100237/5DE28D5A/t51.2885-15/e35/67924921_1358364970995602_7216954027746611975_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people and text"}},{"node":{"__typename":"GraphImage","id":"2102550949272057401","edge_media_to_caption":{"edges":[{"node":{"text":"Somehow it seems like my skin-care routine is the only thing I can actually commit to. #TeamSELF"}}]},"shortcode":"B0twvLVhXY5","edge_media_to_comment":{"count":32},"comments_disabled":false,"taken_at_timestamp":1564863626,"dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/eb73df23a415439c4a08fefe03666c0f/5DE8FBFC/t51.2885-15/e35/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":1527},"edge_media_preview_like":{"count":1527},"location":null,"gating_info":null,"media_preview":"ACoq6aiimswXqQPrQA6imeYvqPzFAkVjgEE/WgB9FFFACE45NRsVbjcB+X9ak61E0IJyPl/Af4UAMCKON3Tt8v8AQU5Nq/xA/wDfP9MUCDnOfrwOf070qwgdefwH+FAEoIPTmlpAAOnFLQAUUUUAMLgHHP5U+iigAooooA//2Q==","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/23e3c235828a0a14f7d0ecb6a7c5411a/5DD17219/t51.2885-15/sh0.08/e35/s640x640/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/4f6a351d1d7e8693babc4a3a6d3cdb52/5DDC1EBE/t51.2885-15/e35/s150x150/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/f350aaadfa186d70ea56548d439b67a2/5DD689F4/t51.2885-15/e35/s240x240/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fce9feba38ae5f2d52ffe1adb6456f2b/5DE6214E/t51.2885-15/e35/s320x320/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/e63cbc8e08f572912a417264a62faa35/5DDB1914/t51.2885-15/e35/s480x480/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/23e3c235828a0a14f7d0ecb6a7c5411a/5DD17219/t51.2885-15/sh0.08/e35/s640x640/67160330_160353648350566_9011983582938983895_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: text"}},{"node":{"__typename":"GraphSidecar","id":"2101713333014364691","edge_media_to_caption":{"edges":[{"node":{"text":"We\u2019re officially starting a movement to bring back The Soccer Movies of The Early 2000s. \ud83d\udc94 Which was your fave? #TeamSELF"}}]},"shortcode":"B0qySQaBgIT","edge_media_to_comment":{"count":124},"comments_disabled":false,"taken_at_timestamp":1564763774,"dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/63ee521b602eb946d6fbc16ecd11741c/5DEB3C52/t51.2885-15/e35/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":3061},"edge_media_preview_like":{"count":3061},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/620d7e500412843f877cf0818998b552/5DCCF9B7/t51.2885-15/sh0.08/e35/s640x640/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/cb4183955784cff8b056b0d20a80a6e3/5DD4DE10/t51.2885-15/e35/s150x150/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/0893430d6787b3994a9826a5d5efd80e/5DDE995A/t51.2885-15/e35/s240x240/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/bad672b2aeeaeb41d09c9ada12e19c50/5DCC4FE0/t51.2885-15/e35/s320x320/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/8467df9aeef3d80eac31fb56cb6daa78/5DCCBFBA/t51.2885-15/e35/s480x480/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/620d7e500412843f877cf0818998b552/5DCCF9B7/t51.2885-15/sh0.08/e35/s640x640/67422870_160152851820888_5160094984915094883_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people and people playing sports"}},{"node":{"__typename":"GraphSidecar","id":"2101614948575973883","edge_media_to_caption":{"edges":[{"node":{"text":"High-intensity interval training (HIIT), a workout style that involves brief bursts of high-intensity intervals followed by brief periods of low-intensity recovery, is known for being just what the name suggests: high-intensity. And although that may make it sound a little scary, HIIT workouts are actually very short\u2014which for many people makes it sound quite appealing. What's better than a short workout? A workout you can literally do in your living room. See full directions below, modeled above by @wheelsfit, a certified strength and conditioning specialist and cofounder of Formation Strength, an online women\u2019s training group that serves the LGBTQ community and allies.\n\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\nDIRECTIONS: Do each exercise for 4 minutes, alternating between 20-second intervals of intense work and 10-second intervals of rest. After you do 8 intervals of each (or hit 4 minutes total), move onto the next exercise. Follow this pattern\u201420 seconds of work, 10 seconds of rest, 8 times\u2014for each exercise on the list. Hit the link in bio for more deets and move-by-move breakdowns."}}]},"shortcode":"B0qb6kwhZH7","edge_media_to_comment":{"count":3},"comments_disabled":false,"taken_at_timestamp":1564752046,"dimensions":{"height":750,"width":750},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/aaeb7bf141de48298eb6724c7911e09d/5D4BFD92/t51.2885-15/e35/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":994},"edge_media_preview_like":{"count":994},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/34c0c35f6b45fd71c8a84912c450b339/5D4BF8F7/t51.2885-15/sh0.08/e35/s640x640/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/d3022836a381eec16752206b43855a76/5D4B9650/t51.2885-15/e35/s150x150/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/ad159157087ccbeb3d78a5ddcbbebdfd/5D4C051A/t51.2885-15/e35/s240x240/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/6a4f62377f5fcb766c07969684faeb46/5D4BB1E0/t51.2885-15/e35/s320x320/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/1f612c01c4cc7886ca88877671d0ab77/5D4BD87A/t51.2885-15/e35/s480x480/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/34c0c35f6b45fd71c8a84912c450b339/5D4BF8F7/t51.2885-15/sh0.08/e35/s640x640/62395398_514914322608989_5878917706979422626_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people"}},{"node":{"__typename":"GraphVideo","id":"2100937387673553367","edge_media_to_caption":{"edges":[{"node":{"text":"How it feels when you actually complete everything on your nightly to-do list and can PTFO. #TeamSELFregram @jvn #stickit \ud83d\udc4f\ud83d\udc4f\ud83d\udc4f\ud83d\udc4f\ud83d\udc4f"}}]},"shortcode":"B0oB2w_nonX","edge_media_to_comment":{"count":66},"comments_disabled":false,"taken_at_timestamp":1564671328,"dimensions":{"height":750,"width":750},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/b96a8edd0f6a286979e48163e2903b10/5D4B9B30/t51.2885-15/e35/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":2730},"edge_media_preview_like":{"count":2730},"location":null,"gating_info":null,"media_preview":"ACoqyShHXj2qSQPGAgIJIPTnua0rg5jOefTPPNZfRs/0qY3eqKenzFYMqghcE46MSPxBz1pJFbaC2M54+mPwrSeJ59o2nkA5A4wRzk9sehqqrBpQp5Xng9BwabejfbUErb9br/glIBjxn+tSAmggKPl61Fk+tJji0tzWldZEIUgnjpVBpWU4JOfb/Ip+52B7A+nH+f6U0jjOfwP/ANetVFJWXqZ8+t/loaceoIkGwk52kY4yT/8AX7VjcnrwPyFNdCX47Y+lP2k5+YcetSk1t3NOaLWqHxsACTzj+val3xf3f5/41D82OnXr2/nTdw9D+lFu6Enbb/P87llpAoyc5Pr7fl/9fvUgdD1HWoH5YA9MGrEg+UH2FU1frYmE1DeKd+/6EysnPHJA9un/ANbimsitxjH0qhEetTgkGsLtdT04qM1dxRMYkPUZo8v3NPHSlo5n3K9lD+VH/9k=","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/00611df9ccba26a86c2b8b2fe179e58e/5D4BD47E/t51.2885-15/sh0.08/e35/s640x640/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/1a33e7fb8daff66f0cee6aec8e6ba12e/5D4BB4B5/t51.2885-15/e35/s150x150/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/e7134d2100b5e0a9cfc19adb1110fcc8/5D4BA5D8/t51.2885-15/e35/s240x240/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/c2d9c495f16074607a0e6b12632bdd30/5D4BA00B/t51.2885-15/e35/s320x320/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/34e7a98c7b9f18d2dcfa762db93a2c90/5D4B9897/t51.2885-15/e35/s480x480/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/00611df9ccba26a86c2b8b2fe179e58e/5D4BD47E/t51.2885-15/sh0.08/e35/s640x640/66282661_488535695294754_50566466954271833_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":true,"felix_profile_grid_crop":null,"video_view_count":48820}},{"node":{"__typename":"GraphImage","id":"2100408251593400327","edge_media_to_caption":{"edges":[{"node":{"text":"Jackie said it best: Self-love is not selfish!!!! \ud83d\udcf8: @foxtv"}}]},"shortcode":"B0mJi0nhiAH","edge_media_to_comment":{"count":23},"comments_disabled":false,"taken_at_timestamp":1564608197,"dimensions":{"height":480,"width":480},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fe38625319025cb25108b2694d10178f/5DDA7390/t51.2885-15/e35/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":3069},"edge_media_preview_like":{"count":3069},"location":null,"gating_info":null,"media_preview":"ACoqxXHqOnQ//WoCqeeh/wA804ZYAL3H4jmo9vYd/wAPrnNZiZMEJJB7+n8//rU4kd+q8A/4+tQp8zqByenWr1yOEOAOcEjGM4P8sflSZajpcgZSTuI3cc//AFqk8vPIRsGoCxB98e+KeLqRRjLccdaRmQjoCOD1/I4/z60uHILkfKOpx+XNNiG5xj25x/nmr1+52gfwjH4Vdi0uYz4Mq+QM/wD16nlm3MEUfd565yen6dKuQW4SLc/BbofqOKgu4ju8xc8n+fb6UW6mttLEPPOQcDr/AI/0oBPq35//AFqlkPznJwP055P0qHc3oP1/xqTB2EiwJBu7HGR61olgWGefw/CspPvj/e/rWjD/AKw/SqvrY0j1LUilkAUdDkY/lUcThx/e6D6DmpnY46+lZrEiXI4zTlpqaLsNuGDuWU5B7HqPWouT2/nRccSHFQZqdzlZ/9k=","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fe38625319025cb25108b2694d10178f/5DDA7390/t51.2885-15/e35/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/650fd0848e22cf4c7ca1eecd0514aff7/5DE9CBD2/t51.2885-15/e35/s150x150/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/9bcb937f972e3e98040dce9dae8c636d/5DD4DC98/t51.2885-15/e35/s240x240/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/70942a52f24ab0c805d7779e69c8045f/5DE80122/t51.2885-15/e35/s320x320/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fe38625319025cb25108b2694d10178f/5DDA7390/t51.2885-15/e35/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fe38625319025cb25108b2694d10178f/5DDA7390/t51.2885-15/e35/66714816_155023199010116_3135737476943737782_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, text and outdoor"}},{"node":{"__typename":"GraphImage","id":"2100094854961822205","edge_media_to_caption":{"edges":[{"node":{"text":"Over the weekend, our July cover star, Olympic sprinter Allyson Felix (@af85)\u2014the most decorated female track and field athlete in U.S. history\u2014raced in the 400 meters at the #USATFOutdoors. It was her first competitive event since giving birth to her daughter, Camryn Grace, via emergency C-section with severe preeclampsia less than eight months ago. She successfully qualified for her ninth world championship. \u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\nFelix competed unattached, meaning she ran without a sponsor. Her Nike contract ended in December 2017; she expressed her frustration with how the brand handled her pregnancy in a viral @nytimes op-ed published earlier this year. In our cover story, published yesterday, Felix\u2019s representation mentioned that she was looking for a partner that \u201cmakes women the focus of their business.\u201d \u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\nToday, @Athleta announced that Felix will become the brand\u2019s first-ever sponsored athlete. \u201cAs a mother, as an activist, I\u2019m more than an athlete. And it's amazing to be supported,\u201d Felix told us. Read our full profile on the multi-hyphenate mother, athlete, and activist at the link in bio. \u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\nPhotographer: @ekuaking. Wardrobe: @marpeidro. Hair: @alexander_armandat @thewallgroup. Makeup: @samuelpaulmakeup at @forwardartists."}}]},"shortcode":"B0lCSTQn_n9","edge_media_to_comment":{"count":44},"comments_disabled":false,"taken_at_timestamp":1564570837,"dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/2f86ee25aa0993f0cf87d6e6c82ad57b/5DE66B62/t51.2885-15/fr/e15/s1080x1080/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":1943},"edge_media_preview_like":{"count":1943},"location":null,"gating_info":null,"media_preview":"ACoq1XY5AzjrnHHWkGB0pSMsaMZ/lSGNMqq20kBm6Ank/Sk3FeKp3FqksyOeSDg88DBz/wDWq997mi4xAS3B4HXFONulKBgVNQIj702RSVIU4JHBpc9KXvQBBGwRSMFdgyRjP5Hv9aSJcE44U9B/M+2fSmOhdmI7dPr3qdegPtSGSVJUWaTzfb/x5f8AGmIjgQoiqeqgD8qmBA602lpgQREDPPDMx6+/+FPhwEAPOCf5mpMAdKAMdKVguUvPmMuwxHy84357euKhbS4WJODyc/eNalJTA//Z","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/cedf070a9f2995cd645c57523a705d19/5DCAF5D8/t51.2885-15/sh0.08/e35/s640x640/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/f614a8a8f6a9370fa20b8f3d74597bb3/5DCA34DE/t51.2885-15/e15/s150x150/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/c153bc10e6a10fc67231f7fd9df0423d/5DCCBE94/t51.2885-15/e15/s240x240/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/b06df1cb23ee3d8f355ce00d54f2afda/5DD9872E/t51.2885-15/e15/s320x320/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/7fe0eda6d6214e8f09d1132aebf00ecb/5DDF7774/t51.2885-15/e15/s480x480/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/cedf070a9f2995cd645c57523a705d19/5DCAF5D8/t51.2885-15/sh0.08/e35/s640x640/67246465_336644560612976_3958296120075740646_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, people standing and people on stage"}},{"node":{"__typename":"GraphImage","id":"2099677461834229704","edge_media_to_caption":{"edges":[{"node":{"text":"The United States is the only industrialized country in the world where the maternal mortality rate is getting worse. Research shows that 60 percent of these deaths are preventable. And even more devastating, black women face over three times the risk of dying from pregnancy or childbirth-related causes as white women, according to the CDC. This is an urgent public health crisis that demands a response. For #TheBlackMaternalMortalityIssue, we asked all major 2020 presidential candidates\u2014on both sides of the aisle\u2014what they plan to do about it. Tap the link in bio to see what they said...or didn't. If this issue is important to you, the wide range of answers may help you determine who to support as we move closer to 2020."}}]},"shortcode":"B0jjYbnhefI","edge_media_to_comment":{"count":52},"comments_disabled":false,"taken_at_timestamp":1564521080,"dimensions":{"height":1302,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a1979b2d7607cc5c8d1b33b4517a84c5/5DD4AA2B/t51.2885-15/e35/p1080x1080/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":1096},"edge_media_preview_like":{"count":1096},"location":null,"gating_info":null,"media_preview":"ACMq2bhtrg5xgerAdfYEH8earhipwTyMdXkweP8Ad5/zmrcysXBGMAf3mHf0HBH1qFIH6DGMEfffjg+vX+nWgCJjtwCemR99+vcE7TnrweOKminc4RdhOP7zZ6e609LdwcE/L7O+f1q0q7RgZOPU5P5mgB1FFFAGPqN6beQLtZvlzlX29z2wfTrVAav/ALEn/fz/AOxqxrG0McruJQdDz1OPfg+lZpUM0YPKbe2Rz1P6961Vla5O9za/tN9nmGL5T/tj/CojrWBny/8Ax7/61ZzA7CqBiquPQ8en58UlwoBwBjocURSk7WE21qddRSUVkWc3rEgWdQehT0z3NUjcLuQqclO3bPcfTHFbWoxq0gLAE7e4B7ms8QR/3V/IVqle1ye5VWQhJHb5eeF9z6fzpwfz8O4+bpWqIUIwVU/gKQxJ/dH5CtIwSd9zNyurG3RS0VzGx//Z","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a991631f43ad61720982b9c0bc3a2567/5DCBAB02/t51.2885-15/sh0.08/e35/c0.134.1301.1301a/s640x640/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/8306096d2be40199d2b93ae6ab492ef5/5DE65AC9/t51.2885-15/e35/c0.134.1301.1301a/s150x150/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/7a990e6dbb3658472169b20c799abe0a/5DDD2183/t51.2885-15/e35/c0.134.1301.1301a/s240x240/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/8f8b9beb126d107bef28726725cceeb7/5DE61039/t51.2885-15/e35/c0.134.1301.1301a/s320x320/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a7391845fbd65acce8608adaffd567e8/5DCBE363/t51.2885-15/e35/c0.134.1301.1301a/s480x480/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a991631f43ad61720982b9c0bc3a2567/5DCBAB02/t51.2885-15/sh0.08/e35/c0.134.1301.1301a/s640x640/66366302_116515899403112_6176784366135350128_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people and text"}},{"node":{"__typename":"GraphImage","id":"2099415738783083415","edge_media_to_caption":{"edges":[{"node":{"text":"The United States is the only industrialized country in the world with a rising maternal mortality rate, according to the American College of Obstetricians and Gynecologists. And according to the CDC, black mothers face three to four times greater risk of dying from pregnancy or childbirth-related causes as white and Hispanic women. Today, SELF is launching #TheBlackMaternalMortalityIssue, a new editorial series examining what we know about black maternal mortality and morbidity, and where we go from here. We aim to arm black mothers-to-be with as much information as possible before they find themselves in the labor and delivery room, launching the series with three initial pieces and a promise to continue hammering on this topic over and over again, for as long as it remains a public health crisis. \u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\nFirst up: our July cover, a profile of sprinter and Olympian Allyson Felix (@af85). Felix, the most decorated female track and field athlete in U.S. history, had her own life-threatening experience in childbirth last year. At 32 weeks pregnant, two months before her due date, Felix learned she had severe preeclampsia and had an emergency C-section that day. Her daughter, Camryn Grace, spent the next month in the NICU. Now, Felix is speaking out so that other black moms, in her words, \u201chave all the tools to be able to face whatever comes at them.\u201d Our digital director @letashy talked to Felix about her experiences with pregnancy and childbirth, how motherhood has changed her outlook, and what it\u2019s been like to return to running after giving birth. Read more at the link in bio. #blackmothersmatter #blackmomsmatter #blackmoms \u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\nPhotographer: @ekuaking. Wardrobe: @marpeidro. Hair: @alexander_armand at @thewallgroup. Makeup: @samuelpaulmakeup at @forwardartists."}}]},"shortcode":"B0in33CB6uX","edge_media_to_comment":{"count":72},"comments_disabled":false,"taken_at_timestamp":1564489880,"dimensions":{"height":1349,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/d1c83a5f5b171f271d59038f5d04a08a/5DE9C2A3/t51.2885-15/e35/p1080x1080/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":1900},"edge_media_preview_like":{"count":1900},"location":null,"gating_info":null,"media_preview":"ACEq3UUEZxk/WsafVlhk2BNwU4Yk9fp6VrK2AOBn1rCu7RTOXIJVuSB3Pcf1pFJXNiOVJow6dCOfrVjaAAcduuapWoSKIKq4GT1/z+XtU5YnGRjAxQIdiilooGQySrGOevpVZ0+0ruBxtPOOc0y2jExLud2Oi/XufWr8CLCNqDAqd/Qrb1GKFUADoOgpRjr/AIUl2/loJMfdYfkeDShxwR0bv+tMnzFzRUvFFAGcYWifzIuQfvL/AIf4flSi8YsFUDBP41ZNVYOx9/8AD/E/nSemxW+5YvHATb3bgUBNqbfQD9KWUAuuewNPHWmLoN3UUlFAj//Z","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/10122f8ce99fe27336cab0da218ae35b/5DDA4619/t51.2885-15/sh0.08/e35/c0.179.1440.1440a/s640x640/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/ae6c25cf2a8129b57a0381155f19e248/5DC7BEFD/t51.2885-15/e35/c0.179.1440.1440a/s150x150/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/6312371cfab555d83493f6ec7a1c6036/5DDDD848/t51.2885-15/e35/c0.179.1440.1440a/s240x240/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/68284d5d31abefe73ae5e44918ad12a1/5DD906F0/t51.2885-15/e35/c0.179.1440.1440a/s320x320/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/fd3dceaa87eb1ceda83001d0ee21a5a0/5DCC1EAC/t51.2885-15/e35/c0.179.1440.1440a/s480x480/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/10122f8ce99fe27336cab0da218ae35b/5DDA4619/t51.2885-15/sh0.08/e35/c0.179.1440.1440a/s640x640/67336718_356505995268581_574343521908873419_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, people standing and text"}},{"node":{"__typename":"GraphImage","id":"2098932050504750356","edge_media_to_caption":{"edges":[{"node":{"text":"OK, I'm ready to go home and get in bed now! #TeamSELFregram @marzipanthefrenchie #MondayMood"}}]},"shortcode":"B0g55ROBJUU","edge_media_to_comment":{"count":26},"comments_disabled":false,"taken_at_timestamp":1564432220,"dimensions":{"height":807,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a96a7a89ff74b45775a8e782c5c111ab/5DD2D3DF/t51.2885-15/fr/e15/s1080x1080/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":2828},"edge_media_preview_like":{"count":2828},"location":null,"gating_info":null,"media_preview":"ACof32AOCOo6VHcSbY2YdR2PapCuOp61TuXVFKj+L7xPft+dSxoWO7Dxjpnv+FH2ra3Tr+uf8KohBCMdif6U5pViwzfhxms7suyL0YJzyQzDPPce3+eBR5A9T+lVpZQzb1OT2q2JJMcgVaJImZjy2B7Z5qrJaSyuCpGOpB9ex6HmtERonbcfepN21cnge1OwGcbFh95hk/X/AD+NTQ24h+VjuzxuI609C0z56AVPIwJ29T6UrIBUiQ/wgEe1TVCCcf7S9fepBIDVEn//2Q==","owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/bbd82740aa54fe9db7d0094c0d0dc883/5DD1DCFF/t51.2885-15/e15/c136.0.807.807/s640x640/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/a156214285c2f5fe6336de028003fed1/5DE88960/t51.2885-15/e15/c136.0.807.807/s150x150/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/4026c60ff6d0b6a2d47170c9883b0d54/5DCCFC2A/t51.2885-15/e15/c136.0.807.807/s240x240/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/036116ea133403524aa1b66815b90ced/5DD94D90/t51.2885-15/e15/c136.0.807.807/s320x320/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/834bd131b48f51e0034d5480788ebb02/5DCD29CA/t51.2885-15/e15/c136.0.807.807/s480x480/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/bbd82740aa54fe9db7d0094c0d0dc883/5DD1DCFF/t51.2885-15/e15/c136.0.807.807/s640x640/66423079_141143220420631_4755968015974502987_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: dog"}},{"node":{"__typename":"GraphSidecar","id":"2098284706583238702","edge_media_to_caption":{"edges":[{"node":{"text":"The *most* important thing for your skin is sunscreen\u2014it\u2019s your best defense from UVs that can lead to skin cancer as well as worsen acne. But many of us are simply not applying enough (or any at all). It's our #SELFCareSundays, so you know what that means: Here\u2019s how to find the best sunscreen you will ACTUALLY use for your everyday skin care routine."}}]},"shortcode":"B0emtLNh1gu","edge_media_to_comment":{"count":30},"comments_disabled":false,"taken_at_timestamp":1564355050,"dimensions":{"height":1079,"width":1080},"display_url":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/9ecf52504c9e8ff962b05cec98074e50/5DD3504F/t51.2885-15/e35/s1080x1080/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","edge_liked_by":{"count":1967},"edge_media_preview_like":{"count":1967},"location":null,"gating_info":null,"media_preview":null,"owner":{"id":"13622784","username":"selfmagazine"},"thumbnail_src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/657aca42e6114e1b67b3ef42aaf757e8/5DD6126F/t51.2885-15/sh0.08/e35/c0.0.1439.1439/s640x640/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","thumbnail_resources":[{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/4c884ecca658cb01eeda09bbe8616488/5DD0B25B/t51.2885-15/e35/c0.0.1439.1439/s150x150/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/e56026e507322392a8479c6cb1260a08/5DD21A5D/t51.2885-15/e35/c0.0.1439.1439/s240x240/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/94889c75d4075b64ad9364b10bb30729/5DD9D323/t51.2885-15/e35/c0.0.1439.1439/s320x320/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/69a4b186e40d8eebc35f8861ea3c28b8/5DE11664/t51.2885-15/e35/c0.0.1439.1439/s480x480/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20190806100330/https://scontent-frt3-2.cdninstagram.com/vp/657aca42e6114e1b67b3ef42aaf757e8/5DD6126F/t51.2885-15/sh0.08/e35/c0.0.1439.1439/s640x640/65424644_2282861785309667_4935105173022654625_n.jpg?_nc_ht=scontent-frt3-2.cdninstagram.com","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: text"}}]},"edge_saved_media":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"edge_media_collections":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},"show_follow_dialog":false,"toast_content_on_load":null}]},"hostname":"www.instagram.com","deployment_stage":"c2","platform":"web","nonce":"g6VMt8/I+4bNPT218CbbiA==","mid_pct":50.24886,"zero_data":{},"cache_schema_version":3,"server_checks":{},"knobs":{"acct:ntb":0,"cb":0,"captcha":0,"fr":0},"to_cache":{"gatekeepers":{"4":true,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":false,"12":false,"13":true,"14":true,"15":true,"16":false,"18":true,"19":false,"23":false,"24":false,"26":true,"27":false,"28":false,"29":true,"31":false,"32":true,"34":false,"35":false,"37":true,"38":true,"39":false,"40":false,"41":false,"43":false,"44":false,"45":false},"qe":{"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"","p":{}},"notif":{"g":"","p":{}},"log_cont":{"g":"","p":{}},"onetaplogin":{"g":"","p":{}},"onetap":{"g":"","p":{}},"multireg_iter":{"g":"test_back_removed_11_30","p":{"has_back_removed":"true"}},"felix_clear_fb_cookie":{"g":"","p":{}},"felix_creation_duration_limits":{"g":"","p":{}},"felix_creation_fb_crossposting":{"g":"","p":{}},"felix_creation_fb_crossposting_v2":{"g":"","p":{}},"felix_creation_validation":{"g":"","p":{}},"mweb_topical_explore":{"g":"","p":{}},"post_options":{"g":"","p":{}},"iglscioi":{"g":"","p":{}},"wss2":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"0":true,"4":true,"7":true,"8":true,"9":false},"qex":true},"2":{"p":{"0":true},"qex":true},"4":{"p":{"0":true},"qex":true},"6":{"p":{"1":true,"5":false,"6":false,"7":false,"9":false,"10":false},"qex":true},"7":{"p":{"0":false},"qex":true},"8":{"p":{"0":false,"1":false,"2":false,"3":false,"4":false},"qex":true},"10":{"p":{"2":false},"qex":true},"11":{"p":{"0":true},"qex":true},"12":{"p":{"0":5},"qex":true},"13":{"p":{"0":true},"qex":true},"16":{"p":{"0":false},"qex":true},"17":{"p":{"1":true},"qex":true},"18":{"p":{"0":true,"1":true},"qex":true},"19":{"p":{"0":true},"qex":true},"21":{"p":{"2":false},"qex":true},"22":{"p":{"0":false,"1":false,"2":8.0,"3":0.85,"4":0.95,"5":10.0,"7":false},"qex":true},"23":{"p":{"0":false,"1":false},"qex":true},"25":{"p":{},"qex":true},"26":{"p":{"0":""},"qex":true},"27":{"p":{"0":false},"qex":true},"28":{"p":{"0":false},"qex":true},"29":{"p":{},"qex":true},"30":{"p":{"0":true},"qex":true},"31":{"p":{},"qex":true},"33":{"p":{},"qex":true},"34":{"p":{"0":false},"qex":true},"36":{"p":{"0":false},"qex":true}},"probably_has_app":false,"cb":true},"rollout_hash":"1b0d7453a4c4","bundle_variant":"metro","is_canary":false};</script> <script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script> <script type="text/javascript">var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),__DEV__=false,process=this.process||{};process.env=process.env||{};process.env.NODE_ENV=process.env.NODE_ENV||"production";!(function(r){"use strict";function e(){return c=Object.create(null)}function t(r){var e=r,t=c[e];return t&&t.isInitialized?t.publicModule.exports:o(e,t)}function n(r){var e=r;if(c[e]&&c[e].importedDefault!==f)return c[e].importedDefault;var n=t(e),i=n&&n.__esModule?n.default:n;return c[e].importedDefault=i}function i(r){var e=r;if(c[e]&&c[e].importedAll!==f)return c[e].importedAll;var n,i=t(e);if(i&&i.__esModule)n=i;else{if(n={},i)for(var o in i)p.call(i,o)&&(n[o]=i[o]);n.default=i}return c[e].importedAll=n}function o(e,t){if(!s&&r.ErrorUtils){s=!0;var n;try{n=u(e,t)}catch(e){r.ErrorUtils.reportFatalError(e)}return s=!1,n}return u(e,t)}function l(r){return{segmentId:r>>>v,localId:r&h}}function u(e,o){if(!o&&g.length>0){var u=l(e),f=u.segmentId,p=u.localId,s=g[f];null!=s&&(s(p),o=c[e])}var v=r.nativeRequire;if(!o&&v){var h=l(e),I=h.segmentId;v(h.localId,I),o=c[e]}if(!o)throw a(e);if(o.hasError)throw d(e,o.error);o.isInitialized=!0;var _=o,w=_.factory,y=_.dependencyMap;try{var M=o.publicModule;if(M.id=e,m.length>0)for(var b=0;b<m.length;++b)m[b].cb(e,M);return w(r,t,n,i,M,M.exports,y),o.factory=void 0,o.dependencyMap=void 0,M.exports}catch(r){throw o.hasError=!0,o.error=r,o.isInitialized=!1,o.publicModule.exports=void 0,r}}function a(r){var e='Requiring unknown module "'+r+'".';return Error(e)}function d(r,e){var t=r;return Error('Requiring module "'+t+'", which threw an exception: '+e)}r.__r=t,r.__d=function(r,e,t){null==c[e]&&(c[e]={dependencyMap:t,factory:r,hasError:!1,importedAll:f,importedDefault:f,isInitialized:!1,publicModule:{exports:{}}})},r.__c=e,r.__registerSegment=function(r,e){g[r]=e};var c=e(),f={},p={}.hasOwnProperty;t.importDefault=n,t.importAll=i;var s=!1,v=16,h=65535;t.unpackModuleId=l,t.packModuleId=function(r){return(r.segmentId<<v)+r.localId};var m=[];t.registerHook=function(r){var e={cb:r};return m.push(e),{release:function(){for(var r=0;r<m.length;++r)if(m[r]===e){m.splice(r,1);break}}}};var g=[]})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this); __s={"js":{"146":"/static/bundles/metro/MobileStoriesLoginPage.js/91c973c5a381.js","147":"/static/bundles/metro/DesktopStoriesLoginPage.js/66e27956e909.js","148":"/static/bundles/metro/DirectMQTT.js/77d33bf3b45d.js","149":"/static/bundles/metro/DirectNewThread.js/ce15b8db2e72.js","150":"/static/bundles/metro/MobileStoriesPage.js/d3363aea3a72.js","151":"/static/bundles/metro/DesktopStoriesPage.js/c8ad29c94c59.js","152":"/static/bundles/metro/ActivityFeedBox.js/ed558a9a744e.js","153":"/static/bundles/metro/ActivityFeedPage.js/fa5125ca6b5d.js","154":"/static/bundles/metro/AdsSettingsPage.js/397fad54de35.js","155":"/static/bundles/metro/DonateCheckoutPage.js/50ad36ca2d9e.js","156":"/static/bundles/metro/CameraPage.js/6bb7e55411a8.js","157":"/static/bundles/metro/SettingsModules.js/ee0afc171601.js","158":"/static/bundles/metro/ContactHistoryPage.js/9c1c05a56055.js","159":"/static/bundles/metro/AccessToolPage.js/9f26653e414c.js","160":"/static/bundles/metro/AccessToolViewAllPage.js/a0a946078fee.js","161":"/static/bundles/metro/AccountPrivacyBugPage.js/2d114b9a6f75.js","162":"/static/bundles/metro/FirstPartyPlaintextPasswordLandingPage.js/79c796578d5e.js","163":"/static/bundles/metro/ThirdPartyPlaintextPasswordLandingPage.js/60635431429d.js","164":"/static/bundles/metro/PlaintextPasswordBugPage.js/24776685f4c6.js","165":"/static/bundles/metro/PrivateAccountMadePublicBugPage.js/ced6d9f4a51b.js","166":"/static/bundles/metro/PublicAccountNotMadePrivateBugPage.js/b3dd6884187b.js","167":"/static/bundles/metro/BlockedAccountsBugPage.js/227c86ac5818.js","168":"/static/bundles/metro/AndroidBetaPrivacyBugPage.js/67accd945a1a.js","169":"/static/bundles/metro/DataControlsSupportPage.js/61da611fbce9.js","170":"/static/bundles/metro/DataDownloadRequestPage.js/b6b3bc1a9de3.js","171":"/static/bundles/metro/DataDownloadRequestConfirmPage.js/3ecc4fa72e41.js","172":"/static/bundles/metro/CheckpointUnderageAppealPage.js/bf0930778851.js","173":"/static/bundles/metro/AccountRecoveryLandingPage.js/cb3088d4e1b3.js","174":"/static/bundles/metro/ContactInvitesOptOutPage.js/02c18e46f0af.js","175":"/static/bundles/metro/ParentalConsentPage.js/dbba14791a20.js","176":"/static/bundles/metro/ParentalConsentNotParentPage.js/de11c460f148.js","177":"/static/bundles/metro/TermsAcceptPage.js/5fe04a82d4ad.js","178":"/static/bundles/metro/TermsUnblockPage.js/58d63d295542.js","179":"/static/bundles/metro/NewTermsConfirmPage.js/8cb90a67052f.js","180":"/static/bundles/metro/ContactInvitesOptOutStatusPage.js/9d679588f124.js","181":"/static/bundles/metro/CreationModules.js/c5c34ea8c0df.js","182":"/static/bundles/metro/StoryCreationPage.js/ab29bc130e9c.js","183":"/static/bundles/metro/ExploreMediaPageContainer.js/a84e0b94fb09.js","184":"/static/bundles/metro/shaka-player.ui.js/43fd169fadb3.js","185":"/static/bundles/metro/LikedByListContainer.js/b68e05c50d43.js","186":"/static/bundles/metro/CommentLikedByListContainer.js/47fe8174b665.js","187":"/static/bundles/metro/DiscoverMediaPageContainer.js/514cbad371ac.js","188":"/static/bundles/metro/DiscoverPeoplePageContainer.js/e306d98e331a.js","189":"/static/bundles/metro/EmailConfirmationPage.js/e3474fa2d5df.js","190":"/static/bundles/metro/FBSignupPage.js/10a267250ed2.js","191":"/static/bundles/metro/NewUserInterstitial.js/5739a7d55cff.js","192":"/static/bundles/metro/MultiStepSignupPage.js/656b2b4a47ab.js","193":"/static/bundles/metro/FeedSidebarContainer.js/b528c45d42cf.js","194":"/static/bundles/metro/FeedPageContainer.js/9dd3ac18455a.js","195":"/static/bundles/metro/FollowListModal.js/cb503c5e3ed0.js","196":"/static/bundles/metro/FollowListPage.js/04c449d3f5a3.js","197":"/static/bundles/metro/SimilarAccountsModal.js/1c77e7510dee.js","198":"/static/bundles/metro/SimilarAccountsPage.js/5484262f272a.js","199":"/static/bundles/metro/LandingPage.js/38b8cc334f2a.js","200":"/static/bundles/metro/LocationsDirectoryCountryPage.js/40da74b51a83.js","201":"/static/bundles/metro/LocationsDirectoryCityPage.js/bbe9a1cd2815.js","202":"/static/bundles/metro/LocationPageContainer.js/c3349428f55e.js","203":"/static/bundles/metro/LocationsDirectoryLandingPage.js/18e9cf4dac98.js","204":"/static/bundles/metro/LoginAndSignupPage.js/505a58ebb898.js","205":"/static/bundles/metro/ResetPasswordPageContainer.js/128918e2ba6c.js","206":"/static/bundles/metro/MobileAllCommentsPage.js/c6a2ea87b562.js","207":"/static/bundles/metro/MediaChainingPageContainer.js/9defc15c6c5c.js","208":"/static/bundles/metro/PostPageContainer.js/134cb6cf4120.js","209":"/static/bundles/metro/ProfilesDirectoryLandingPage.js/d0cca380fbc9.js","210":"/static/bundles/metro/HashtagsDirectoryLandingPage.js/ee38c3ec6b48.js","211":"/static/bundles/metro/SuggestedDirectoryLandingPage.js/595779e21742.js","212":"/static/bundles/metro/TagPageContainer.js/3757b4ede769.js","213":"/static/bundles/metro/PhoneConfirmPage.js/deeade36fe10.js","214":"/static/bundles/metro/ProfilePageContainer.js/92907db8f7fb.js","215":"/static/bundles/metro/HttpErrorPage.js/c6f6556af836.js","216":"/static/bundles/metro/IGTVVideoDraftsPageContainer.js/7af28ba3cbae.js","217":"/static/bundles/metro/IGTVVideoUploadPageContainer.js/37b70062a131.js","218":"/static/bundles/metro/OAuthPermissionsPage.js/dcc35c1816c7.js","219":"/static/bundles/metro/MobileDirectPage.js/d28cda00beed.js","220":"/static/bundles/metro/OneTapUpsell.js/41e7057cb5bf.js","221":"/static/bundles/metro/NametagLandingPage.js/2851b5b9a8b4.js","222":"/static/bundles/metro/DebugInfoNub.js/15d2d5e4ebde.js","224":"/static/bundles/metro/Consumer.js/63f1f312b5c7.js","225":"/static/bundles/metro/Challenge.js/ccba5d438582.js","226":"/static/bundles/metro/NotificationLandingPage.js/48380c296622.js","241":"/static/bundles/metro/EmbedAsyncLogger.js/fe56b955f153.js","243":"/static/bundles/metro/EmbedRich.js/0eb1fa2b2941.js"},"css":{"146":"/static/bundles/metro/MobileStoriesLoginPage.css/2f70840d1a87.css","147":"/static/bundles/metro/DesktopStoriesLoginPage.css/b6198cf4aef8.css","149":"/static/bundles/metro/DirectNewThread.css/18c175ad2b66.css","150":"/static/bundles/metro/MobileStoriesPage.css/d1fce96fd67c.css","151":"/static/bundles/metro/DesktopStoriesPage.css/991fcae25985.css","152":"/static/bundles/metro/ActivityFeedBox.css/17ec9848762e.css","153":"/static/bundles/metro/ActivityFeedPage.css/16bef02ee117.css","154":"/static/bundles/metro/AdsSettingsPage.css/71c7cf724bda.css","155":"/static/bundles/metro/DonateCheckoutPage.css/71c7cf724bda.css","156":"/static/bundles/metro/CameraPage.css/5deda4e7e465.css","157":"/static/bundles/metro/SettingsModules.css/2debf9022296.css","158":"/static/bundles/metro/ContactHistoryPage.css/e960d9a554c8.css","159":"/static/bundles/metro/AccessToolPage.css/cd2d70e126df.css","160":"/static/bundles/metro/AccessToolViewAllPage.css/7c0db2e1b020.css","161":"/static/bundles/metro/AccountPrivacyBugPage.css/a388cb605b60.css","168":"/static/bundles/metro/AndroidBetaPrivacyBugPage.css/17e8362798f7.css","169":"/static/bundles/metro/DataControlsSupportPage.css/9b3f1ce95c3a.css","170":"/static/bundles/metro/DataDownloadRequestPage.css/431f4975139a.css","171":"/static/bundles/metro/DataDownloadRequestConfirmPage.css/54949fcf58d7.css","172":"/static/bundles/metro/CheckpointUnderageAppealPage.css/16f3c27c90f1.css","173":"/static/bundles/metro/AccountRecoveryLandingPage.css/36bca378539d.css","174":"/static/bundles/metro/ContactInvitesOptOutPage.css/2d3511c008a7.css","175":"/static/bundles/metro/ParentalConsentPage.css/a9fbbe6fd8a3.css","176":"/static/bundles/metro/ParentalConsentNotParentPage.css/48d3c7450a8d.css","177":"/static/bundles/metro/TermsAcceptPage.css/f3247d496bde.css","178":"/static/bundles/metro/TermsUnblockPage.css/dfc27eb54ad8.css","179":"/static/bundles/metro/NewTermsConfirmPage.css/737fd410607a.css","180":"/static/bundles/metro/ContactInvitesOptOutStatusPage.css/856d94b8e737.css","181":"/static/bundles/metro/CreationModules.css/6438ef04baef.css","182":"/static/bundles/metro/StoryCreationPage.css/0901f833ecf4.css","183":"/static/bundles/metro/ExploreMediaPageContainer.css/c70dd39e7825.css","185":"/static/bundles/metro/LikedByListContainer.css/644aa1d88516.css","186":"/static/bundles/metro/CommentLikedByListContainer.css/644aa1d88516.css","187":"/static/bundles/metro/DiscoverMediaPageContainer.css/7702d1e01423.css","188":"/static/bundles/metro/DiscoverPeoplePageContainer.css/c83d1cad5933.css","189":"/static/bundles/metro/EmailConfirmationPage.css/c171e68d95bf.css","190":"/static/bundles/metro/FBSignupPage.css/4e9da9d3470a.css","191":"/static/bundles/metro/NewUserInterstitial.css/bafaefd918ba.css","192":"/static/bundles/metro/MultiStepSignupPage.css/42d6ffab5f2e.css","193":"/static/bundles/metro/FeedSidebarContainer.css/aacde7a83fc9.css","194":"/static/bundles/metro/FeedPageContainer.css/c8ea6c7a93ff.css","195":"/static/bundles/metro/FollowListModal.css/4539e675f834.css","196":"/static/bundles/metro/FollowListPage.css/04d87135bb51.css","197":"/static/bundles/metro/SimilarAccountsModal.css/644aa1d88516.css","198":"/static/bundles/metro/SimilarAccountsPage.css/644aa1d88516.css","199":"/static/bundles/metro/LandingPage.css/4b3e46257190.css","200":"/static/bundles/metro/LocationsDirectoryCountryPage.css/f011822b2d93.css","201":"/static/bundles/metro/LocationsDirectoryCityPage.css/f011822b2d93.css","202":"/static/bundles/metro/LocationPageContainer.css/fcfbc476ca1e.css","203":"/static/bundles/metro/LocationsDirectoryLandingPage.css/a69bead6658f.css","204":"/static/bundles/metro/LoginAndSignupPage.css/e00d4ae1ffc1.css","205":"/static/bundles/metro/ResetPasswordPageContainer.css/4b5dad3a1dfd.css","206":"/static/bundles/metro/MobileAllCommentsPage.css/811aeaf99884.css","207":"/static/bundles/metro/MediaChainingPageContainer.css/1397734fb448.css","208":"/static/bundles/metro/PostPageContainer.css/7508f81f6b32.css","209":"/static/bundles/metro/ProfilesDirectoryLandingPage.css/ec897738d3bc.css","210":"/static/bundles/metro/HashtagsDirectoryLandingPage.css/ec897738d3bc.css","211":"/static/bundles/metro/SuggestedDirectoryLandingPage.css/ec897738d3bc.css","212":"/static/bundles/metro/TagPageContainer.css/3d029bbea1aa.css","213":"/static/bundles/metro/PhoneConfirmPage.css/6fe5c666d3d5.css","214":"/static/bundles/metro/ProfilePageContainer.css/89f20ea045aa.css","215":"/static/bundles/metro/HttpErrorPage.css/97acfee23c4f.css","216":"/static/bundles/metro/IGTVVideoDraftsPageContainer.css/0c6d160c0c2e.css","217":"/static/bundles/metro/IGTVVideoUploadPageContainer.css/e5717bd3f564.css","218":"/static/bundles/metro/OAuthPermissionsPage.css/06bad1c43009.css","219":"/static/bundles/metro/MobileDirectPage.css/b8dcbdd39231.css","220":"/static/bundles/metro/OneTapUpsell.css/3d1082494e45.css","221":"/static/bundles/metro/NametagLandingPage.css/2f84f5be7992.css","222":"/static/bundles/metro/DebugInfoNub.css/d52a9abb5282.css","224":"/static/bundles/metro/Consumer.css/366aad278e6b.css","225":"/static/bundles/metro/Challenge.css/2f8167dd36bc.css","226":"/static/bundles/metro/NotificationLandingPage.css/761cd6dcd39c.css","243":"/static/bundles/metro/EmbedRich.css/d21015c2c935.css"}}</script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/Polyfills.js/cd18a28d302b.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/Vendor.js/59e340c75ebf.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/en_US.js/e9dd8067d76f.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/ConsumerLibCommons.js/ae4799e7a9c9.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.js/bcf9b3c114e5.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.js/c89dcf27d805.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/Consumer.js/63f1f312b5c7.js" crossorigin="anonymous" charset="utf-8" async></script> <script type="text/javascript" src="/web/20190806100330js_/https://www.instagram.com/static/bundles/metro/ProfilePageContainer.js/92907db8f7fb.js" crossorigin="anonymous" charset="utf-8" async></script> <script type="text/javascript"> (function(){ function normalizeError(err) { var errorInfo = err.error || {}; var getConfigProp = function(propName, defaultValueIfNotTruthy) { var propValue = window._sharedData && window._sharedData[propName]; return propValue ? propValue : defaultValueIfNotTruthy; }; return { line: err.line || errorInfo.message || 0, column: err.column || 0, name: 'InitError', message: err.message || errorInfo.message || '', script: errorInfo.script || '', stack: errorInfo.stackTrace || errorInfo.stack || '', timestamp: Date.now(), ref: window.location.href, deployment_stage: getConfigProp('deployment_stage', ''), is_canary: getConfigProp('is_canary', false), rollout_hash: getConfigProp('rollout_hash', ''), is_prerelease: window.__PRERELEASE__ || false, bundle_variant: getConfigProp('bundle_variant', null), request_url: err.url || window.location.href, response_status_code: errorInfo.statusCode || 0 } } window.addEventListener('load', function(){ if (window.__bufferedErrors && window.__bufferedErrors.length) { if (window.caches && window.caches.keys && window.caches.delete) { window.caches.keys().then(function(keys) { keys.forEach(function(key) { window.caches.delete(key) }) }) } window.__bufferedErrors.map(function(error) { return normalizeError(error) }).forEach(function(normalizedError) { var request = new XMLHttpRequest(); request.open('POST', '/client_error/', true); request.setRequestHeader('Content-Type', 'application/json; charset=utf-8'); request.send(JSON.stringify(normalizedError)); }) } }) }()); </script> <script>function gtElInit() {var lib = new google.translate.TranslateService();lib.translatePage('en', 'en', function () {});}</script> <script src="https://translate.google.com/translate_a/element.js?cb=gtElInit&hl=en-GB&client=wt" type="text/javascript"></script> </body> </html><!-- FILE ARCHIVED ON 10:03:30 Aug 06, 2019 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:04:32 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --><!-- playback timings (ms): captures_list: 1.346 exclusion.robots: 0.036 exclusion.robots.policy: 0.024 esindex: 0.015 cdx.remote: 26.983 LoadShardBlock: 215.916 (3) PetaboxLoader3.resolve: 224.666 (3) PetaboxLoader3.datanode: 101.67 (4) load_resource: 132.753 -->