{"id":18212,"date":"2025-07-06T12:39:47","date_gmt":"2025-07-06T12:39:47","guid":{"rendered":"https:\/\/rumbletalk.com\/blog\/?p=18212"},"modified":"2025-11-19T03:12:59","modified_gmt":"2025-11-19T03:12:59","slug":"why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms","status":"publish","type":"post","link":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/","title":{"rendered":"Why &#8220;Discord Embed No User Sync&#8221; Is a Dealbreaker for Platforms"},"content":{"rendered":"\n<p>Trying to use Discord on your website? You might have hit a wall. A very frustrating one: <strong>&#8220;Discord embed no user sync.&#8221;<\/strong><\/p>\n\n\n\n<p>At first, Discord seems like a cool choice, it\u2019s free, popular, and has a fun community vibe. But the moment you try to embed it into your platform or product, cracks begin to show. Especially when it comes to syncing your own users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What\u2019s Missing in Discord Embed?<\/h2>\n\n\n\n<p>Here\u2019s where things fall apart:<\/p>\n\n\n\n<ul>\n<li><strong>No auto-login or SSO<\/strong> \u2013 Your users can\u2019t just enter the chat from your site. They need to log in through Discord separately. That\u2019s not great for user flow.<\/li>\n\n\n\n<li><strong>No role or permission control from your side<\/strong> \u2013 You can\u2019t manage who sees what or who can chat, based on your own platform rules. It all has to be handled inside Discord.<\/li>\n\n\n\n<li><strong>No way to pass user data<\/strong> \u2013 Want to show your users\u2019 names, avatars, or profiles? Not possible. Discord won\u2019t let you inject any of that into the embed.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Why It Matters<\/h3>\n\n\n\n<p>Let\u2019s say you\u2019re running a live event, or a virtual classroom. Your users are already logged in. You want to drop them into a chat room, just like that. Simple, seamless.<\/p>\n\n\n\n<p>But with Discord, that flow is broken. Instead, users hit a login wall. Or worse, they don\u2019t even show up as themselves in the chat. It\u2019s clunky. And for professional environments? That\u2019s a big no.<\/p>\n\n\n\n<p>Imagine you\u2019ve built a course platform. You want students to discuss live with teachers. Or ask questions during a webinar. You\u2019ve already got a user system, you know who they are. But now you\u2019re stuck with a third-party window that doesn\u2019t recognize any of them.<\/p>\n\n\n\n<p>Or think about a finance app. Investors log in to follow live updates, chat with analysts, maybe even collaborate. Do you really want them jumping to a Discord login page or get hit with a &#8220;Discord embed no user sync&#8221; popup?<\/p>\n\n\n\n<p>That disconnect causes drop-off. Lost engagement. And worse, it feels unprofessional.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Chat SDKs Do It Better<\/h2>\n\n\n\n<p>Platforms that offer a <strong>Chat SDK<\/strong> and <strong>Prebuilt Chat API<\/strong> give you exactly what Discord doesn\u2019t:<\/p>\n\n\n\n<ul>\n<li>Auto-login with your own auth system<\/li>\n\n\n\n<li>Create users remotely with metadata<\/li>\n\n\n\n<li>Control roles, access, and visibility<\/li>\n<\/ul>\n\n\n\n<p>You\u2019re not stuck with Discord\u2019s rules. You own the experience.<\/p>\n\n\n\n<p>A good SDK lets you hook chat right into your user database. You can use a token or session to authenticate users without asking them to re-log.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20250221071529\/1000008710.png\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20250221071529\/1000008710.png\" alt=\"Discord Embed No User Sync\" class=\"wp-image-17988\"\/><\/a><\/figure><\/div>\n\n\n<p>Even better, you can style the chat. Add your colors, your layout. Control where it shows, when it shows, and who gets in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">RumbleTalk Chat Integration Example<\/h2>\n\n\n\n<p>To show how simple user integration can be with a prebuilt chat solution, here\u2019s an example of embedding a chat with auto-login:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240809014429\/blog66_4.png\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240809014429\/blog66_4.png\" alt=\"Discord embed no user sync\" class=\"wp-image-16473\"\/><\/a><\/figure><\/div>\n\n\n<pre class=\"wp-block-code\"><code>&lt;script&gt;\n   var chat_hash = 'YOUR_HASH_HERE';\n   var loginObj = {\n       user: {\n           id: \"user_123\",\n           name: \"John Doe\",\n           avatar: \"https:\/\/example.com\/avatar.jpg\",\n           role: \"member\"\n       },\n       signature: \"GENERATED_SIGNATURE\"\n   };\n\n   var chat = new RumbleTalk.Chat({\n       hash: chat_hash,\n       loginObj: loginObj\n   });\n&lt;\/script&gt;\n<\/code><\/pre>\n\n\n\n<p>This example shows how you can:<\/p>\n\n\n\n<ul>\n<li>Embed a chat using your chat hash<\/li>\n\n\n\n<li>Auto-login the user with their ID, name, avatar, and role<\/li>\n\n\n\n<li>Pass a secure signature to ensure safe authentication<\/li>\n<\/ul>\n\n\n\n<p>All from your own backend; no extra login steps required.<\/p>\n\n\n\n<p>* It&#8217;s even simpler with <a href=\"https:\/\/rumbletalk.com\/plugins\/wordpress\/\">RumbleTalk WordPress plugin<\/a>. User integration is done with one checkbox.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Discord Embed Is Fine \u2014 Until It\u2019s Not<\/h2>\n\n\n\n<p>To be fair, Discord is great for casual gaming or hobby groups. If all your users live in Discord already, go for it.<\/p>\n\n\n\n<p>But if your platform is your product, a course, a finance tool, a membership site, then embedding chat without user sync just doesn\u2019t cut it.<\/p>\n\n\n\n<p>You need chat that knows who your users are. That respects their roles. That blends right into your flow.<\/p>\n\n\n\n<p>For example, a webinar platform might want:<\/p>\n\n\n\n<ul>\n<li>Different chat rooms for different sessions<\/li>\n\n\n\n<li>Only registered users allowed<\/li>\n\n\n\n<li>Moderators with extra tools<\/li>\n\n\n\n<li>Users auto-assigned by session or ticket type<\/li>\n<\/ul>\n\n\n\n<p>Try doing that with Discord. Not gonna happen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A Better Way to Embed Chat<\/h2>\n\n\n\n<p>That\u2019s where a turnkey chat solution comes in. With full control via <a href=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/06\/10\/wordpress-service-based-chat-vs-hosted-chat\/\">REST API and SDK<\/a>, you can:<\/p>\n\n\n\n<ul>\n<li>Embed <a href=\"https:\/\/rumbletalk.com\">chat rooms<\/a> that feel native to your site<\/li>\n\n\n\n<li>Auto-authenticate your users<\/li>\n\n\n\n<li>Pass custom info like display name or user ID<\/li>\n\n\n\n<li>Even create chat rooms on the fly<\/li>\n<\/ul>\n\n\n\n<p>All without needing to send anyone to a third-party app.<\/p>\n\n\n\n<p>The API can let you:<\/p>\n\n\n\n<ul>\n<li>Create users remotely<\/li>\n\n\n\n<li>Attach them to rooms<\/li>\n\n\n\n<li>Push events or messages<\/li>\n\n\n\n<li>Even monitor or moderate via backend<\/li>\n<\/ul>\n\n\n\n<p>Want to change chat design for mobile? You can. Need to disable chat for trial accounts? Easy. Run one chat for all users, or a hundred rooms for different groups? Totally possible.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Developer-Friendly, Too<\/h2>\n\n\n\n<p>If you\u2019ve got dev resources, this gets even better. SDKs come with client-side scripts you can plug into your app.<\/p>\n\n\n\n<p>And for everything else, the REST API does the work:<\/p>\n\n\n\n<ul>\n<li>Create chat rooms programmatically<\/li>\n\n\n\n<li>Delete or archive inactive ones<\/li>\n\n\n\n<li>Log chat history if you need<\/li>\n\n\n\n<li>Control permissions on the fly<\/li>\n<\/ul>\n\n\n\n<p>It\u2019s like building your own Discord, just without the pain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Two Real Use Cases<\/h2>\n\n\n\n<p>Let\u2019s look at examples:<\/p>\n\n\n\n<p><strong><a href=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/05\/14\/chat-platform-for-virtual-event-2025\/\">Virtual Events Platform<\/a><\/strong><\/p>\n\n\n\n<p>A company running monthly live streams wants to embed real-time chat. Their users already log in to view content. With a chat SDK, they:<\/p>\n\n\n\n<ul>\n<li>Sync logged-in users into chat without login prompts<\/li>\n\n\n\n<li>Show names, roles (Attendee, VIP, Staff)<\/li>\n\n\n\n<li>Moderate chat from the event dashboard<\/li>\n\n\n\n<li>Create new chat rooms for every new stream automatically<\/li>\n<\/ul>\n\n\n\n<p><strong><a href=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/06\/15\/education-chat-api-and-sdk\/\">Education Platform<\/a><\/strong><\/p>\n\n\n\n<p>An e-learning site has courses, live Q&amp;A sessions, and student forums. With API-powered chat:<\/p>\n\n\n\n<ul>\n<li>Students are automatically added to course-specific rooms<\/li>\n\n\n\n<li>Teachers have moderation tools<\/li>\n\n\n\n<li>Chat appears next to live video or lesson content<\/li>\n\n\n\n<li>All chats are tied to real platform user IDs<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why Discord Doesn\u2019t Cut It<\/h2>\n\n\n\n<p>Here\u2019s a summary of what Discord embed lacks:<\/p>\n\n\n\n<ul>\n<li>No <strong>auto-login support<\/strong> (can\u2019t connect your auth)<\/li>\n\n\n\n<li>No <strong>role management from your backend<\/strong><\/li>\n\n\n\n<li>No <strong>user profile syncing<\/strong> (name, pic, ID)<\/li>\n\n\n\n<li>No <strong>full embed customization<\/strong><\/li>\n\n\n\n<li>No <strong>chat creation via API<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Even something simple, like &#8220;hide chat for guests&#8221;, becomes a hacky mess.<\/p>\n\n\n\n<p>When you need control, Discord just won\u2019t give it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Turnkey Chat Is Just Easier<\/h2>\n\n\n\n<p>Turnkey doesn\u2019t mean generic. It means fast. Flexible. Yours.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240902050005\/blog68_3.png\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20240902050005\/blog68_3.png\" alt=\"\" class=\"wp-image-16559\"\/><\/a><\/figure><\/div>\n\n\n<p>You don\u2019t have to reinvent chat; you just embed it, hook in your users, and go.<\/p>\n\n\n\n<ul>\n<li>Add it to any page<\/li>\n\n\n\n<li>Customize the look<\/li>\n\n\n\n<li>Sync it with your login<\/li>\n\n\n\n<li>Control access, manage roles<\/li>\n\n\n\n<li>Make it part of your product<\/li>\n<\/ul>\n\n\n\n<p>All with minimal code.<\/p>\n\n\n\n<p>So yeah, &#8220;Discord embed no user sync&#8221; isn\u2019t just a minor hiccup. It\u2019s a real blocker for anyone serious about platform integration.<\/p>\n\n\n\n<p>If chat is part of your product, not just an add-on, then it needs to act like it.<\/p>\n\n\n\n<p>And that means: synced users, full control, seamless experience.<\/p>\n\n\n\n<p>Skip the workaround. Choose chat that fits in, not one you have to work around.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Trying to use Discord on your website? You might have hit a wall. A very frustrating one: &#8220;Discord embed no user sync.&#8221; At first, Discord seems like a cool choice, it\u2019s free, popular, and has a fun community vibe. But the moment you try to embed it into your platform or product, cracks begin to [&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>Why &quot;Discord Embed No User Sync&quot; Is a Dealbreaker for Platforms<\/title>\n<meta name=\"description\" content=\"Tired of seeing the &quot;Discord embed no user sync&quot; issue when you try to add Discord to a site? Skip Discord; check this alternative.\" \/>\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\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why &quot;Discord Embed No User Sync&quot; Is a Dealbreaker for Platforms\" \/>\n<meta property=\"og:description\" content=\"Tired of seeing the &quot;Discord embed no user sync&quot; issue when you try to add Discord to a site? Skip Discord; check this alternative.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/\" \/>\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-06T12:39:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-19T03:12:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2025\/02\/1000008710.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\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/\",\"url\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/\",\"name\":\"Why \\\"Discord Embed No User Sync\\\" Is a Dealbreaker for Platforms\",\"isPartOf\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#website\"},\"datePublished\":\"2025-07-06T12:39:47+00:00\",\"dateModified\":\"2025-11-19T03:12:59+00:00\",\"author\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3\"},\"description\":\"Tired of seeing the \\\"Discord embed no user sync\\\" issue when you try to add Discord to a site? Skip Discord; check this alternative.\",\"breadcrumb\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rumbletalk.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why &#8220;Discord Embed No User Sync&#8221; Is a Dealbreaker for Platforms\"}]},{\"@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":"Why \"Discord Embed No User Sync\" Is a Dealbreaker for Platforms","description":"Tired of seeing the \"Discord embed no user sync\" issue when you try to add Discord to a site? Skip Discord; check this alternative.","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\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/","og_locale":"en_US","og_type":"article","og_title":"Why \"Discord Embed No User Sync\" Is a Dealbreaker for Platforms","og_description":"Tired of seeing the \"Discord embed no user sync\" issue when you try to add Discord to a site? Skip Discord; check this alternative.","og_url":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/","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-06T12:39:47+00:00","article_modified_time":"2025-11-19T03:12:59+00:00","og_image":[{"url":"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2025\/02\/1000008710.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\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/","url":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/","name":"Why \"Discord Embed No User Sync\" Is a Dealbreaker for Platforms","isPartOf":{"@id":"https:\/\/rumbletalk.com\/blog\/#website"},"datePublished":"2025-07-06T12:39:47+00:00","dateModified":"2025-11-19T03:12:59+00:00","author":{"@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3"},"description":"Tired of seeing the \"Discord embed no user sync\" issue when you try to add Discord to a site? Skip Discord; check this alternative.","breadcrumb":{"@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2025\/07\/06\/why-discord-embed-no-user-sync-is-a-dealbreaker-for-platforms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rumbletalk.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Why &#8220;Discord Embed No User Sync&#8221; Is a Dealbreaker for Platforms"}]},{"@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\/18212"}],"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=18212"}],"version-history":[{"count":12,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/18212\/revisions"}],"predecessor-version":[{"id":18861,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/18212\/revisions\/18861"}],"wp:attachment":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=18212"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=18212"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=18212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}