{"id":18244,"date":"2025-07-17T03:43:39","date_gmt":"2025-07-17T03:43:39","guid":{"rendered":"https:\/\/rumbletalk.com\/blog\/?p=18244"},"modified":"2025-11-19T03:02:17","modified_gmt":"2025-11-19T03:02:17","slug":"discord-embed-doesnt-know-your-users","status":"publish","type":"post","link":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/","title":{"rendered":"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue"},"content":{"rendered":"\n<p>If you\u2019re adding a chat feature to your site, the last thing you want is for your users to feel like strangers. But that\u2019s exactly what happens when you use a Discord embed.<\/p>\n\n\n\n<p>The issue? It doesn\u2019t recognize your users. No matter how robust your platform is, whether it\u2019s a learning hub, a virtual conference space, or a finance dashboard, Discord treats users as if they\u2019re coming from the outside. Because they are.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">You Built a Platform, Why Outsource Identity?<\/h2>\n\n\n\n<p>Your users already signed in. They\u2019re in your ecosystem. They might have profiles, permissions, subscriptions, maybe even billing tiers. But the moment you drop in a Discord embed, none of that matters.<\/p>\n\n\n\n<p>Why? Because Discord operates on its own login system. Users must authenticate through Discord itself. You can\u2019t pass over who they are. There\u2019s no API call to say: &#8220;Hey, this is Alice. She\u2019s a premium member.&#8221;<\/p>\n\n\n\n<p>That\u2019s a massive disconnect. It\u2019s what many developers and product teams call the Discord embed user login problem, the inability to tie your platform\u2019s authenticated user to the embedded chat.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Anonymous or Fragmented? Either Way, It\u2019s Confusing<\/h2>\n\n\n\n<p>Say you embed Discord into your platform. Here\u2019s what can happen:<\/p>\n\n\n\n<ul>\n<li>A logged-in user sees the chat window, but they\u2019re asked to log in again<\/li>\n\n\n\n<li>Their Discord name is totally different from your platform username<\/li>\n\n\n\n<li>They might not even have a Discord account<\/li>\n\n\n\n<li>Or they join, but no roles or access levels are respected<\/li>\n<\/ul>\n\n\n\n<p>Suddenly, the user experience becomes fragmented. People ask: &#8220;Who is that?&#8221; &#8220;Why can\u2019t I post?&#8221; &#8220;Why did I get kicked out?&#8221;, all because Discord\u2019s embed doesn\u2019t play nicely with external user systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Impact on Trust and Engagement<\/h2>\n\n\n\n<p>User recognition isn\u2019t just a nice-to-have. It builds trust. When someone enters a chat room and sees their name, their role, and their avatar, they feel like they belong.<\/p>\n\n\n\n<p>With Discord embeds, that doesn\u2019t happen. The trust you\u2019ve built with your login system, your brand identity, your platform flow, it\u2019s broken by an iframe.<\/p>\n\n\n\n<p>And when people don\u2019t feel seen, they don\u2019t participate. That means:<\/p>\n\n\n\n<ul>\n<li>Less chat engagement<\/li>\n\n\n\n<li>More support requests<\/li>\n\n\n\n<li>Confusion over roles and access<\/li>\n\n\n\n<li>A drop in perceived professionalism<\/li>\n<\/ul>\n\n\n\n<p>This isn\u2019t just about feeling &#8220;nice.&#8221; It impacts hard numbers: time-on-site, retention, and conversion.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What a Better Chat Integration Looks Like<\/h2>\n\n\n\n<p>Let\u2019s imagine the ideal flow:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240723051758\/blog56_2-1.png\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240723051758\/blog56_2-1.png\" alt=\"\" class=\"wp-image-16360\"\/><\/a><\/figure><\/div>\n\n\n<ul>\n<li>A user logs into your site<\/li>\n\n\n\n<li>They navigate to a live webinar page<\/li>\n\n\n\n<li>The chat is already there, and they\u2019re already in it<\/li>\n\n\n\n<li>Their name, picture, and permissions are in place<\/li>\n\n\n\n<li>They start typing \u2014 no delays, no surprises<\/li>\n<\/ul>\n\n\n\n<p>That\u2019s what a prebuilt chat solution with user sync can offer. You control how users appear, what they can do, and which room they enter. You can even use metadata, like course ID or membership level, to customize the experience.<\/p>\n\n\n\n<p>It\u2019s seamless, secure, and built for platforms that care about experience.<\/p>\n\n\n\n<p><strong>Example: Seamless Integration with User Identity<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const loginObj = {\n  user: {\n    id: 'user_42',\n    name: 'Sarah Gold',\n    avatar: 'https:\/\/yourplatform.com\/avatars\/42.jpg',\n    role: 'moderator'\n  },\n  signature: 'SECURE_SIGNATURE_HERE'\n};\n\nconst chat = new ChatEmbed({\n  hash: 'CHAT_HASH',\n  loginObj\n});\n<\/code><\/pre>\n\n\n\n<p>With this structure:<\/p>\n\n\n\n<ul>\n<li>You define the user in real time<\/li>\n\n\n\n<li>You keep the identity tied to your own system<\/li>\n\n\n\n<li>The chat becomes an extension of your platform, not a separate tool<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Use Cases Where Identity Matters<\/h2>\n\n\n\n<p>This becomes especially important in industries like:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240418062823\/blog52_4.png\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240418062823\/blog52_4.png\" alt=\"Discord embed\" class=\"wp-image-15963\"\/><\/a><\/figure><\/div>\n\n\n<ul>\n<li><a href=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/06\/15\/education-chat-api-and-sdk\/\">Education<\/a> \u2014 where teachers, students, and guests need different permissions<\/li>\n\n\n\n<li>Finance \u2014 where chats might be tied to account tiers or access levels<\/li>\n\n\n\n<li><a href=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/05\/14\/chat-platform-for-virtual-event-2025\/\">Virtual events<\/a> \u2014 where paid ticket holders get access to premium discussions<\/li>\n\n\n\n<li><a href=\"https:\/\/rumbletalk.com\/social-communities-chat\/\">Community platforms<\/a> \u2014 where roles like admin, VIP, or contributor should be visible<\/li>\n<\/ul>\n\n\n\n<p>Even in healthcare, internal tools, and corporate training portals, identity control is a must. Chat isn\u2019t just conversation; it\u2019s workflow, access, and security.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Breaking Down the Limitations of Discord Embed<\/h2>\n\n\n\n<p>Let\u2019s look deeper at the technical wall:<\/p>\n\n\n\n<ul>\n<li>No external authentication \u2014 you can\u2019t authenticate users with your login system<\/li>\n\n\n\n<li>No dynamic user creation \u2014 users must already exist in Discord<\/li>\n\n\n\n<li>No backend API control \u2014 you can\u2019t automate who joins, when, or where<\/li>\n\n\n\n<li>No metadata injection \u2014 names, roles, tags? Not supported in embed<\/li>\n\n\n\n<li>No design flexibility \u2014 hard to style, brand, or control placement<\/li>\n<\/ul>\n\n\n\n<p>In short: if you need to do more than drop in a public chat, then Discord can\u2019t help you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">REST API and SDK: Total Chat Control<\/h2>\n\n\n\n<p>What if you could:<\/p>\n\n\n\n<ul>\n<li>Create rooms automatically when a new course launches?<\/li>\n\n\n\n<li>Assign users to rooms based on purchase tier?<\/li>\n\n\n\n<li>Auto-hide chat for guests or free trials?<\/li>\n\n\n\n<li>Ban users from chat via backend tools?<\/li>\n<\/ul>\n\n\n\n<p>With a <a href=\"https:\/\/cp.rumbletalk.com\">REST API and SDK-based chat solution<\/a>, you can.<\/p>\n\n\n\n<p>Here\u2019s what you typically get:<\/p>\n\n\n\n<ul>\n<li>POST \/users &#8211; create users on the fly<\/li>\n\n\n\n<li>POST \/rooms &#8211; spin up rooms programmatically<\/li>\n\n\n\n<li>PATCH \/roles &#8211; change permissions in real time<\/li>\n\n\n\n<li>GET \/messages &#8211; fetch chat history<\/li>\n\n\n\n<li>Webhooks &#8211; get notified when users join or send messages<\/li>\n<\/ul>\n\n\n\n<p>Now your chat isn\u2019t just a feature; it\u2019s part of your product logic.<\/p>\n\n\n\n<p><strong>Example: Creating Users via <a href=\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/rumbletalk-restful-api\/\">REST API<\/a><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -X POST https:\/\/chatapi.com\/users \\\n  -H 'Authorization: Bearer YOUR_TOKEN' \\\n  -d '{\n    \"id\": \"user_101\",\n    \"name\": \"David Lee\",\n    \"role\": \"student\"\n  }'\n<\/code><\/pre>\n\n\n\n<p>Now David Lee is recognized by your chat, no Discord account required.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Use Case: Premium Webinar Rooms<\/h2>\n\n\n\n<p>Let\u2019s say you\u2019re running a series of webinars. Each room is available only to paid users. With a Discord embed, you\u2019d have to manually invite them (if they even use Discord).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240527035516\/blog58_2.png\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240527035516\/blog58_2.png\" alt=\"\" class=\"wp-image-16125\"\/><\/a><\/figure><\/div>\n\n\n<p>With an API-based solution:<\/p>\n\n\n\n<ul>\n<li>Your system checks who bought a ticket<\/li>\n\n\n\n<li>Automatically creates or assigns them to the right chat room<\/li>\n\n\n\n<li>Adds their name and avatar<\/li>\n\n\n\n<li>Moderators get a dashboard to manage discussions<\/li>\n<\/ul>\n\n\n\n<p>No third-party logins. No support tickets. Just clean, controlled access.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Support and Moderation Matter Too<\/h2>\n\n\n\n<p>Let\u2019s not forget moderation. If your chat platform doesn\u2019t know your users, then how do you:<\/p>\n\n\n\n<ul>\n<li>Flag spammers?<\/li>\n\n\n\n<li>Give moderators ban access?<\/li>\n\n\n\n<li>Assign special privileges?<\/li>\n\n\n\n<li>Track chat behavior by identity?<\/li>\n<\/ul>\n\n\n\n<p>Discord\u2019s embed limits what\u2019s possible. Real moderation starts with real user integration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts<\/h2>\n\n\n\n<p>If you\u2019re embedding chat into your platform, don\u2019t just think about &#8220;<em>Can I display messages?<\/em>.&#8221; Think about the following:<\/p>\n\n\n\n<ul>\n<li>Can I control access?<\/li>\n\n\n\n<li>Can I personalize experience?<\/li>\n\n\n\n<li>Can I moderate with context?<\/li>\n\n\n\n<li>Can I scale it?<\/li>\n<\/ul>\n\n\n\n<p>With Discord embed, the answer is usually no. It\u2019s the classic Discord embed user login problem.<\/p>\n\n\n\n<p>With a full chat SDK + API combo, the answer becomes: absolutely.<\/p>\n\n\n\n<p>TL;DR<\/p>\n\n\n\n<ul>\n<li>Discord embeds don\u2019t recognize your platform\u2019s users<\/li>\n\n\n\n<li>That causes confusion, login issues, and poor engagement<\/li>\n\n\n\n<li>Identity is key to trust, flow, and participation<\/li>\n\n\n\n<li>Use a chat that respects your user base<\/li>\n<\/ul>\n\n\n\n<p>Your users already signed in. The platform already knows them.<\/p>\n\n\n\n<p>Your chat should too.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019re adding a chat feature to your site, the last thing you want is for your users to feel like strangers. But that\u2019s exactly what happens when you use a Discord embed. The issue? It doesn\u2019t recognize your users. No matter how robust your platform is, whether it\u2019s a learning hub, a virtual conference [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"featured_image_url":"","seo_focus_kw":"","seo_meta_desc":""},"categories":[9],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue<\/title>\n<meta name=\"description\" content=\"Still using a Discord embed for your website? It&#039;s time to stop. They don&#039;t know your users like your chat platform does.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue\" \/>\n<meta property=\"og:description\" content=\"Still using a Discord embed for your website? It&#039;s time to stop. They don&#039;t know your users like your chat platform does.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/\" \/>\n<meta property=\"og:site_name\" content=\"Online Group Chat Room Plugin for Websites and Live events\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/rumbletalk\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-17T03:43:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-19T03:02:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2024\/06\/blog56_2-1.png\" \/>\n<meta name=\"author\" content=\"Mary Alice\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rumbletalk\" \/>\n<meta name=\"twitter:site\" content=\"@rumbletalk\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mary Alice\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/\",\"url\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/\",\"name\":\"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue\",\"isPartOf\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#website\"},\"datePublished\":\"2025-07-17T03:43:39+00:00\",\"dateModified\":\"2025-11-19T03:02:17+00:00\",\"author\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3\"},\"description\":\"Still using a Discord embed for your website? It's time to stop. They don't know your users like your chat platform does.\",\"breadcrumb\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rumbletalk.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/#website\",\"url\":\"https:\/\/rumbletalk.com\/blog\/\",\"name\":\"Online Group Chat Plugin for Websites and Event\",\"description\":\"Embed a social group chat for communities and events. Grow your online audience with the next evolution of HTML chat room. Attach files, Mobile, Audio and Video calls.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rumbletalk.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3\",\"name\":\"Mary Alice\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g\",\"caption\":\"Mary Alice\"},\"url\":\"https:\/\/rumbletalk.com\/blog\/index.php\/author\/mary-alice\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue","description":"Still using a Discord embed for your website? It's time to stop. They don't know your users like your chat platform does.","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:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/","og_locale":"en_US","og_type":"article","og_title":"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue","og_description":"Still using a Discord embed for your website? It's time to stop. They don't know your users like your chat platform does.","og_url":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/","og_site_name":"Online Group Chat Room Plugin for Websites and Live events","article_publisher":"https:\/\/www.facebook.com\/rumbletalk","article_published_time":"2025-07-17T03:43:39+00:00","article_modified_time":"2025-11-19T03:02:17+00:00","og_image":[{"url":"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2024\/06\/blog56_2-1.png"}],"author":"Mary Alice","twitter_card":"summary_large_image","twitter_creator":"@rumbletalk","twitter_site":"@rumbletalk","twitter_misc":{"Written by":"Mary Alice","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/","url":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/","name":"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue","isPartOf":{"@id":"https:\/\/rumbletalk.com\/blog\/#website"},"datePublished":"2025-07-17T03:43:39+00:00","dateModified":"2025-11-19T03:02:17+00:00","author":{"@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3"},"description":"Still using a Discord embed for your website? It's time to stop. They don't know your users like your chat platform does.","breadcrumb":{"@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/17\/discord-embed-doesnt-know-your-users\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rumbletalk.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Discord Embed Doesn\u2019t Know Your Users \u2014 And That\u2019s the Issue"}]},{"@type":"WebSite","@id":"https:\/\/rumbletalk.com\/blog\/#website","url":"https:\/\/rumbletalk.com\/blog\/","name":"Online Group Chat Plugin for Websites and Event","description":"Embed a social group chat for communities and events. Grow your online audience with the next evolution of HTML chat room. Attach files, Mobile, Audio and Video calls.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rumbletalk.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3","name":"Mary Alice","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g","caption":"Mary Alice"},"url":"https:\/\/rumbletalk.com\/blog\/index.php\/author\/mary-alice\/"}]}},"_links":{"self":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/18244"}],"collection":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=18244"}],"version-history":[{"count":7,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/18244\/revisions"}],"predecessor-version":[{"id":18858,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/18244\/revisions\/18858"}],"wp:attachment":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=18244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=18244"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=18244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}