{"id":5085,"date":"2023-01-10T14:34:32","date_gmt":"2023-01-10T13:34:32","guid":{"rendered":"https:\/\/botnation.ai\/site\/?p=5085"},"modified":"2026-06-12T12:36:22","modified_gmt":"2026-06-12T10:36:22","slug":"history-facebook-messenger","status":"publish","type":"post","link":"https:\/\/botnation.ai\/en\/history-facebook-messenger\/","title":{"rendered":"The History of Facebook Messenger: From Facebook Chat to a Billion-User App"},"content":{"rendered":"<div class=\"bn-msgr\">\n\n  <style>\n    .bn-msgr{\n      --coral:#FA6969; --coral-d:#e24f4f;\n      --blue:#6993FF; --blue-d:#3f6df0;\n      --cream:#F2EDE0; --ink:#1a1a1a; --muted:#5b5b66;\n      --radius:18px; --radius-lg:24px;\n      --shadow:0 18px 40px -18px rgba(20,20,40,.28);\n      --shadow-sm:0 8px 22px -12px rgba(20,20,40,.25);\n      color:var(--ink);\n      font-size:1.04rem; line-height:1.75;\n    }\n    .bn-msgr *{box-sizing:border-box;}\n    .bn-msgr p{margin:0 0 1.1em;}\n    .bn-msgr h2{\n      position:relative; font-size:clamp(1.5rem,3.4vw,2.05rem);\n      line-height:1.2; margin:2.4em 0 .7em; padding-left:18px; font-weight:800;\n      letter-spacing:-.01em;\n    }\n    .bn-msgr h2::before{\n      content:\"\"; position:absolute; left:0; top:.12em; bottom:.12em; width:6px;\n      border-radius:6px; background:linear-gradient(180deg,var(--coral),var(--blue));\n    }\n    .bn-msgr h3{font-size:1.18rem; font-weight:700; margin:1.6em 0 .5em;}\n    .bn-msgr a{color:var(--blue-d); font-weight:600; text-decoration:none; border-bottom:2px solid rgba(105,147,255,.3); transition:border-color .2s, color .2s;}\n    .bn-msgr a:hover{color:var(--coral-d); border-color:var(--coral);}\n\n    \/* ---------- HERO QUICK FACTS (clean \/ editorial) ---------- *\/\n    .bn-hero{\n      position:relative; margin:1.8em 0 1.2em; padding:28px; border-radius:var(--radius-lg);\n      background:var(--cream); border:1px solid rgba(20,20,40,.06);\n      overflow:hidden; box-shadow:var(--shadow-sm);\n    }\n    .bn-hero::before{\n      content:\"\"; position:absolute; right:-50px; top:-50px; width:180px; height:180px; border-radius:50%;\n      background:radial-gradient(circle, rgba(250,105,105,.14), transparent 70%); pointer-events:none;\n    }\n    .bn-hero::after{\n      content:\"\"; position:absolute; left:-40px; bottom:-60px; width:180px; height:180px; border-radius:50%;\n      background:radial-gradient(circle, rgba(105,147,255,.14), transparent 70%); pointer-events:none;\n    }\n    .bn-hero__title{\n      display:flex; align-items:center; gap:12px; margin:0 0 18px;\n      color:var(--ink); font-weight:800; font-size:1.25rem; letter-spacing:-.01em;\n      position:relative; z-index:1;\n    }\n    .bn-hero__title span{\n      flex:0 0 auto; width:38px; height:38px; border-radius:11px; display:grid; place-items:center;\n      background:var(--coral); box-shadow:0 8px 16px -8px rgba(250,105,105,.8);\n    }\n    .bn-facts{\n      position:relative; z-index:1;\n      display:grid; grid-template-columns:repeat(2,1fr); gap:14px;\n    }\n    .bn-fact{\n      display:flex; gap:14px; align-items:flex-start; padding:16px 18px; border-radius:16px;\n      background:#fff; border:1px solid rgba(20,20,40,.06); box-shadow:var(--shadow-sm);\n      transition:transform .25s ease, box-shadow .25s ease;\n    }\n    .bn-fact:hover{transform:translateY(-3px); box-shadow:var(--shadow);}\n    .bn-fact__ic{\n      flex:0 0 auto; width:42px; height:42px; border-radius:12px; display:grid; place-items:center;\n    }\n    .bn-fact:nth-child(odd) .bn-fact__ic{background:rgba(250,105,105,.14);}\n    .bn-fact:nth-child(even) .bn-fact__ic{background:rgba(105,147,255,.14);}\n    .bn-fact__k{display:block; color:var(--muted); font-size:.76rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700;}\n    .bn-fact__v{display:block; color:var(--ink); font-weight:800; font-size:1.04rem; line-height:1.3;}\n\n    \/* ---------- CALLOUTS ---------- *\/\n    .bn-call{\n      position:relative; display:flex; gap:16px; align-items:flex-start;\n      margin:1.6em 0; padding:20px 22px 20px 20px; border-radius:var(--radius);\n      background:#fff; box-shadow:var(--shadow-sm); border:1px solid rgba(20,20,40,.06);\n      border-left:6px solid var(--blue);\n    }\n    .bn-call__ic{\n      flex:0 0 auto; width:44px; height:44px; border-radius:12px; display:grid; place-items:center;\n      background:rgba(105,147,255,.14); color:var(--blue-d);\n    }\n    .bn-call__b{flex:1; min-width:0;}\n    .bn-call__t{display:block; font-weight:800; font-size:.82rem; text-transform:uppercase; letter-spacing:.07em; margin-bottom:4px; color:var(--blue-d);}\n    .bn-call p{margin:0;}\n    .bn-call--tip{border-left-color:var(--coral); background:linear-gradient(0deg,#fff,#fff);}\n    .bn-call--tip .bn-call__ic{background:rgba(250,105,105,.14); color:var(--coral-d);}\n    .bn-call--tip .bn-call__t{color:var(--coral-d);}\n    .bn-call--note{border-left-color:#d9b14e; background:var(--cream);}\n    .bn-call--note .bn-call__ic{background:rgba(217,177,78,.18); color:#9a7611;}\n    .bn-call--note .bn-call__t{color:#9a7611;}\n    .bn-call--warn{border-left-color:var(--coral-d); background:#fff5f5;}\n    .bn-call--warn .bn-call__ic{background:rgba(226,79,79,.14); color:var(--coral-d);}\n    .bn-call--warn .bn-call__t{color:var(--coral-d);}\n\n    \/* ---------- RELEASE \/ \"3 BIRTHDAYS\" CARDS ---------- *\/\n    .bn-dates{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:1.6em 0;}\n    .bn-date{\n      position:relative; padding:22px 18px; border-radius:var(--radius); background:#fff;\n      box-shadow:var(--shadow-sm); border:1px solid rgba(20,20,40,.06); text-align:center; overflow:hidden;\n    }\n    .bn-date::before{content:\"\"; position:absolute; top:0; left:0; right:0; height:5px; background:linear-gradient(90deg,var(--coral),var(--blue));}\n    .bn-date__y{font-size:2rem; font-weight:900; letter-spacing:-.02em; background:linear-gradient(120deg,var(--coral-d),var(--blue-d)); -webkit-background-clip:text; background-clip:text; color:transparent;}\n    .bn-date__l{display:block; font-weight:700; margin:.2em 0 .3em;}\n    .bn-date__d{font-size:.92rem; color:var(--muted);}\n\n    \/* ---------- PULL QUOTE ---------- *\/\n    .bn-pull{\n      position:relative; margin:1.8em 0; padding:34px 30px 30px 70px; border-radius:var(--radius-lg);\n      background:linear-gradient(135deg,#fff, var(--cream)); box-shadow:var(--shadow-sm);\n      font-size:1.22rem; font-weight:600; line-height:1.6; font-style:italic;\n    }\n    .bn-pull::before{\n      content:\"\\201C\"; position:absolute; left:18px; top:2px; font-style:normal;\n      font-family:Georgia,'Times New Roman',serif; font-size:5.5rem; line-height:1;\n      color:var(--coral); opacity:.85;\n    }\n    .bn-pull cite{display:block; margin-top:.6em; font-size:.92rem; font-style:normal; font-weight:700; color:var(--muted);}\n\n    \/* ---------- EVOLUTION VISUAL (SVG) ---------- *\/\n    .bn-evo{\n      position:relative; margin:1.8em 0; padding:26px 26px 20px; border-radius:var(--radius-lg);\n      background:linear-gradient(135deg,#fff 0%, var(--cream) 100%);\n      border:1px solid rgba(20,20,40,.06); box-shadow:var(--shadow-sm); overflow:hidden;\n    }\n    .bn-evo::before{\n      content:\"\"; position:absolute; right:-40px; top:-40px; width:150px; height:150px; border-radius:50%;\n      background:radial-gradient(circle, rgba(105,147,255,.12), transparent 70%); pointer-events:none;\n    }\n    .bn-evo__head{\n      display:flex; align-items:center; gap:12px; margin:0 0 6px; position:relative; z-index:1;\n      font-weight:800; font-size:1.12rem; color:var(--ink); letter-spacing:-.01em;\n    }\n    .bn-evo__badge{\n      flex:0 0 auto; width:36px; height:36px; border-radius:11px; display:grid; place-items:center;\n      background:var(--coral); box-shadow:0 8px 16px -8px rgba(250,105,105,.8);\n    }\n    .bn-evo__svg{display:block; width:100%; height:auto; margin:6px auto 0; max-width:640px;}\n    .bn-evo__cap{margin:8px 0 0; text-align:center; font-size:.93rem; color:var(--muted); position:relative; z-index:1;}\n\n    \/* ---------- TIMELINE ---------- *\/\n    .bn-tl{position:relative; margin:1.8em 0; padding:4px 0 4px 0; list-style:none;}\n    .bn-tl::before{content:\"\"; position:absolute; left:21px; top:6px; bottom:6px; width:3px; border-radius:3px; background:linear-gradient(180deg,var(--coral),var(--blue));}\n    .bn-tl li{position:relative; padding:0 0 22px 60px; min-height:46px;}\n    .bn-tl li:last-child{padding-bottom:0;}\n    .bn-tl .bn-tl__dot{\n      position:absolute; left:8px; top:0; width:30px; height:30px; border-radius:50%;\n      background:#fff; border:3px solid var(--blue); display:grid; place-items:center;\n      font-size:.7rem; font-weight:800; color:var(--blue-d); box-shadow:0 4px 10px -4px rgba(0,0,0,.3);\n    }\n    .bn-tl li:nth-child(odd) .bn-tl__dot{border-color:var(--coral); color:var(--coral-d);}\n    .bn-tl .bn-tl__y{font-weight:800; color:var(--ink); margin-right:6px;}\n\n    \/* ---------- FEATURE GRID ---------- *\/\n    .bn-feats{display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin:1.6em 0;}\n    .bn-feat{\n      padding:20px; border-radius:var(--radius); background:#fff; box-shadow:var(--shadow-sm);\n      border:1px solid rgba(20,20,40,.06); transition:transform .25s ease, box-shadow .25s ease;\n    }\n    .bn-feat:hover{transform:translateY(-4px); box-shadow:var(--shadow);}\n    .bn-feat__ic{width:46px; height:46px; border-radius:14px; display:grid; place-items:center; margin-bottom:12px; background:linear-gradient(135deg,rgba(250,105,105,.16),rgba(105,147,255,.16)); color:var(--coral-d);}\n    .bn-feat h3{margin:.1em 0 .35em; font-size:1.06rem;}\n    .bn-feat p{margin:0; font-size:.96rem; color:var(--muted);}\n\n    \/* ---------- STATS ---------- *\/\n    .bn-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:1.6em 0;}\n    .bn-stat{padding:22px 16px; border-radius:var(--radius); text-align:center; color:#fff; box-shadow:var(--shadow-sm);}\n    .bn-stat:nth-child(1){background:linear-gradient(135deg,var(--coral),#ff8f8f);}\n    .bn-stat:nth-child(2){background:linear-gradient(135deg,var(--blue),#8fb0ff);}\n    .bn-stat:nth-child(3){background:linear-gradient(135deg,#2b2b3a,#4a4a63);}\n    .bn-stat__n{font-size:2rem; font-weight:900; line-height:1; letter-spacing:-.02em;}\n    .bn-stat__l{display:block; margin-top:8px; font-size:.86rem; opacity:.95; font-weight:600;}\n\n    \/* ---------- COMPARISON (social media?) ---------- *\/\n    .bn-vs{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:1.6em 0;}\n    .bn-vs__card{padding:20px; border-radius:var(--radius); background:#fff; box-shadow:var(--shadow-sm); border:1px solid rgba(20,20,40,.06);}\n    .bn-vs__h{display:flex; align-items:center; gap:10px; font-weight:800; margin-bottom:10px;}\n    .bn-vs__card--yes .bn-vs__h{color:var(--blue-d);}\n    .bn-vs__card--no .bn-vs__h{color:var(--coral-d);}\n    .bn-vs ul{margin:0; padding-left:1.1em;}\n    .bn-vs li{margin:.25em 0; font-size:.96rem;}\n\n    \/* ---------- FAQ ACCORDION ---------- *\/\n    .bn-faq{margin:1.4em 0;}\n    .bn-faq details{\n      background:#fff; border:1px solid rgba(20,20,40,.08); border-radius:14px; margin:0 0 12px;\n      box-shadow:var(--shadow-sm); overflow:hidden; transition:border-color .2s;\n    }\n    .bn-faq details[open]{border-color:var(--blue);}\n    .bn-faq summary{\n      list-style:none; cursor:pointer; padding:18px 56px 18px 20px; position:relative;\n      font-weight:700; font-size:1.04rem; color:var(--ink);\n    }\n    .bn-faq summary::-webkit-details-marker{display:none;}\n    .bn-faq summary::after{\n      content:\"\"; position:absolute; right:20px; top:50%; width:20px; height:20px; margin-top:-10px;\n      background:no-repeat center\/contain url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%233f6df0' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'\/%3E%3C\/svg%3E\");\n      transition:transform .3s ease;\n    }\n    .bn-faq details[open] summary::after{transform:rotate(135deg);}\n    .bn-faq summary:hover{color:var(--blue-d);}\n    .bn-faq__a{padding:0 20px 18px; color:var(--muted);}\n    .bn-faq__a p{margin:0;}\n\n    \/* ---------- CTA ---------- *\/\n    .bn-cta{\n      position:relative; margin:2em 0 1em; border-radius:var(--radius-lg); overflow:hidden;\n      background:#fff; border:1px solid rgba(20,20,40,.08); box-shadow:var(--shadow);\n      display:flex; align-items:stretch;\n    }\n    .bn-cta__art{\n      flex:0 0 130px; position:relative; display:grid; place-items:center;\n      background:var(--coral); overflow:hidden;\n    }\n    .bn-cta__art::before{\n      content:\"\"; position:absolute; right:-30px; bottom:-30px; width:120px; height:120px; border-radius:50%;\n      background:rgba(255,255,255,.16);\n    }\n    .bn-cta__art::after{\n      content:\"\"; position:absolute; left:-24px; top:-24px; width:80px; height:80px; border-radius:50%;\n      background:rgba(255,255,255,.12);\n    }\n    .bn-cta__art svg{position:relative; z-index:1;}\n    .bn-cta__body{padding:26px 30px;}\n    .bn-cta h3{margin:0 0 .35em; font-size:1.35rem; color:var(--ink);}\n    .bn-cta p{margin:0 0 1.1em; color:var(--muted);}\n    .bn-cta__btn{\n      display:inline-flex; align-items:center; gap:9px; padding:14px 26px; border-radius:999px;\n      background:var(--coral); color:#fff!important; font-weight:800; border-bottom:none;\n      box-shadow:0 12px 22px -10px rgba(250,105,105,.85); transition:transform .2s, box-shadow .2s, background .2s;\n    }\n    .bn-cta__btn:hover{transform:translateY(-2px); background:var(--coral-d); color:#fff!important; box-shadow:0 16px 28px -10px rgba(226,79,79,.9);}\n\n    \/* ---------- ANIMATIONS ---------- *\/\n    @keyframes bn-rise{from{opacity:0; transform:translateY(16px);} to{opacity:1; transform:none;}}\n    .bn-msgr .bn-hero,.bn-msgr .bn-call,.bn-msgr .bn-date,.bn-msgr .bn-feat,\n    .bn-msgr .bn-stat,.bn-msgr .bn-pull,.bn-msgr .bn-tl li,.bn-msgr .bn-evo{\n      animation:bn-rise .6s ease both;\n    }\n\n    \/* ---------- RESPONSIVE ---------- *\/\n    @media(max-width:720px){\n      .bn-facts,.bn-dates,.bn-feats,.bn-stats,.bn-vs{grid-template-columns:1fr;}\n      .bn-hero{padding:22px;}\n      .bn-cta{flex-direction:column;}\n      .bn-cta__art{flex-basis:auto; padding:24px 0;}\n      .bn-cta__body{padding:24px;}\n      .bn-pull{padding:30px 22px 24px 56px; font-size:1.1rem;}\n      .bn-pull::before{font-size:4.2rem; left:12px;}\n    }\n    @media(prefers-reduced-motion:reduce){\n      .bn-msgr *{animation:none!important; transition:none!important;}\n    }\n  <\/style>\n\n  <!-- ===== INTRO ===== -->\n  <p>Facebook Messenger is now one of the most popular apps in the world. More than a billion people use it every month to keep in touch and organize their personal and professional lives. But it wasn\u2019t always this way.<\/p>\n  <p>So <strong>who created Facebook Messenger, when was it released, and how did it grow<\/strong> from a simple chat box inside a social network into a standalone messaging giant? Here is the complete history.<\/p>\n\n  <!-- ===== HERO QUICK FACTS (glassmorphism) ===== -->\n  <div class=\"bn-hero\">\n    <div class=\"bn-hero__title\">\n      <span><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2 3 14h7l-1 8 10-12h-7l1-8z\"><\/path><\/svg><\/span>\n      Messenger in a nutshell\n    <\/div>\n    <div class=\"bn-facts\">\n      <div class=\"bn-fact\">\n        <span class=\"bn-fact__ic\">\n          <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3f6df0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"><\/rect><path d=\"M16 2v4M8 2v4M3 10h18\"><\/path><\/svg>\n        <\/span>\n        <span><span class=\"bn-fact__k\">Released<\/span><span class=\"bn-fact__v\">Chat in 2008 \u00b7 App on Aug 9, 2011<\/span><\/span>\n      <\/div>\n      <div class=\"bn-fact\">\n        <span class=\"bn-fact__ic\">\n          <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#e24f4f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n        <\/span>\n        <span><span class=\"bn-fact__k\">Created by<\/span><span class=\"bn-fact__v\">Facebook (Zuckerberg), built on Beluga<\/span><\/span>\n      <\/div>\n      <div class=\"bn-fact\">\n        <span class=\"bn-fact__ic\">\n          <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#3f6df0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21h18M5 21V7l8-4 8 4v14M9 9h.01M9 13h.01M9 17h.01M15 9h.01M15 13h.01M15 17h.01\"><\/path><\/svg>\n        <\/span>\n        <span><span class=\"bn-fact__k\">Owned by<\/span><span class=\"bn-fact__v\">Meta Platforms (since 2021)<\/span><\/span>\n      <\/div>\n      <div class=\"bn-fact\">\n        <span class=\"bn-fact__ic\">\n          <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#e24f4f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path><\/svg>\n        <\/span>\n        <span><span class=\"bn-fact__k\">Users<\/span><span class=\"bn-fact__v\">1 billion+ monthly worldwide<\/span><\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ===== WHEN RELEASED ===== -->\n  <div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Summary<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #3d351f;color:#3d351f\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #3d351f;color:#3d351f\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#When_was_Facebook_Messenger_released\" >When was Facebook Messenger released?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Who_created_Facebook_Messenger\" >Who created Facebook Messenger?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#The_beginning_Facebook_and_Facebook_Chat\" >The beginning: Facebook and Facebook Chat<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#The_birth_of_the_standalone_Messenger_app\" >The birth of the standalone Messenger app<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#The_evolution_of_Messenger_a_timeline_of_key_milestones\" >The evolution of Messenger: a timeline of key milestones<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#More_than_a_messaging_app_chatbots_payments_and_integrations\" >More than a messaging app: chatbots, payments and integrations<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Third-party_integrations\" >Third-party integrations<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#AI_smart_replies\" >AI &amp; smart replies<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Payments\" >Payments<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Chatbots_for_business\" >Chatbots for business<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Messenger_today_who_owns_it_and_how_it_works_in_2026\" >Messenger today: who owns it and how it works in 2026<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Is_Messenger_a_social_media_app\" >Is Messenger a social media app?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#How_old_is_Facebook_Messenger\" >How old is Facebook Messenger?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-14\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Frequently_asked_questions_about_Facebook_Messenger\" >Frequently asked questions about Facebook Messenger<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-15\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Conclusion\" >Conclusion<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-16\" href=\"https:\/\/botnation.ai\/en\/history-facebook-messenger\/#Turn_a_billion_users_into_customers\" >Turn a billion users into customers<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"When_was_Facebook_Messenger_released\"><\/span>When was Facebook Messenger released?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>Facebook Messenger has three \u201cbirthdays,\u201d depending on how you count it:<\/p>\n\n  <div class=\"bn-dates\">\n    <div class=\"bn-date\">\n      <div class=\"bn-date__y\">2008<\/div>\n      <span class=\"bn-date__l\">Facebook Chat<\/span>\n      <span class=\"bn-date__d\">Instant messaging added inside the website \u2014 the seed of Messenger.<\/span>\n    <\/div>\n    <div class=\"bn-date\">\n      <div class=\"bn-date__y\">2010<\/div>\n      <span class=\"bn-date__l\">Facebook Messages<\/span>\n      <span class=\"bn-date__d\">Chat, email and texts merged into one unified inbox.<\/span>\n    <\/div>\n    <div class=\"bn-date\">\n      <div class=\"bn-date__y\">2011<\/div>\n      <span class=\"bn-date__l\">Standalone app<\/span>\n      <span class=\"bn-date__d\">The iOS &amp; Android Messenger app launches on August 9.<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"bn-call bn-call--note\">\n    <span class=\"bn-call__ic\">\n      <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 16v-4M12 8h.01\"><\/path><\/svg>\n    <\/span>\n    <div class=\"bn-call__b\">\n      <span class=\"bn-call__t\">Good to know<\/span>\n      <p>If someone asks <strong>\u201cwhen did Messenger come out?\u201d<\/strong>, the most accurate answer is <strong>2011<\/strong> for the app you know today, and <strong>2008<\/strong> for the original messaging feature.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- ===== WHO CREATED ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"Who_created_Facebook_Messenger\"><\/span>Who created Facebook Messenger?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>This is one of the most common questions about Messenger \u2014 and the answer has two layers.<\/p>\n  <p><strong>The company:<\/strong> Messenger was created by <strong>Facebook<\/strong>, the social network founded in 2004 by <strong>Mark Zuckerberg<\/strong> with co-founders Dustin Moskovitz, Chris Hughes and Eduardo Saverin. Messenger is a Facebook product, so in that sense Zuckerberg and Facebook \u201cinvented\u201d Messenger.<\/p>\n  <p><strong>The team behind the app:<\/strong> The standalone Messenger app wasn\u2019t built from scratch. In <strong>March 2011<\/strong>, Facebook acquired a small group-messaging startup called <strong>Beluga<\/strong>, founded in December 2010 by three former Google engineers \u2014 <strong>Lucy Zhang, Ben Davenport and Jonathan Perlow<\/strong>. Facebook wanted both their technology and their talent. Just five months later, the same Beluga team led the development of Facebook Messenger, which launched in August 2011 and reused much of Beluga\u2019s design and functionality. Beluga itself was shut down in November 2011 once Messenger took over.<\/p>\n\n  <div class=\"bn-call bn-call--tip\">\n    <span class=\"bn-call__ic\">\n      <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18h6M10 22h4M12 2a7 7 0 0 0-4 12.7c.6.5 1 1.3 1 2.1h6c0-.8.4-1.6 1-2.1A7 7 0 0 0 12 2z\"><\/path><\/svg>\n    <\/span>\n    <div class=\"bn-call__b\">\n      <span class=\"bn-call__t\">Did you know?<\/span>\n      <p>Lucy Zhang, co-founder of Beluga, is sometimes nicknamed the <strong>\u201cmother of Messenger.\u201d<\/strong> The app millions use every day grew out of a startup that was barely a few months old when Facebook bought it.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"bn-pull\">\n    When people ask \u201cwho invented Messenger,\u201d the real story is a Facebook product, powered by Mark Zuckerberg\u2019s company, and built by the ex-Google founders of Beluga.\n    <cite>\u2014 The short answer, in one sentence<\/cite>\n  <\/div>\n\n  <!-- ===== THE BEGINNING ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"The_beginning_Facebook_and_Facebook_Chat\"><\/span>The beginning: Facebook and Facebook Chat<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>To understand Messenger, you have to start with Facebook itself.<\/p>\n\n  <div class=\"bn-evo\">\n    <div class=\"bn-evo__head\">\n      <span class=\"bn-evo__badge\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2 3 14h7l-1 8 10-12h-7l1-8z\"><\/path><\/svg><\/span>\n      The evolution of Facebook Messenger\n    <\/div>\n    <svg class=\"bn-evo__svg\" viewbox=\"0 0 640 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"From Facebook Chat in 2008 to a standalone app in 2011 to today's encrypted, global Messenger\">\n      <defs>\n        <lineargradient id=\"bnEvoLine\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\n          <stop offset=\"0\" stop-color=\"#6993FF\"><\/stop>\n          <stop offset=\"1\" stop-color=\"#FA6969\"><\/stop>\n        <\/lineargradient>\n      <\/defs>\n\n      <!-- connectors -->\n      <path d=\"M180 100 H236\" fill=\"none\" stroke=\"url(#bnEvoLine)\" stroke-width=\"3\" stroke-dasharray=\"2 8\" stroke-linecap=\"round\"><\/path>\n      <path d=\"M231 94 l7 6 -7 6\" fill=\"none\" stroke=\"#6e83d8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n      <path d=\"M404 100 H460\" fill=\"none\" stroke=\"url(#bnEvoLine)\" stroke-width=\"3\" stroke-dasharray=\"2 8\" stroke-linecap=\"round\"><\/path>\n      <path d=\"M455 94 l7 6 -7 6\" fill=\"none\" stroke=\"#d96a6a\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n      <!-- STEP 1 &mdash; 2008 Facebook Chat -->\n      <g>\n        <rect x=\"20\" y=\"30\" width=\"160\" height=\"140\" rx=\"18\" fill=\"#fff\" stroke=\"rgba(20,20,40,.08)\"><\/rect>\n        <rect x=\"20\" y=\"30\" width=\"160\" height=\"6\" rx=\"3\" fill=\"#6993FF\"><\/rect>\n        <circle cx=\"100\" cy=\"74\" r=\"27\" fill=\"rgba(105,147,255,.14)\"><\/circle>\n        <g transform=\"translate(88,62)\" fill=\"none\" stroke=\"#3f6df0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"><\/rect>\n          <path d=\"M8 21h8M12 17v4\"><\/path>\n          <path d=\"M7 8h10M7 11h6\"><\/path>\n        <\/g>\n        <text x=\"100\" y=\"128\" text-anchor=\"middle\" font-family=\"Arial,Helvetica,sans-serif\" font-size=\"22\" font-weight=\"800\" fill=\"#1a1a1a\">2008<\/text>\n        <text x=\"100\" y=\"150\" text-anchor=\"middle\" font-family=\"Arial,Helvetica,sans-serif\" font-size=\"12\" font-weight=\"600\" fill=\"#5b5b66\">Facebook Chat<\/text>\n      <\/g>\n\n      <!-- STEP 2 &mdash; 2011 Standalone app -->\n      <g>\n        <rect x=\"243\" y=\"30\" width=\"160\" height=\"140\" rx=\"18\" fill=\"#fff\" stroke=\"rgba(20,20,40,.08)\"><\/rect>\n        <rect x=\"243\" y=\"30\" width=\"160\" height=\"6\" rx=\"3\" fill=\"#FA6969\"><\/rect>\n        <circle cx=\"323\" cy=\"74\" r=\"27\" fill=\"rgba(250,105,105,.14)\"><\/circle>\n        <g transform=\"translate(311,62)\" fill=\"none\" stroke=\"#e24f4f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M12 2C6.5 2 2 5.9 2 10.7c0 2.7 1.3 5.1 3.4 6.6V22l3.7-2c1 .3 2 .4 2.9.4 5.5 0 10-3.9 10-8.7S17.5 2 12 2z\"><\/path>\n          <path d=\"M6.5 13.2l4-4 2.3 2.3 4.6-3.8\"><\/path>\n        <\/g>\n        <text x=\"323\" y=\"128\" text-anchor=\"middle\" font-family=\"Arial,Helvetica,sans-serif\" font-size=\"22\" font-weight=\"800\" fill=\"#1a1a1a\">2011<\/text>\n        <text x=\"323\" y=\"150\" text-anchor=\"middle\" font-family=\"Arial,Helvetica,sans-serif\" font-size=\"12\" font-weight=\"600\" fill=\"#5b5b66\">Standalone app<\/text>\n      <\/g>\n\n      <!-- STEP 3 &mdash; Today: encrypted & global -->\n      <g>\n        <rect x=\"460\" y=\"30\" width=\"160\" height=\"140\" rx=\"18\" fill=\"#fff\" stroke=\"rgba(20,20,40,.08)\"><\/rect>\n        <rect x=\"460\" y=\"30\" width=\"160\" height=\"6\" rx=\"3\" fill=\"url(#bnEvoLine)\"><\/rect>\n        <circle cx=\"540\" cy=\"74\" r=\"27\" fill=\"rgba(105,147,255,.14)\"><\/circle>\n        <g transform=\"translate(528,62)\" fill=\"none\" stroke=\"#3f6df0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"4\" y=\"10\" width=\"16\" height=\"11\" rx=\"2.5\"><\/rect>\n          <path d=\"M7.5 10V7.5a4.5 4.5 0 0 1 9 0V10\"><\/path>\n          <path d=\"M12 14.5v2.5\"><\/path>\n        <\/g>\n        <text x=\"540\" y=\"128\" text-anchor=\"middle\" font-family=\"Arial,Helvetica,sans-serif\" font-size=\"22\" font-weight=\"800\" fill=\"#1a1a1a\">Today<\/text>\n        <text x=\"540\" y=\"150\" text-anchor=\"middle\" font-family=\"Arial,Helvetica,sans-serif\" font-size=\"12\" font-weight=\"600\" fill=\"#5b5b66\">Encrypted &amp; global<\/text>\n      <\/g>\n    <\/svg>\n    <p class=\"bn-evo__cap\">From a chat box inside Facebook (2008) to a standalone app (2011), and now a billion-user, end-to-end encrypted messenger.<\/p>\n  <\/div>\n\n  <p>Facebook was created in <strong>2004<\/strong> by Mark Zuckerberg and his co-founders to help Harvard students connect and share photos and information. The idea spread quickly \u2014 first to other universities, then to companies and finally to users worldwide. In less than two years, Facebook had reached <strong>100 million users<\/strong>, and it never stopped growing.<\/p>\n  <p>As the network exploded, people wanted to do more than post on each other\u2019s walls \u2014 they wanted to talk privately, in real time. Facebook answered that need in <strong>2008 with Facebook Chat<\/strong>, a simple instant-messaging tool built into the website. It was an immediate hit, and it made clear that messaging deserved a product of its own.<\/p>\n\n  <!-- ===== BIRTH OF STANDALONE APP ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"The_birth_of_the_standalone_Messenger_app\"><\/span>The birth of the standalone Messenger app<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>By 2011, smartphones had changed everything. People no longer wanted to open a browser to chat \u2014 they wanted messaging in their pocket. So Facebook spun its chat feature out into a dedicated, <strong>independent mobile app: Facebook Messenger<\/strong>, launched on <strong>August 9, 2011<\/strong> and built on the Beluga technology described above.<\/p>\n  <p>With the new app, users could send instant messages, photos and videos directly from their phones, even to friends who weren\u2019t online at that moment.<\/p>\n\n  <div class=\"bn-call bn-call--warn\">\n    <span class=\"bn-call__ic\">\n      <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.3 3.9 1.8 18a2 2 0 0 0 1.7 3h17a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z\"><\/path><path d=\"M12 9v4M12 17h.01\"><\/path><\/svg>\n    <\/span>\n    <div class=\"bn-call__b\">\n      <span class=\"bn-call__t\">The 2014 turning point<\/span>\n      <p>In <strong>2014<\/strong>, Facebook removed chat from its main mobile app and <em>required<\/em> users to download Messenger separately. The move frustrated many at first \u2014 but it turbocharged Messenger\u2019s growth and turned it into a true standalone platform.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- ===== TIMELINE ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"The_evolution_of_Messenger_a_timeline_of_key_milestones\"><\/span>The evolution of Messenger: a timeline of key milestones<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>Messenger has changed enormously over the years. Here is how it evolved:<\/p>\n\n  <ol class=\"bn-tl\">\n    <li><span class=\"bn-tl__dot\">08<\/span><span class=\"bn-tl__y\">2008 \u2014<\/span> Facebook Chat launches inside the website.<\/li>\n    <li><span class=\"bn-tl__dot\">10<\/span><span class=\"bn-tl__y\">2010 \u2014<\/span> Facebook Messages unifies chat, email and SMS.<\/li>\n    <li><span class=\"bn-tl__dot\">11<\/span><span class=\"bn-tl__y\">2011 \u2014<\/span> The standalone Messenger app launches (August 9), built on Beluga.<\/li>\n    <li><span class=\"bn-tl__dot\">14<\/span><span class=\"bn-tl__y\">2014 \u2014<\/span> Chat leaves the main Facebook app; Messenger becomes a separate must-have download.<\/li>\n    <li><span class=\"bn-tl__dot\">15<\/span><span class=\"bn-tl__y\">2015 \u2014<\/span> Messenger opens to businesses and adds peer-to-peer payments in the US.<\/li>\n    <li><span class=\"bn-tl__dot\">16<\/span><span class=\"bn-tl__y\">2016 \u2014<\/span> The Messenger Platform and chatbots launch; Messenger passes 1 billion users.<\/li>\n    <li><span class=\"bn-tl__dot\">17<\/span><span class=\"bn-tl__y\">2017 \u2014<\/span> Messenger Day (Stories) and group features expand.<\/li>\n    <li><span class=\"bn-tl__dot\">20<\/span><span class=\"bn-tl__y\">2020 \u2014<\/span> New logo and cross-app messaging with Instagram.<\/li>\n    <li><span class=\"bn-tl__dot\">21<\/span><span class=\"bn-tl__y\">2021 \u2014<\/span> Facebook\u2019s parent company is renamed Meta Platforms.<\/li>\n    <li><span class=\"bn-tl__dot\">23<\/span><span class=\"bn-tl__y\">2023 \u2014<\/span> Default end-to-end encryption begins rolling out for personal chats and calls.<\/li>\n    <li><span class=\"bn-tl__dot\">24<\/span><span class=\"bn-tl__y\">2024+ \u2014<\/span> Encryption becomes the default everywhere, with editable and disappearing messages.<\/li>\n  <\/ol>\n\n  <!-- ===== MORE THAN MESSAGING ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"More_than_a_messaging_app_chatbots_payments_and_integrations\"><\/span>More than a messaging app: chatbots, payments and integrations<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>Over time, Facebook turned Messenger into a full platform, not just a chat window.<\/p>\n\n  <div class=\"bn-feats\">\n    <div class=\"bn-feat\">\n      <span class=\"bn-feat__ic\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 18V5l12-2v13\"><\/path><circle cx=\"6\" cy=\"18\" r=\"3\"><\/circle><circle cx=\"18\" cy=\"16\" r=\"3\"><\/circle><\/svg><\/span>\n      <h3><span class=\"ez-toc-section\" id=\"Third-party_integrations\"><\/span>Third-party integrations<span class=\"ez-toc-section-end\"><\/span><\/h3>\n      <p>Share music and content from apps like Spotify and Pinterest without leaving a conversation.<\/p>\n    <\/div>\n    <div class=\"bn-feat\">\n      <span class=\"bn-feat__ic\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2a5 5 0 0 1 5 5c0 2-1 3-1 5h-8c0-2-1-3-1-5a5 5 0 0 1 5-5zM9 17h6M10 21h4\"><\/path><\/svg><\/span>\n      <h3><span class=\"ez-toc-section\" id=\"AI_smart_replies\"><\/span>AI &amp; smart replies<span class=\"ez-toc-section-end\"><\/span><\/h3>\n      <p>Artificial-intelligence tools suggest quick replies and tips, making chats faster and smoother.<\/p>\n    <\/div>\n    <div class=\"bn-feat\">\n      <span class=\"bn-feat__ic\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"><\/rect><path d=\"M2 10h20M6 15h4\"><\/path><\/svg><\/span>\n      <h3><span class=\"ez-toc-section\" id=\"Payments\"><\/span>Payments<span class=\"ez-toc-section-end\"><\/span><\/h3>\n      <p>Send money to friends and contacts in seconds \u2014 now live in several countries.<\/p>\n    <\/div>\n    <div class=\"bn-feat\">\n      <span class=\"bn-feat__ic\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"7\" width=\"18\" height=\"13\" rx=\"2\"><\/rect><path d=\"M8 7V5a4 4 0 0 1 8 0v2M9 13h.01M15 13h.01M9 17h6\"><\/path><\/svg><\/span>\n      <h3><span class=\"ez-toc-section\" id=\"Chatbots_for_business\"><\/span>Chatbots for business<span class=\"ez-toc-section-end\"><\/span><\/h3>\n      <p>Since 2016, companies can deploy automated assistants that answer questions and take orders 24\/7.<\/p>\n    <\/div>\n  <\/div>\n\n  <p>That last point is the biggest shift for businesses. A well-built <a href=\"https:\/\/botnation.ai\/en\/messenger\/\">Messenger chatbot<\/a> can answer customer questions, qualify leads, take orders and automate support around the clock \u2014 no coding required with a platform like Botnation. You can even <a href=\"https:\/\/botnation.ai\/en\/chatbot-en\/\">create a chatbot<\/a> for <a href=\"https:\/\/botnation.ai\/en\/whatsapp\/\">Messenger or WhatsApp<\/a> in minutes.<\/p>\n\n  <!-- ===== MESSENGER TODAY ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"Messenger_today_who_owns_it_and_how_it_works_in_2026\"><\/span>Messenger today: who owns it and how it works in 2026<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>Today, Facebook Messenger is owned by <strong>Meta Platforms<\/strong>, the company formerly known as Facebook Inc., which renamed itself <strong>Meta in October 2021<\/strong> to reflect its broader focus beyond the original social network. Meta also owns Facebook, Instagram and WhatsApp, and has been weaving these messaging products closer together.<\/p>\n\n  <div class=\"bn-stats\">\n    <div class=\"bn-stat\"><div class=\"bn-stat__n\">2011<\/div><span class=\"bn-stat__l\">Standalone app launch<\/span><\/div>\n    <div class=\"bn-stat\"><div class=\"bn-stat__n\">1B+<\/div><span class=\"bn-stat__l\">Monthly active users<\/span><\/div>\n    <div class=\"bn-stat\"><div class=\"bn-stat__n\">2021<\/div><span class=\"bn-stat__l\">Facebook becomes Meta<\/span><\/div>\n  <\/div>\n\n  <div class=\"bn-call\">\n    <span class=\"bn-call__ic\">\n      <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><\/svg>\n    <\/span>\n    <div class=\"bn-call__b\">\n      <span class=\"bn-call__t\">Important \u2014 privacy<\/span>\n      <p>Since <strong>December 2023<\/strong>, Meta has made <strong>end-to-end encryption the default<\/strong> for personal chats and calls on Messenger: only you and the person you\u2019re talking to can read your messages. Encrypted chats also unlock editing, higher-quality media and disappearing messages.<\/p>\n    <\/div>\n  <\/div>\n\n  <p>With <strong>over a billion monthly active users<\/strong>, Messenger remains one of the most-used communication apps on the planet \u2014 and one of the most important channels for businesses to reach their customers.<\/p>\n\n  <!-- ===== IS IT SOCIAL MEDIA ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"Is_Messenger_a_social_media_app\"><\/span>Is Messenger a social media app?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>Strictly speaking, <strong>Messenger is a messaging app, not a social network<\/strong>. You don\u2019t post public content or build a public feed inside Messenger the way you do on Facebook or Instagram. Instead, it\u2019s a private communication tool for one-to-one and group conversations.<\/p>\n\n  <div class=\"bn-vs\">\n    <div class=\"bn-vs__card bn-vs__card--no\">\n      <div class=\"bn-vs__h\">\n        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><path d=\"M18 6 6 18M6 6l12 12\"><\/path><\/svg>\n        Not really a social network\n      <\/div>\n      <ul>\n        <li>No public profile feed<\/li>\n        <li>No public posts or likes<\/li>\n        <li>Built for private conversations<\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"bn-vs__card bn-vs__card--yes\">\n      <div class=\"bn-vs__h\">\n        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"><\/path><\/svg>\n        Part of a social ecosystem\n      <\/div>\n      <ul>\n        <li>Owned by Meta<\/li>\n        <li>Linked to your Facebook account<\/li>\n        <li>Connected to Instagram chats<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <!-- ===== HOW OLD ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"How_old_is_Facebook_Messenger\"><\/span>How old is Facebook Messenger?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>If you count from the standalone app, Messenger launched in <strong>2011<\/strong>, which makes it about <strong>15 years old in 2026<\/strong>. If you count from the original Facebook Chat feature, it dates back to <strong>2008<\/strong> \u2014 roughly <strong>18 years<\/strong>. Either way, Messenger has been a fixture of online communication for over a decade and a half.<\/p>\n\n  <div class=\"bn-call bn-call--note\">\n    <span class=\"bn-call__ic\">\n      <svg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 11l3 3L22 4M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path><\/svg>\n    <\/span>\n    <div class=\"bn-call__b\">\n      <span class=\"bn-call__t\">Key takeaway<\/span>\n      <p>Messenger = a Facebook product, <strong>born as Chat in 2008<\/strong>, launched as a <strong>standalone app in 2011<\/strong> (built on Beluga), now <strong>owned by Meta<\/strong> with <strong>1 billion+ users<\/strong> and default encryption.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- ===== FAQ ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"Frequently_asked_questions_about_Facebook_Messenger\"><\/span>Frequently asked questions about Facebook Messenger<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <div class=\"bn-faq\">\n    <details open>\n      <summary>Who invented Facebook Messenger?<\/summary>\n      <div class=\"bn-faq__a\"><p>Messenger is a Facebook product created under Mark Zuckerberg\u2019s company. The standalone app was built by the team behind Beluga \u2014 ex-Google engineers Lucy Zhang, Ben Davenport and Jonathan Perlow \u2014 after Facebook acquired their startup in 2011.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>When was Facebook Messenger created?<\/summary>\n      <div class=\"bn-faq__a\"><p>Facebook Chat launched in 2008, and the standalone Messenger app was released on August 9, 2011.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>What is Messenger\u2019s initial release date?<\/summary>\n      <div class=\"bn-faq__a\"><p>The standalone Messenger app\u2019s initial release date is August 9, 2011.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Who owns Messenger now?<\/summary>\n      <div class=\"bn-faq__a\"><p>Messenger is owned by Meta Platforms, the parent company formerly called Facebook Inc., which was renamed Meta in October 2021.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>How many people use Facebook Messenger?<\/summary>\n      <div class=\"bn-faq__a\"><p>Messenger has over 1 billion monthly active users worldwide.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>How old is Messenger?<\/summary>\n      <div class=\"bn-faq__a\"><p>The standalone app is about 15 years old (launched 2011); the original chat feature dates back to 2008.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Is Messenger a social media platform?<\/summary>\n      <div class=\"bn-faq__a\"><p>No \u2014 Messenger is a private messaging app, though it\u2019s part of Meta\u2019s social-media ecosystem and is linked to Facebook and Instagram.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Are Messenger conversations encrypted?<\/summary>\n      <div class=\"bn-faq__a\"><p>Yes. Since December 2023, personal chats and calls on Messenger are protected by end-to-end encryption by default.<\/p><\/div>\n    <\/details>\n  <\/div>\n\n  <!-- ===== CONCLUSION ===== -->\n  <h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n  <p>Facebook Messenger has come a long way \u2014 from a basic chat box added to Facebook in 2008, to a standalone app built on Beluga technology in 2011, to a billion-user, end-to-end encrypted platform owned by Meta. Along the way it gained payments, games, AI features and business chatbots, becoming far more than a simple messaging tool.<\/p>\n  <p>And there\u2019s more to come: Meta continues to update Messenger and tie it ever closer to Facebook and Instagram. Curious about what\u2019s next? Here\u2019s <a href=\"https:\/\/botnation.ai\/en\/facebook-new-functionality-personalize-feed\/\">how Facebook keeps updating Messenger and its feed<\/a>.<\/p>\n\n  <!-- ===== CTA ===== -->\n  <div class=\"bn-cta\">\n    <div class=\"bn-cta__art\">\n      <svg width=\"58\" height=\"58\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <rect x=\"4\" y=\"8\" width=\"16\" height=\"11\" rx=\"3\"><\/rect>\n        <path d=\"M12 8V4M12 4h-1.5M12 4h1.5\"><\/path><circle cx=\"12\" cy=\"3\" r=\"1.4\" fill=\"#fff\" stroke=\"none\"><\/circle>\n        <path d=\"M4 12H2.5M20 12h1.5\"><\/path>\n        <circle cx=\"9.5\" cy=\"13\" r=\"1.1\" fill=\"#fff\" stroke=\"none\"><\/circle>\n        <circle cx=\"14.5\" cy=\"13\" r=\"1.1\" fill=\"#fff\" stroke=\"none\"><\/circle>\n        <path d=\"M9.5 16h5\"><\/path>\n      <\/svg>\n    <\/div>\n    <div class=\"bn-cta__body\">\n      <h3><span class=\"ez-toc-section\" id=\"Turn_a_billion_users_into_customers\"><\/span>Turn a billion users into customers<span class=\"ez-toc-section-end\"><\/span><\/h3>\n      <p>Build your own Messenger chatbot with Botnation \u2014 no code, ready in minutes.<\/p>\n      <a class=\"bn-cta__btn\" href=\"https:\/\/botnation.ai\/en\/messenger\/\">\n        Create my Messenger chatbot\n        <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"><\/path><\/svg>\n      <\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Facebook Messenger is now one of the most popular apps in the world. More than a billion people use it every month to keep in touch and organize their personal and professional lives. But it wasn\u2019t always this way. So who created Facebook Messenger, when was it released, and how did it grow from a [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":30047,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[370],"tags":[],"class_list":["post-5085","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-messenger-en"],"acf":[],"_links":{"self":[{"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/posts\/5085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/comments?post=5085"}],"version-history":[{"count":1,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/posts\/5085\/revisions"}],"predecessor-version":[{"id":30048,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/posts\/5085\/revisions\/30048"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/media\/30047"}],"wp:attachment":[{"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/media?parent=5085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/categories?post=5085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/botnation.ai\/en\/wp-json\/wp\/v2\/tags?post=5085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}