{"id":2815,"date":"2021-05-13T09:15:00","date_gmt":"2021-05-13T16:15:00","guid":{"rendered":"https:\/\/jasonmagro.com\/?p=2815"},"modified":"2025-07-09T11:39:51","modified_gmt":"2025-07-09T18:39:51","slug":"is-this-thing-on","status":"publish","type":"post","link":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/","title":{"rendered":"Is this thing on..?"},"content":{"rendered":"\n<p class=\"has-medium-font-size\">In the neon-drenched wasteland of the internet, words vanish into a void where \u2018likes\u2019 fizzle like cheap VHS tapes in a microwave. The web was supposed to be our playground, a place to spit truth and connect, but it\u2019s been hijacked by algorithms and suits who\u2019d pawn their own kids for a data point. Poof\u2014our stage is gone.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">I\u2019m Jason, and I\u2019ve been running jasonmagro.com since the dial-up days. It\u2019s a gritty little corner of the web, still finding its soul, a work in progress. Once I get this beast humming, I\u2019m ditching the social media circus\u2014Facebook, Instagram, the whole shiny mess. Why? I\u2019ll spill the details soon, but for now, I\u2019m carving out my own turf in this digital dump.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Let\u2019s talk about the 800-pound gorilla I\u2019m dodging: Facebook. As of early 2021, it\u2019s a global titan with 2.85 billion monthly users\u2014bigger than YouTube\u2019s 2.3 billion or WhatsApp\u2019s 2 billion. India\u2019s got 340 million users, the US is at 190 million, with Indonesia, Brazil, and Mexico trailing. Every day, 1.84 billion people log in, up 12% from last year.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">People are hooked. Android users burn 19 hours a month on it, and in places like India and the Philippines, they\u2019re clocking over 20 hours. It\u2019s a digital black hole, and I\u2019m over it.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Who\u2019s still hanging in Zuck\u2019s dystopian playground? Millennials dominate\u201425-34-year-olds make up 32%, with 19% dudes and 13% women, hoarding Marketplace deals and group chats. The 18-24 crowd\u2019s at 23%, so Gen Z hasn\u2019t fully jumped ship to TikTok\u2019s algorithm raves.<\/p>\n\n\n\n<div style=\"height:7px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Facebook Users 2021 Bar Graph<\/title>\n  <!-- Load Chart.js from CDN -->\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n  <!-- Load Google Fonts for cyberpunk aesthetic -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Orbitron:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* Container for graph *\/\n    .chart-container {\n      max-width: 800px;\n      margin: 20px auto;\n      padding: 20px;\n      background: #000; \/* Black background for wasteland vibe *\/\n      border: 2px solid #00FFFF; \/* Neon blue border *\/\n      border-radius: 5px;\n      box-shadow: 0 0 10px #FF00FF; \/* Neon pink glow *\/\n    }\n    \/* Canvas styling *\/\n    canvas {\n      width: 100% !important;\n      height: 400px !important;\n    }\n    \/* Caption styling *\/\n    .chart-caption {\n      text-align: center;\n      color: #00FF00; \/* Neon green *\/\n      font-family: 'Orbitron', sans-serif;\n      font-size: 16px;\n      margin-top: 10px;\n    }\n    \/* Responsive design for mobile *\/\n    @media (max-width: 600px) {\n      .chart-container {\n        padding: 10px;\n      }\n      canvas {\n        height: 300px !important;\n      }\n      .chart-caption {\n        font-size: 14px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"chart-container\" role=\"region\" aria-label=\"Bar graph of Facebook's 2021 monthly active users by region\">\n    <canvas id=\"fbUsersChart\" aria-label=\"Bar graph showing Facebook's monthly active users in 2021 for India, US, Indonesia, Brazil, and Mexico\"><\/canvas>\n    <p class=\"chart-caption\">Facebook\u2019s global grip\u2014why I\u2019m breaking free.<\/p>\n  <\/div>\n  <script>\n    const ctx = document.getElementById('fbUsersChart').getContext('2d');\n    new Chart(ctx, {\n      type: 'bar',\n      data: {\n        labels: ['India', 'US', 'Indonesia', 'Brazil', 'Mexico'],\n        datasets: [{\n          label: 'Monthly Active Users (Millions)',\n          data: [340, 190, 140, 130, 90],\n          backgroundColor: '#00FFFF', \/\/ Neon blue\n          borderColor: '#FF00FF', \/\/ Neon pink\n          borderWidth: 1\n        }]\n      },\n      options: {\n        scales: {\n          y: {\n            beginAtZero: true,\n            max: 400,\n            title: {\n              display: true,\n              text: 'Users (Millions)',\n              color: '#FFF',\n              font: { family: 'Orbitron', size: 16 }\n            },\n            ticks: { color: '#FFF' }\n          },\n          x: {\n            title: {\n              display: true,\n              text: 'Region',\n              color: '#FFF',\n              font: { family: 'Orbitron', size: 16 }\n            },\n            ticks: { color: '#FFF' }\n          }\n        },\n        plugins: {\n          title: {\n            display: true,\n            text: \"Zuck's Empire: Facebook's 2021 User Reach\",\n            color: '#FFF',\n            font: { family: 'Orbitron', size: 20 }\n          },\n          legend: {\n            labels: { color: '#FFF', font: { family: 'Orbitron' } }\n          }\n        },\n        responsive: true,\n        maintainAspectRatio: false\n      }\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"has-medium-font-size\">Boomers are glued, too. US users aged 55-64 spend 33 minutes a day scrolling, while the average American\u2019s at 38 minutes. Teens? They\u2019re bailing\u2014only 34% of US 13-17-year-olds use it, down from 71% in 2015. They\u2019re chasing Snapchat (54%) and Instagram (59%). Lower-income kids stick around more\u201448% if their parents make under $30K. Accessibility\u2019s a thing, I guess.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Globally, it\u2019s a sausage fest\u201454% male, 46% female\u2014but in the US, women rule: 75% versus 63% for men, especially in mom groups and Messenger. South Asia\u2019s 70% male, while North America and Western Europe lean female at 53% and 52%.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Users are all about Stories, Marketplace, and Groups. The 18-29 crowd can\u2019t get enough. Photos get a pathetic 0.15% interaction rate, videos hit 0.25%, but 70% watch on mute, so captions are king. Over 80 million are deep in groups\u2014parenting, fitness, whatever. US moms are all in, swapping tips and drama. So why am I bolting? Zuckerberg\u2019s a corporate puppet, ready to sell our souls to dodge a lawsuit. Why waste my life on a platform that\u2019s all smoke and mirrors? I\u2019m done. My site\u2019s my new turf\u2014no algorithms, no sellouts, just me and my mic.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Marketers might salivate over Facebook\u2019s 2.1 billion ad reach and its Millennial-Gen Z-Boomer mix, but I\u2019m not sipping that Kool-Aid. It\u2019s a fading town square, clinging to relevance while TikTok and Instagram steal the spotlight. If you\u2019re a brand chasing young adults or catching up with friends, maybe it\u2019s still your thing. Not mine.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-medium-font-size\">Hang at <a href=\"http:\/\/jasonmagro.com\">jasonmagro.com<\/a>\u2014I\u2019m building a raw, unfiltered rebellion against the digital machine, one post at a time. No suits, no scripts, just truth.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"960\" data-attachment-id=\"2852\" data-permalink=\"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/salvador-dali-clock-painting-8\/\" data-orig-file=\"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/salvador-dali-clock-painting-8.jpg?fit=640%2C960&amp;ssl=1\" data-orig-size=\"640,960\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"salvador-dali-clock-painting-8\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/salvador-dali-clock-painting-8.jpg?fit=640%2C960&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/salvador-dali-clock-painting-8.jpg?resize=640%2C960&#038;ssl=1\" alt=\"\" class=\"wp-image-2852\" srcset=\"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/salvador-dali-clock-painting-8.jpg?w=640&amp;ssl=1 640w, https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/salvador-dali-clock-painting-8.jpg?resize=200%2C300&amp;ssl=1 200w, https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/salvador-dali-clock-painting-8.jpg?resize=480%2C720&amp;ssl=1 480w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<center>\n  <a href=\"https:\/\/jasonmagro.com\/\" class=\"home-button\">Home<\/a>\n\n  <style>\n    a.home-button {\n      display: inline-block;\n      padding: 10px 20px;\n      background-color: #43609c;\n      color: #ffffff; \/* White text by default *\/\n      text-decoration: none !important; \/* Force no underline *\/\n      border-radius: 5px;\n      font-family: 'Fira Sans', sans-serif; \/* Use Fira Sans with fallback *\/\n    }\n    a.home-button:hover {\n      background-color: #43609c; \/* Same background on hover *\/\n      color: #ffffff; \/* White text on hover *\/\n      text-decoration: none !important; \/* No underline on hover *\/\n    }\n    a.home-button:visited {\n      color: #d3d3d3; \/* Light grey for visited state *\/\n      text-decoration: none !important; \/* No underline when visited *\/\n    }\n    a.home-button:active {\n      color: #ffffff; \/* White text when clicked *\/\n      text-decoration: none !important; \/* No underline when active *\/\n    }\n  <\/style>\n<\/center>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the neon-drenched wasteland of the internet, words vanish into&#8230;<\/p>\n","protected":false},"author":2,"featured_media":2816,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[57],"tags":[],"class_list":["post-2815","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-admin","wpcat-57-id"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Is this thing on..? - J&#039;s Page<\/title>\n<meta name=\"description\" content=\"Explore Facebook&#039;s 2025 demographics and why Jason Magro is ditching social media for a surreal rebellion on jasonmagro.com\u2014a wild critique of the digital wasteland.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is this thing on..? - J&#039;s Page\" \/>\n<meta property=\"og:description\" content=\"Explore Facebook&#039;s 2025 demographics and why Jason Magro is ditching social media for a surreal rebellion on jasonmagro.com\u2014a wild critique of the digital wasteland.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/\" \/>\n<meta property=\"og:site_name\" content=\"J&#039;s Page\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/jason.magro\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-13T16:15:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-09T18:39:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jason Magro\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@jmmagro\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jason Magro\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/\"},\"author\":{\"name\":\"Jason Magro\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/#\\\/schema\\\/person\\\/fc389bfa9031d1dacddd2aa2ffbfaa01\"},\"headline\":\"Is this thing on..?\",\"datePublished\":\"2021-05-13T16:15:00+00:00\",\"dateModified\":\"2025-07-09T18:39:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/\"},\"wordCount\":563,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/jasonmagro.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/facebook-melting.jpg?fit=1024%2C768&ssl=1\",\"articleSection\":[\"admin\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/\",\"url\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/\",\"name\":\"Is this thing on..? - J&#039;s Page\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/jasonmagro.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/facebook-melting.jpg?fit=1024%2C768&ssl=1\",\"datePublished\":\"2021-05-13T16:15:00+00:00\",\"dateModified\":\"2025-07-09T18:39:51+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/#\\\/schema\\\/person\\\/fc389bfa9031d1dacddd2aa2ffbfaa01\"},\"description\":\"Explore Facebook's 2025 demographics and why Jason Magro is ditching social media for a surreal rebellion on jasonmagro.com\u2014a wild critique of the digital wasteland.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/jasonmagro.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/facebook-melting.jpg?fit=1024%2C768&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/jasonmagro.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/facebook-melting.jpg?fit=1024%2C768&ssl=1\",\"width\":1024,\"height\":768,\"caption\":\"image; faccebook logo melting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/2021\\\/05\\\/13\\\/is-this-thing-on\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jasonmagro.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Is this thing on..?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/#website\",\"url\":\"https:\\\/\\\/jasonmagro.com\\\/\",\"name\":\"J&#039;s Page\",\"description\":\"Welcome to the Desert of the Surreal...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jasonmagro.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jasonmagro.com\\\/#\\\/schema\\\/person\\\/fc389bfa9031d1dacddd2aa2ffbfaa01\",\"name\":\"Jason Magro\",\"description\":\"Southern California expatriate living in the Sonoran Desert(since 2003) Navy Vet (HT2)(NCW) \u2022 Wilderness Guide \u2022 Wilderness First Responder \u2022 M.Ed.\",\"sameAs\":[\"http:\\\/\\\/jasonmagro.com\",\"https:\\\/\\\/www.facebook.com\\\/jason.magro\",\"https:\\\/\\\/www.instagram.com\\\/jasonmagro\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/jmmagro\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/jmmagro\",\"https:\\\/\\\/x.com\\\/jmmagro\"],\"url\":\"https:\\\/\\\/jasonmagro.com\\\/index.php\\\/author\\\/jmagro\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Is this thing on..? - J&#039;s Page","description":"Explore Facebook's 2025 demographics and why Jason Magro is ditching social media for a surreal rebellion on jasonmagro.com\u2014a wild critique of the digital wasteland.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/","og_locale":"en_US","og_type":"article","og_title":"Is this thing on..? - J&#039;s Page","og_description":"Explore Facebook's 2025 demographics and why Jason Magro is ditching social media for a surreal rebellion on jasonmagro.com\u2014a wild critique of the digital wasteland.","og_url":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/","og_site_name":"J&#039;s Page","article_author":"https:\/\/www.facebook.com\/jason.magro","article_published_time":"2021-05-13T16:15:00+00:00","article_modified_time":"2025-07-09T18:39:51+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg","type":"image\/jpeg"}],"author":"Jason Magro","twitter_card":"summary_large_image","twitter_creator":"@jmmagro","twitter_misc":{"Written by":"Jason Magro","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#article","isPartOf":{"@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/"},"author":{"name":"Jason Magro","@id":"https:\/\/jasonmagro.com\/#\/schema\/person\/fc389bfa9031d1dacddd2aa2ffbfaa01"},"headline":"Is this thing on..?","datePublished":"2021-05-13T16:15:00+00:00","dateModified":"2025-07-09T18:39:51+00:00","mainEntityOfPage":{"@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/"},"wordCount":563,"commentCount":0,"image":{"@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg?fit=1024%2C768&ssl=1","articleSection":["admin"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/","url":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/","name":"Is this thing on..? - J&#039;s Page","isPartOf":{"@id":"https:\/\/jasonmagro.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#primaryimage"},"image":{"@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg?fit=1024%2C768&ssl=1","datePublished":"2021-05-13T16:15:00+00:00","dateModified":"2025-07-09T18:39:51+00:00","author":{"@id":"https:\/\/jasonmagro.com\/#\/schema\/person\/fc389bfa9031d1dacddd2aa2ffbfaa01"},"description":"Explore Facebook's 2025 demographics and why Jason Magro is ditching social media for a surreal rebellion on jasonmagro.com\u2014a wild critique of the digital wasteland.","breadcrumb":{"@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#primaryimage","url":"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg?fit=1024%2C768&ssl=1","contentUrl":"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg?fit=1024%2C768&ssl=1","width":1024,"height":768,"caption":"image; faccebook logo melting"},{"@type":"BreadcrumbList","@id":"https:\/\/jasonmagro.com\/index.php\/2021\/05\/13\/is-this-thing-on\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jasonmagro.com\/"},{"@type":"ListItem","position":2,"name":"Is this thing on..?"}]},{"@type":"WebSite","@id":"https:\/\/jasonmagro.com\/#website","url":"https:\/\/jasonmagro.com\/","name":"J&#039;s Page","description":"Welcome to the Desert of the Surreal...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jasonmagro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/jasonmagro.com\/#\/schema\/person\/fc389bfa9031d1dacddd2aa2ffbfaa01","name":"Jason Magro","description":"Southern California expatriate living in the Sonoran Desert(since 2003) Navy Vet (HT2)(NCW) \u2022 Wilderness Guide \u2022 Wilderness First Responder \u2022 M.Ed.","sameAs":["http:\/\/jasonmagro.com","https:\/\/www.facebook.com\/jason.magro","https:\/\/www.instagram.com\/jasonmagro\/","https:\/\/www.linkedin.com\/in\/jmmagro\/","https:\/\/www.pinterest.com\/jmmagro","https:\/\/x.com\/jmmagro"],"url":"https:\/\/jasonmagro.com\/index.php\/author\/jmagro\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/jasonmagro.com\/wp-content\/uploads\/2025\/05\/facebook-melting.jpg?fit=1024%2C768&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/pao8nZ-Jp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/posts\/2815","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/comments?post=2815"}],"version-history":[{"count":24,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/posts\/2815\/revisions"}],"predecessor-version":[{"id":3095,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/posts\/2815\/revisions\/3095"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/media\/2816"}],"wp:attachment":[{"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/media?parent=2815"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/categories?post=2815"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jasonmagro.com\/index.php\/wp-json\/wp\/v2\/tags?post=2815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}