{"id":4874,"date":"2023-06-14T23:45:30","date_gmt":"2023-06-14T21:45:30","guid":{"rendered":"https:\/\/www.open-user-map.com\/?post_type=ht_kb&#038;p=4874"},"modified":"2025-05-28T14:24:01","modified_gmt":"2025-05-28T12:24:01","slug":"display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices","status":"publish","type":"ht_kb","link":"https:\/\/www.open-user-map.com\/es\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/","title":{"rendered":"Mostrar burbujas de ubicaci\u00f3n en lugar de superposici\u00f3n a pantalla completa en dispositivos m\u00f3viles"},"content":{"rendered":"<p>Por defecto, despu\u00e9s de hacer clic en un marcador de ubicaci\u00f3n en una pantalla peque\u00f1a aparece una superposici\u00f3n a pantalla completa que contiene los detalles de la ubicaci\u00f3n:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"568\" height=\"1024\" src=\"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-568x1024.png\" alt=\"\" class=\"wp-image-4875\" srcset=\"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-568x1024.png 568w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-166x300.png 166w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-28x50.png 28w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-7x12.png 7w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2.png 708w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Puede utilizar este fragmento de CSS para ver las burbujas de ubicaci\u00f3n (como en las resoluciones de escritorio) en su lugar:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#f6f6f4;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\" data-no-translation=\"\" data-no-auto-translation=\"\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#333545;color:#ebebe6\">CSS<\/span><span role=\"button\" tabindex=\"0\" data-code=\".open-user-map #location-fullscreen-container {  display: none !important;}body.oum-location-opened {  overflow: auto !important;}\" style=\"color:#f6f6f4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dracula-soft\" style=\"background-color: #282A36\" tabindex=\"0\"><code data-no-translation=\"\" data-no-auto-translation=\"\"><span class=\"line\"><span style=\"color: #62E884; font-style: italic\">.open-user-map<\/span><span style=\"color: #F286C4\"> <\/span><span style=\"color: #62E884; font-style: italic\">#location-fullscreen-container<\/span><span style=\"color: #F6F6F4\"> {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F6F6F4\">  <\/span><span style=\"color: #97E1F1\">display<\/span><span style=\"color: #F286C4\">:<\/span><span style=\"color: #F6F6F4\"> <\/span><span style=\"color: #BF9EEE\">none<\/span><span style=\"color: #F6F6F4\"> <\/span><span style=\"color: #F286C4\">!important<\/span><span style=\"color: #F6F6F4\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F6F6F4\">}<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #F286C4\">body<\/span><span style=\"color: #62E884; font-style: italic\">.oum-location-opened<\/span><span style=\"color: #F6F6F4\"> {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F6F6F4\">  <\/span><span style=\"color: #97E1F1\">overflow<\/span><span style=\"color: #F286C4\">:<\/span><span style=\"color: #F6F6F4\"> <\/span><span style=\"color: #BF9EEE\">auto<\/span><span style=\"color: #F6F6F4\"> <\/span><span style=\"color: #F286C4\">!important<\/span><span style=\"color: #F6F6F4\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F6F6F4\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>El resultado ser\u00e1 el siguiente:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"801\" height=\"1024\" src=\"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3-801x1024.png\" alt=\"\" class=\"wp-image-4876\" style=\"width:553px;height:707px\" srcset=\"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3-801x1024.png 801w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3-235x300.png 235w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3-768x982.png 768w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3-39x50.png 39w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3-9x12.png 9w, https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-3.png 1028w\" sizes=\"auto, (max-width: 801px) 100vw, 801px\" \/><\/figure>","protected":false},"excerpt":{"rendered":"<p>Por defecto, despu\u00e9s de hacer clic en un marcador de ubicaci\u00f3n en una pantalla peque\u00f1a aparece una superposici\u00f3n a pantalla completa que contiene los detalles de la ubicaci\u00f3n: Puede utilizar este fragmento de CSS para ver las burbujas de ubicaci\u00f3n (como en las resoluciones de escritorio) en su lugar: El resultado ser\u00e1 el siguiente:<\/p>","protected":false},"author":50,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[25],"ht-kb-tag":[102,56,58,103,101,104,105,57],"class_list":["post-4874","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-customization","ht_kb_tag-bubble","ht_kb_tag-css","ht_kb_tag-custom","ht_kb_tag-fullscreen","ht_kb_tag-location","ht_kb_tag-mobile","ht_kb_tag-small-screens","ht_kb_tag-style"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices - Open User Map<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.open-user-map.com\/es\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices - Open User Map\" \/>\n<meta property=\"og:description\" content=\"By default after clicking a location marker on a small screen brings up a fullscreen overlay that holds the location details: You can use this CSS snippet to see the Location Bubbles (like on desktop resolutions) instead: The result will look like this:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.open-user-map.com\/es\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/\" \/>\n<meta property=\"og:site_name\" content=\"Open User Map\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-28T12:24:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"708\" \/>\n\t<meta property=\"og:image:height\" content=\"1276\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/\"},\"author\":{\"name\":\"Daniel Sch\u00f6nherr\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#\\\/schema\\\/person\\\/d9c8cbe470ae2702b6de61e0f73a7402\"},\"headline\":\"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices\",\"datePublished\":\"2023-06-14T21:45:30+00:00\",\"dateModified\":\"2025-05-28T12:24:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/\"},\"wordCount\":54,\"publisher\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.open-user-map.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2-568x1024.png\",\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/\",\"url\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/\",\"name\":\"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices - Open User Map\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.open-user-map.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2-568x1024.png\",\"datePublished\":\"2023-06-14T21:45:30+00:00\",\"dateModified\":\"2025-05-28T12:24:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.open-user-map.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2-568x1024.png\",\"contentUrl\":\"https:\\\/\\\/www.open-user-map.com\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2-568x1024.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/knowledge-base\\\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.open-user-map.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#website\",\"url\":\"https:\\\/\\\/www.open-user-map.com\\\/\",\"name\":\"Open User Map\",\"description\":\"WordPress Map Plugin\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.open-user-map.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#organization\",\"name\":\"Open User Map\",\"url\":\"https:\\\/\\\/www.open-user-map.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.open-user-map.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/icon-256x256-1.png\",\"contentUrl\":\"https:\\\/\\\/www.open-user-map.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/icon-256x256-1.png\",\"width\":256,\"height\":256,\"caption\":\"Open User Map\"},\"image\":{\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.open-user-map.com\\\/#\\\/schema\\\/person\\\/d9c8cbe470ae2702b6de61e0f73a7402\",\"name\":\"Daniel Sch\u00f6nherr\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mostrar burbujas de ubicaci\u00f3n en lugar de superposici\u00f3n a pantalla completa en dispositivos m\u00f3viles - Open User Map","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:\/\/www.open-user-map.com\/es\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/","og_locale":"es_ES","og_type":"article","og_title":"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices - Open User Map","og_description":"By default after clicking a location marker on a small screen brings up a fullscreen overlay that holds the location details: You can use this CSS snippet to see the Location Bubbles (like on desktop resolutions) instead: The result will look like this:","og_url":"https:\/\/www.open-user-map.com\/es\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/","og_site_name":"Open User Map","article_modified_time":"2025-05-28T12:24:01+00:00","og_image":[{"width":708,"height":1276,"url":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#article","isPartOf":{"@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/"},"author":{"name":"Daniel Sch\u00f6nherr","@id":"https:\/\/www.open-user-map.com\/#\/schema\/person\/d9c8cbe470ae2702b6de61e0f73a7402"},"headline":"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices","datePublished":"2023-06-14T21:45:30+00:00","dateModified":"2025-05-28T12:24:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/"},"wordCount":54,"publisher":{"@id":"https:\/\/www.open-user-map.com\/#organization"},"image":{"@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#primaryimage"},"thumbnailUrl":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-568x1024.png","inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/","url":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/","name":"Mostrar burbujas de ubicaci\u00f3n en lugar de superposici\u00f3n a pantalla completa en dispositivos m\u00f3viles - Open User Map","isPartOf":{"@id":"https:\/\/www.open-user-map.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#primaryimage"},"image":{"@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#primaryimage"},"thumbnailUrl":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-568x1024.png","datePublished":"2023-06-14T21:45:30+00:00","dateModified":"2025-05-28T12:24:01+00:00","breadcrumb":{"@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#primaryimage","url":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-568x1024.png","contentUrl":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/06\/image-2-568x1024.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.open-user-map.com\/knowledge-base\/display-location-bubbles-instead-of-fullscreen-overlay-on-mobile-devices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.open-user-map.com\/"},{"@type":"ListItem","position":2,"name":"Display Location Bubbles Instead of Fullscreen Overlay on Mobile Devices"}]},{"@type":"WebSite","@id":"https:\/\/www.open-user-map.com\/#website","url":"https:\/\/www.open-user-map.com\/","name":"Open User Map","description":"Plugin de mapas de WordPress","publisher":{"@id":"https:\/\/www.open-user-map.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.open-user-map.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.open-user-map.com\/#organization","name":"Open User Map","url":"https:\/\/www.open-user-map.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.open-user-map.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/09\/icon-256x256-1.png","contentUrl":"https:\/\/www.open-user-map.com\/wp-content\/uploads\/2023\/09\/icon-256x256-1.png","width":256,"height":256,"caption":"Open User Map"},"image":{"@id":"https:\/\/www.open-user-map.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.open-user-map.com\/#\/schema\/person\/d9c8cbe470ae2702b6de61e0f73a7402","name":"Daniel Sch\u00f6nherr"}]}},"_links":{"self":[{"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/ht-kb\/4874","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/users\/50"}],"replies":[{"embeddable":true,"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/comments?post=4874"}],"version-history":[{"count":1,"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/ht-kb\/4874\/revisions"}],"predecessor-version":[{"id":6173,"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/ht-kb\/4874\/revisions\/6173"}],"wp:attachment":[{"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/media?parent=4874"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=4874"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.open-user-map.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=4874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}