{"id":13159,"date":"2022-05-19T10:00:28","date_gmt":"2022-05-19T10:00:28","guid":{"rendered":"https:\/\/rumbletalk.com\/blog\/?p=13159"},"modified":"2025-10-14T05:24:54","modified_gmt":"2025-10-14T05:24:54","slug":"customize-chat-rooms","status":"publish","type":"post","link":"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/","title":{"rendered":"How To Customize Your Chat Rooms in Two Ways"},"content":{"rendered":"\n<p>When you know how, customizing your chat room is simple. In this article, we&#8217;ll show you how to use the RumbleTalk admin panel to customize the look and feel of your chat room.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why the need to customize <a href=\"https:\/\/rumbletalk.com\">chat rooms<\/a>?<\/h2>\n\n\n\n<p>Because the chat room is a separate entity from your website, it is best to align your chat design with the overall look of your site. When the website and chat plugin are not in sync, there is a disconnect. As a result, you can easily customize your chat design with RumbleTalk&#8217;s customization features at any time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Beginning with CSS<\/h2>\n\n\n\n<p>When you paste CSS code, it will be reflected in your <a href=\"https:\/\/rumbletalk.com\">group chat<\/a>. Web and mobile browsers use different codes. So, check out these links for codes that you can use.<\/p>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https:\/\/www.rumbletalk.com\/blog\/index.php\/knowledge-base\/text-style-tricks-using-css\/\" rel=\"noreferrer noopener\">Text style tricks using CSS<\/a><\/li>\n\n\n\n<li><a target=\"_blank\" href=\"https:\/\/www.rumbletalk.com\/blog\/index.php\/2018\/10\/31\/chat-css-tricks\/\" rel=\"noreferrer noopener\">27 Easy Chat CSS Tricks for Designing your Own Chat Room (WEB &amp; MOBILE)<\/a><\/li>\n\n\n\n<li><a target=\"_blank\" href=\"https:\/\/www.rumbletalk.com\/blog\/index.php\/2018\/10\/21\/mobile-css-group-chat-theme\/\" rel=\"noreferrer noopener\">11 CSS tricks to style up your mobile group chat theme<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How should CSS be used?<\/h2>\n\n\n\n<p>Follow these steps if you are new to RumbleTalk or don&#8217;t know where to find the CSS option.<\/p>\n\n\n\n<p>Navigate to&nbsp;<strong><em>Design<\/em><\/strong>&nbsp;&gt;&nbsp;<strong><em>Visual Design<\/em><\/strong>.<\/p>\n\n\n\n<p>Scroll to the bottom of the&nbsp;<strong><em>Visual Design<\/em><\/strong>&nbsp;tab.<\/p>\n\n\n\n<p>The CSS editor is available for both mobile and web browsers.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091620\/css.gif\" alt=\"group chat\" class=\"wp-image-9584\"\/><\/figure><\/div>\n\n\n<p>Begin with these introductory CSS articles for web and mobile.<\/p>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https:\/\/www.rumbletalk.com\/blog\/index.php\/knowledge-base\/0-introduction-to-mobile-css\/\" rel=\"noreferrer noopener\">Introduction to Mobile CSS<\/a><\/li>\n\n\n\n<li><a target=\"_blank\" href=\"https:\/\/www.rumbletalk.com\/blog\/index.php\/knowledge-base\/0-introduction-to-web-css\/\" rel=\"noreferrer noopener\">Introduction to Web CSS<\/a><\/li>\n<\/ul>\n\n\n\n<p><strong>NOTE<\/strong>: If you return to the <em><strong>Visual Design<\/strong><\/em> tab (for example, to change background images), your code will be reset. This means you can only have one custom design, either in CSS or in <strong><em>Visual Design<\/em><\/strong>. Furthermore, it is best to leave CSS editing to the professionals to avoid making mistakes. If you don&#8217;t have a designer, you can use the links above to copy and paste the codes you need for your group chat theme.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Samples of CSS styles<\/h2>\n\n\n\n<ul>\n<li><strong>Message&nbsp;text&nbsp;borders<\/strong><\/li>\n<\/ul>\n\n\n\n<p>To add a border for all messages, the code you will need is as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.message-text{\ncolor:#fff;\ntext-shadow: -1px 0 black, 0 1px black,\n1px 0 black, 0 -1px black;\nfont-weight: bold;\n}<\/code><\/pre>\n\n\n\n<p>After pasting it on the editor, it will look like this.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091526\/messageborder.png\" alt=\"chat customization\" class=\"wp-image-9581\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091526\/messageborder.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091526\/messageborder-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091526\/messageborder-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<ul>\n<li><strong>Username&nbsp;border<\/strong><\/li>\n<\/ul>\n\n\n\n<p>To add a border for all usernames, the code you will need is as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.message-user-name{\nfont-weight: bold;\ncolor:rgba(0,150,245,1.00);\ntext-shadow: -1px 0 black, 0 1px black,\n1px 0 black, 0 -1px black;\n}<\/code><\/pre>\n\n\n\n<p>After pasting it on the editor, it will look like this.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091545\/userborder.png\" alt=\"customize\" class=\"wp-image-9583\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091545\/userborder.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091545\/userborder-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091545\/userborder-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<ul>\n<li><strong>Combining both&nbsp;border&nbsp;CSS&nbsp;styles<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Why not try combining the two styles now that we&#8217;ve shown you in the examples above?<\/p>\n\n\n\n<p>To combine them, simply paste both codes into the editor and separate them with a space by pressing <strong><em>Enter<\/em><\/strong> on your keyboard. The code should then look like this in the editor.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.message-user-name{\nfont-weight: bold;\ncolor:rgba(0,150,245,1.00);\ntext-shadow: -1px 0 black, 0 1px black,\n1px 0 black, 0 -1px black;\n}\n.message-text{\ncolor:#fff;\ntext-shadow: -1px 0 black, 0 1px black,\n1px 0 black, 0 -1px black;\nfont-weight: bold;\n}<\/code><\/pre>\n\n\n\n<p>Here\u2019s how it will look like when you combine the two styles.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091534\/usermessageborder.png\" alt=\"customize\" class=\"wp-image-9582\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091534\/usermessageborder.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091534\/usermessageborder-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210323091534\/usermessageborder-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>You can do this for a variety of styles. So, try your hand at it or delegate the technical work to your designer. More tricks can be found in the articles, so choose the best one for your group chat room.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Simple customization for beginners<\/h2>\n\n\n\n<p>The&nbsp;<strong><em>Visual Design<\/em><\/strong>&nbsp;tab allows for more in-depth customization. You will notice that six subtabs can be customized.<\/p>\n\n\n\n<ul>\n<li>General<\/li>\n\n\n\n<li>Users List<\/li>\n\n\n\n<li>Chat Area<\/li>\n\n\n\n<li>Text Box<\/li>\n\n\n\n<li>Dialog Box<\/li>\n\n\n\n<li>Messages<\/li>\n<\/ul>\n\n\n\n<p>Each of this corresponds to a chat room element. You can change the background image and color, as well as the text color, font size and style, and so on. Let&#8217;s change the background color in this example. Upload an image or paste an image URL in the <strong><em>Background Image<\/em><\/strong> section of the General subtab to accomplish this.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"690\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210202090651\/backgroundimage.png\" alt=\"customize chat room\" class=\"wp-image-9383\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210202090651\/backgroundimage.png 690w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210202090651\/backgroundimage-300x261.png 300w\" sizes=\"(max-width: 690px) 100vw, 690px\" \/><\/figure><\/div>\n\n\n<p>Another example would be changing the colors of the messages. You would need to select the <strong><em>Messages<\/em><\/strong> subtab for this. You will find several customization options for your message box here (how messages appear in the chat room). Let&#8217;s experiment with changing the color of each message box. In the tab below, select a message color.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"757\" height=\"695\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20200928084918\/messagecolor.png\" alt=\"customize chat\" class=\"wp-image-8988\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20200928084918\/messagecolor.png 757w, https:\/\/d241b8qep9dzid.cloudfront.net\/20200928084918\/messagecolor-300x275.png 300w\" sizes=\"(max-width: 757px) 100vw, 757px\" \/><\/figure><\/div>\n\n\n<p>Here\u2019s what it would look like.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"794\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20200928092246\/messagecolors.png\" alt=\"chat design\" class=\"wp-image-8989\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20200928092246\/messagecolors.png 794w, https:\/\/d241b8qep9dzid.cloudfront.net\/20200928092246\/messagecolors-300x227.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20200928092246\/messagecolors-768x580.png 768w\" sizes=\"(max-width: 794px) 100vw, 794px\" \/><\/figure><\/div>\n\n\n<p>This is how fundamental chat customization works. All you have to do is choose or upload an image, and you&#8217;re done.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A simple method to customize your chat rooms<\/h2>\n\n\n\n<p>You can customize the appearance and feel of your chat room without the assistance of a developer. <a href=\"https:\/\/rumbletalk.com\">RumbleTalk<\/a> is a simple platform that allows you to personalize your chat room. There are skins and CSS codes that you can use right away.<\/p>\n\n\n\n<p>It&#8217;s a chat platform that can be easily customized for your website. To request a free demo, email <a href=\"mailto:support@rumbletalk.com\">support@rumbletalk.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you know how, customizing your chat room is simple. In this article, we&#8217;ll show you how to use the RumbleTalk admin panel to customize the look and feel of your chat room. Why the need to customize chat rooms? Because the chat room is a separate entity from your website, it is best 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>How To Customize Your Chat Rooms in Two Ways<\/title>\n<meta name=\"description\" content=\"In your website, the chat room must adhere to the theme for aesthetics and branding. RumbleTalk allows you to customize your chat rooms the way you like.\" \/>\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\/2022\/05\/19\/customize-chat-rooms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Customize Your Chat Rooms in Two Ways\" \/>\n<meta property=\"og:description\" content=\"In your website, the chat room must adhere to the theme for aesthetics and branding. RumbleTalk allows you to customize your chat rooms the way you like.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/\" \/>\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=\"2022-05-19T10:00:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T05:24:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2021\/03\/css.gif\" \/>\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=\"5 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\/2022\/05\/19\/customize-chat-rooms\/\",\"url\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/\",\"name\":\"How To Customize Your Chat Rooms in Two Ways\",\"isPartOf\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#website\"},\"datePublished\":\"2022-05-19T10:00:28+00:00\",\"dateModified\":\"2025-10-14T05:24:54+00:00\",\"author\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3\"},\"description\":\"In your website, the chat room must adhere to the theme for aesthetics and branding. RumbleTalk allows you to customize your chat rooms the way you like.\",\"breadcrumb\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rumbletalk.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Customize Your Chat Rooms in Two Ways\"}]},{\"@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":"How To Customize Your Chat Rooms in Two Ways","description":"In your website, the chat room must adhere to the theme for aesthetics and branding. RumbleTalk allows you to customize your chat rooms the way you like.","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\/2022\/05\/19\/customize-chat-rooms\/","og_locale":"en_US","og_type":"article","og_title":"How To Customize Your Chat Rooms in Two Ways","og_description":"In your website, the chat room must adhere to the theme for aesthetics and branding. RumbleTalk allows you to customize your chat rooms the way you like.","og_url":"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/","og_site_name":"Online Group Chat Room Plugin for Websites and Live events","article_publisher":"https:\/\/www.facebook.com\/rumbletalk","article_published_time":"2022-05-19T10:00:28+00:00","article_modified_time":"2025-10-14T05:24:54+00:00","og_image":[{"url":"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2021\/03\/css.gif"}],"author":"Mary Alice","twitter_card":"summary_large_image","twitter_creator":"@rumbletalk","twitter_site":"@rumbletalk","twitter_misc":{"Written by":"Mary Alice","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/","url":"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/","name":"How To Customize Your Chat Rooms in Two Ways","isPartOf":{"@id":"https:\/\/rumbletalk.com\/blog\/#website"},"datePublished":"2022-05-19T10:00:28+00:00","dateModified":"2025-10-14T05:24:54+00:00","author":{"@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3"},"description":"In your website, the chat room must adhere to the theme for aesthetics and branding. RumbleTalk allows you to customize your chat rooms the way you like.","breadcrumb":{"@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/2022\/05\/19\/customize-chat-rooms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rumbletalk.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Customize Your Chat Rooms in Two Ways"}]},{"@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\/13159"}],"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=13159"}],"version-history":[{"count":6,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/13159\/revisions"}],"predecessor-version":[{"id":18770,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/13159\/revisions\/18770"}],"wp:attachment":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=13159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=13159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=13159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}