{"id":158999,"date":"2016-09-12T13:00:43","date_gmt":"2016-09-12T13:00:43","guid":{"rendered":"https:\/\/premium.wpmudev.org\/blog\/?p=158999"},"modified":"2016-09-12T02:37:57","modified_gmt":"2016-09-12T02:37:57","slug":"tooltips-wordpress","status":"publish","type":"post","link":"https:\/\/wpmudev.com\/blog\/tooltips-wordpress\/","title":{"rendered":"What Are Tooltips Good For Anyway? 6 Simple Options for WordPress"},"content":{"rendered":"<p>When we recently talked about tips for <a href=\"https:\/\/wpmudev.com\/blog\/decluttering-communicating-effectively\/?utm_expid=3606929-81.6_x2aktJQ2qbOSnTRGna0w.0&amp;utm_referrer=https%3A%2F%2Fwpmudev.com%2Fblog%2F\" target=\"_blank\" rel=\"noopener\">decluttering your website<\/a>, we were mostly just focused on hiding away secondary pieces of content that were still worthy of inclusion on the site, but that didn\u2019t quite deserve a spot front and center.<\/p>\n<p>Because your visitors\u2019 experience always needs to be top-of-mind when developing a website, it\u2019s really important for you to know how to strategically tuck certain pieces of information out of sight until the right moment.<\/p>\n<p>That\u2019s why we\u2019re going to talk about tooltips today.<\/p>\n<h2>Why Your WordPress Website May Need Tooltips<\/h2>\n<p>Websites will vary from client to client, but there is one thing that always remains the same: you can accomplish a whole lot more with less. That\u2019s why we often talk about decluttering, minimalism, and <a href=\"https:\/\/wpmudev.com\/blog\/beautiful-lightweight-responsive-themes\/\" target=\"_blank\" rel=\"noopener\">lightweight themes<\/a>.<\/p>\n<p>One of the less common tools we\u2019ve seen people use to achieve this is the tooltip.<\/p>\n<div  class=\"wpdui-pic-regular  \">\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-670x670 size-670x670\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/tooltip.png\" alt=\"When you hover over tabs in Chrome, tooltips appear letting you know what the page is about.\" width=\"670\" height=\"300\" \/><figcaption class=\"wp-caption-text\">When you hover over tabs in Chrome, tooltips appear letting you know what the page is about.<\/figcaption><\/figure>\n<\/div>\n<h3>What is a Tooltip?<\/h3>\n<p>About 20 years ago, Microsoft introduced us to the original <a href=\"https:\/\/en.wikipedia.org\/wiki\/Tooltip\" rel=\"noopener\" target=\"_blank\">\u201ctool tip\u201d<\/a>. Whenever a user hovered their cursor over an item in the application\u2019s toolbar, a small message popped out to provide a hint or description on what that particular tool did. Microsoft\u2019s programs have evolved quite a bit since then, so they\u2019ve now got tooltip functionality built into all interactive or clickable parts of the interface (like in the example above).<\/p>\n<p>Word processing programs aren\u2019t the only ones who use tooltips anymore. They\u2019re now also used within websites, too.<\/p>\n<p>Let&#8217;s take a look at some examples.<\/p>\n<h3>The Classic Tooltip<\/h3>\n<p>If you\u2019re not already using tooltips, you\u2019ve at least seen them in action before.<\/p>\n<div  class=\"wpdui-pic-regular  \">\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-670x670 size-670x670\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/classic-tooltip.jpg\" alt=\"An example of a classic tooltip.\" width=\"670\" height=\"210\" \/><figcaption class=\"wp-caption-text\">An example of a classic tooltip.<\/figcaption><\/figure>\n<\/div>\n<p>Let\u2019s use the example above from LinkedIn. As I was scrolling through my news feed today, I saw this sponsored post from Optimizely show up. When I hovered over the \u201cSponsored\u201d text, I received that tooltip message. Then when I moved my cursor away it disappeared.<\/p>\n<p>This is how a classic tooltip works, though there are other trigger effects possible. The hover is probably the least disruptive way to include a tooltip on your site, but you can also require that users do a little more work before seeing tooltips by adding in click, drag, or automatic pop-open functionality.<\/p>\n<h3>The Popover Tooltip<\/h3>\n<p>Technically, the example from Facebook above is a popover tooltip. The functionality is similar to a standard tooltip wherein you hover your mouse over hyperlinked text, a clickable box, or an image, and then a temporary message pops up while you hover.<\/p>\n<div  class=\"wpdui-pic-regular  \">\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-670x670 size-670x670\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/popover-tooltip.jpg\" alt=\"An example of a pop-over tooltip.\" width=\"670\" height=\"210\" \/><figcaption class=\"wp-caption-text\">An example of a pop-over tooltip.<\/figcaption><\/figure>\n<\/div>\n<p>The difference between a tooltip and a popover though is in the amount of detail included within the \u201ctip.\u201d Tooltips are exactly what the name says they are: they provide tips on how to use a given element (and they\u2019re usually very brief). Popovers, however, tend to be used for providing an expanded description. These can be longer, include images, links, and more\u2026 though shorter is always better.<\/p>\n<h3>The Tour Tooltip<\/h3>\n<p>The last type of tooltip is a tour.<\/p>\n<div  class=\"wpdui-pic-regular  \">\n<figure class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"attachment-670x670 size-670x670\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/tour-tooltip.jpg\" alt=\"An example of a tour tooltip.\" width=\"670\" height=\"210\" \/><figcaption class=\"wp-caption-text\">An example of a tour tooltip.<\/figcaption><\/figure>\n<\/div>\n<p>If you\u2019ve ever signed up for a social media account or have used a new third-party software, chances are good you\u2019ve taken or at least been offered one of these step-by-step tours. Some of these automatically begin when you enter a website and some are like the example above where you have to initiate the tour. They almost always give you the option to opt-out if you don\u2019t feel like clicking through all the steps.<\/p>\n<p>Either way, these are a more elaborate, multi-step version of the standard tooltip that is meant to provide helpful guidance and information on how to use a workflow or interact with different parts of the site. The example above is from <a href=\"http:\/\/tourmyapp.com\/\" target=\"_blank\">TourMyApp<\/a>, which is a service that allows you to create click-through tours for web apps.<\/p>\n<p>So now that you know what tooltips are, the question remains: will your website even need them?<\/p>\n<h3>What Can You Do With Tooltips?<\/h3>\n<p>Here\u2019s the thing: your website will probably do just fine without tooltips. It\u2019s not like a lack of tooltips will cause your visitors to flounder about hopelessly, trying to figure out where to turn to next. At least that\u2019s our hope! Nevertheless, tooltips can still make for a really nice addition to websites for a number of reasons:<\/p>\n<ol>\n<li><b>Make your site more reader-friendly.<\/b> As always, the less text you put on the main interface of your site, the better. If you can tuck away a tip that visitors may not want or need, you can keep your site free and clear of any potentially intrusive text.<\/li>\n<li><b>Guide your visitors to take action.<\/b> If you\u2019ve ever felt the need to have more control over getting visitors to take action, tooltips can give you an extra layer of guidance without having to add another call-to-action into your site\u2019s design.<\/li>\n<li><b>Cut down on unnecessary back-and-forth.<\/b> While your site\u2019s design should already be intuitive, there may be some spots that trip up visitors. Rather than leave them feeling frustrated, confused, or needing to reach out to you for clarification, tooltips can be a built-in guide to your website.<\/li>\n<li><b>Provide extra info for visitors who want it.<\/b> Let\u2019s say you have a blog site that only showcases an image and the title of the article on the front page. Rather than force visitors to click through to start reading, you can use popover tooltips to provide extra descriptive info so they can decide whether or not they really want to take that action.<\/li>\n<li><b>Improve accessibility.<\/b> <a href=\"https:\/\/www.w3.org\/WAI\/users\/Overview.html\" rel=\"noopener\" target=\"_blank\">Accessibility<\/a> should always play a part in the planning and implementation phases during website development. Consequently, tooltips can be really useful in providing disabled visitors with extra direction.<\/li>\n<\/ol>\n<p>Because of the very nature of tooltips, you\u2019ll need to be careful in how you use them on your website. If you\u2019ve decided that you can put these to good use, think about the following points before you get started:<\/p>\n<ul>\n<li>Tooltips should be turned off for mobile devices. Mobile visitors already work with a compromised view of your website, so you don\u2019t want to detract from that by including additional pop-up messaging.<\/li>\n<li>Use them sparingly. If your website is littered with tooltips, visitors will be frustrated by the constant disruption. While some \u201cfriction\u201d in the UX is okay\u2014especially if you\u2019re actively trying to get attention\u2014in this case, it needs to be kept to a minimum.<\/li>\n<li>Tooltips need to add value to whatever element triggered the pop-up. For instance, if you want to include tooltips in a form, you wouldn\u2019t want the tooltip to repeat the name of the field. You\u2019d want it to instead indicate an additional piece of helpful information, like providing the phone number format needed (i.e. (XXX) XXX-XXXX).<\/li>\n<li>Keep the tooltip messaging as brief as possible. Classic tooltips and tours should only be a few words. Popovers can be a little longer, but it\u2019s still better to keep them shorter.<\/li>\n<li>Try to keep images out of your tooltips. If you find that you need to explain more or share photos, videos, etc., include a link in the tooltip to a page that includes all of the pertinent information.<\/li>\n<\/ul>\n<p>As always, whenever you add a new element to your website\u2019s design, A\/B test the element to make sure it actually effective in maintaining visitors\u2019 interest. While you may think tooltips are a great addition to your site, your visitors might not find them useful or necessary. A\/B testing can help you make that determination.<\/p>\n<h2>3 Ways to Create Tooltips<\/h2>\n<p>Before adding tooltips to your site, consider what type of styling will work best not only for your tooltips but also for when they are placed within the context of your website. There are different tools to help you achieve the effect you desire, so you\u2019ll want to know what you need first.<\/p>\n<p>Consider:<\/p>\n<ul>\n<li>Font color<\/li>\n<li>Background bubble\/block color<\/li>\n<li>Size<\/li>\n<li>Opaqueness<\/li>\n<li>Positioning<\/li>\n<li>Trigger action (hover, click, etc.)<\/li>\n<li>Trigger close (move cursor, click \u201cX\u201d, etc.)<\/li>\n<li>Mobile blocking<\/li>\n<\/ul>\n<p>Once you have a clear idea of what you want to accomplish, there are three ways by which you can create tooltips:<\/p>\n<h3>Tooltip WordPress Plugins<\/h3>\n<p>Here are some fantastic options for adding tooltip functionality to your WordPress site.<\/p>\n<ul class=\"dev-tutorial-list\"><li class=\"dev-tutorial-list__item\"><header class=\"dev-tutorial-list__item__header\"><h3 class=\"dev-tutorial-list__item__title\">Simple Tooltips<\/h3><\/header><section class=\"dev-tutorial-list__item__image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"171\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/Simple-Tooltips-Plugin-600x171.png\" class=\"attachment-ratio-large size-ratio-large\" alt=\"Simple Tooltips image\" aria-hidden=\"true\" \/><\/section><!-- end dev-tutorial-list__item__image --><section class=\"dev-tutorial-list__item__content\"><p>For basic tooltip additions, you can use this plugin to add a super convenient button to your WordPress post or page toolbar. You\u2019ll then be able to create your own text, update text color, update backdrop color, and select which element will trigger the tooltip. This plugin is free.<\/p>\n<\/section><!-- end dev-tutorial-list__item__content --><footer class=\"dev-tutorial-list__item__footer\"><p>Interested in Simple Tooltips?<\/p><div class=\"dev-tutorial-list__item__cta\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/simple-tooltips\/\" class=\"dui-btn dui-btn--sm dui-btn--brand dev-btn--Details\">Details<\/a><\/div><!-- end dev-tutorial-list__item__cta --><\/footer><!-- end dev-tutorial-list__item__footer --><\/li><!-- end dev-tutorial-list__item --><li class=\"dev-tutorial-list__item\"><header class=\"dev-tutorial-list__item__header\"><h3 class=\"dev-tutorial-list__item__title\">Magic Tooltips<\/h3><\/header><section class=\"dev-tutorial-list__item__image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"171\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/Magic-Tooltips-Plugin-600x171.png\" class=\"attachment-ratio-large size-ratio-large\" alt=\"Magic Tooltips image\" aria-hidden=\"true\" \/><\/section><!-- end dev-tutorial-list__item__image --><section class=\"dev-tutorial-list__item__content\"><p>In order to use this plugin, you\u2019ll need to have Gravity Forms installed in WordPress. Once that\u2019s set up and ready to go, you\u2019ll be able to purchase this plugin. If you have a lot of forms on your website or if the few you have are more elaborate, tooltips can come in handy in improving the user\u2019s experience, and this plugin will give you full control over how those tooltips work.<\/p>\n<\/section><!-- end dev-tutorial-list__item__content --><footer class=\"dev-tutorial-list__item__footer\"><p>Interested in Magic Tooltips?<\/p><div class=\"dev-tutorial-list__item__cta\"><a target=\"_blank\" href=\"http:\/\/magictooltips.com\/pricing\/\" class=\"dui-btn dui-btn--sm dui-btn--brand dev-btn--Details\">Details<\/a><\/div><!-- end dev-tutorial-list__item__cta --><\/footer><!-- end dev-tutorial-list__item__footer --><\/li><!-- end dev-tutorial-list__item --><li class=\"dev-tutorial-list__item\"><header class=\"dev-tutorial-list__item__header\"><h3 class=\"dev-tutorial-list__item__title\">CM Tooltip Glossary<\/h3><\/header><section class=\"dev-tutorial-list__item__image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"171\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/cm-tooltip-glossary-600x171.png\" class=\"attachment-ratio-large size-ratio-large\" alt=\"CM Tooltip Glossary image\" aria-hidden=\"true\" \/><\/section><!-- end dev-tutorial-list__item__image --><section class=\"dev-tutorial-list__item__content\"><p>If you run a site that uses a lot of technical terms, creating a glossary just makes good sense. and while you can display a glossary on a separate page, in footnotes, or linking key terms to definition pages, another way to help your visitors along is by displaying glossary tooltips.<\/p>\n<p>The CM ToolTip Glossary plugin lets you create a glossary then display definitions\u00a0in tooltips whenever a user hovers over a term contained in it. The glossary index that&#8217;s created is also responsive and easy to browse. This plugin is free but a pro version is available.<\/p>\n<\/section><!-- end dev-tutorial-list__item__content --><footer class=\"dev-tutorial-list__item__footer\"><p>Interested in CM Tooltip Glossary?<\/p><div class=\"dev-tutorial-list__item__cta\"><a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/enhanced-tooltipglossary\/\" class=\"dui-btn dui-btn--sm dui-btn--brand dev-btn--Details\">Details<\/a><\/div><!-- end dev-tutorial-list__item__cta --><\/footer><!-- end dev-tutorial-list__item__footer --><\/li><!-- end dev-tutorial-list__item --><\/ul><!-- end dev-tutorial-list -->\n<h3>CSS for Tooltips<\/h3>\n<p>While plugins provide a quicker solution to adding tooltips to a website, they\u2019re not always the most comprehensive option. If you\u2019re looking to get more control over how your tooltips look and want to explore more possibilities, give CSS a shot.<\/p>\n<ul class=\"dev-tutorial-list\"><li class=\"dev-tutorial-list__item\"><header class=\"dev-tutorial-list__item__header\"><h3 class=\"dev-tutorial-list__item__title\">Simptip<\/h3><\/header><section class=\"dev-tutorial-list__item__image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"171\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/Simptip-600x171.png\" class=\"attachment-ratio-large size-ratio-large\" alt=\"Simptip image\" aria-hidden=\"true\" \/><\/section><!-- end dev-tutorial-list__item__image --><section class=\"dev-tutorial-list__item__content\"><p>We\u2019re really digging this simple CSS tooltip solution from Arash Manteghi. You can actually test out many of the variations right within the welcome screen message, which is pretty cool. While this isn\u2019t the most comprehensive tooltip solution, it does offer more flexibility and control than the WordPress plugin solutions.<\/p>\n<\/section><!-- end dev-tutorial-list__item__content --><footer class=\"dev-tutorial-list__item__footer\"><p>Interested in Simptip?<\/p><div class=\"dev-tutorial-list__item__cta\"><a target=\"_blank\" href=\"http:\/\/arashm.net\/lab\/simptip\/\" class=\"dui-btn dui-btn--sm dui-btn--brand dev-btn--Details\">Details<\/a><\/div><!-- end dev-tutorial-list__item__cta --><\/footer><!-- end dev-tutorial-list__item__footer --><\/li><!-- end dev-tutorial-list__item --><li class=\"dev-tutorial-list__item\"><header class=\"dev-tutorial-list__item__header\"><h3 class=\"dev-tutorial-list__item__title\">W3 Lesson<\/h3><\/header><section class=\"dev-tutorial-list__item__image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"171\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/W3-Lesson-600x171.png\" class=\"attachment-ratio-large size-ratio-large\" alt=\"W3 Lesson image\" aria-hidden=\"true\" \/><\/section><!-- end dev-tutorial-list__item__image --><section class=\"dev-tutorial-list__item__content\"><p>I happen to be a really big fan of W3\u2019s lessons. They\u2019re simple, easy to follow, and they always provide you with everything you need. This lesson will show you the CSS you\u2019ll need to create tooltips on your site. Make sure to read all the way to the bottom as they include further lessons for creating more complicated tooltips.<\/p>\n<\/section><!-- end dev-tutorial-list__item__content --><footer class=\"dev-tutorial-list__item__footer\"><p>Interested in W3 Lesson?<\/p><div class=\"dev-tutorial-list__item__cta\"><a target=\"_blank\" href=\"http:\/\/www.w3schools.com\/howto\/howto_css_tooltip.asp\" class=\"dui-btn dui-btn--sm dui-btn--brand dev-btn--Details\">Details<\/a><\/div><!-- end dev-tutorial-list__item__cta --><\/footer><!-- end dev-tutorial-list__item__footer --><\/li><!-- end dev-tutorial-list__item --><\/ul><!-- end dev-tutorial-list -->\n<h3>jQuery for Tooltips<\/h3>\n<p>If you\u2019re comfortable working with CSS and JavaScript, consider going the jQuery route for a simple way to create tooltips with a lot more options.<\/p>\n<ul class=\"dev-tutorial-list\"><li class=\"dev-tutorial-list__item\"><header class=\"dev-tutorial-list__item__header\"><h3 class=\"dev-tutorial-list__item__title\">Tooltipster<\/h3><\/header><section class=\"dev-tutorial-list__item__image\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"171\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2016\/09\/tooltipster-600x171.png\" class=\"attachment-ratio-large size-ratio-large\" alt=\"Tooltipster image\" aria-hidden=\"true\" \/><\/section><!-- end dev-tutorial-list__item__image --><section class=\"dev-tutorial-list__item__content\"><p>Tooltipster\u2019s website is pretty cool. You can test out some of the tooltip options right there within the home page, which gives you just a taste of how complex you can get with these. And as you scroll down you\u2019ll see they\u2019ve broken out the process for creating tooltips in clear, easy to follow steps.<\/p>\n<\/section><!-- end dev-tutorial-list__item__content --><footer class=\"dev-tutorial-list__item__footer\"><p>Interested in Tooltipster?<\/p><div class=\"dev-tutorial-list__item__cta\"><a target=\"_blank\" href=\"http:\/\/calebjacob.github.io\/tooltipster\/\" class=\"dui-btn dui-btn--sm dui-btn--brand dev-btn--Details\">Details<\/a><\/div><!-- end dev-tutorial-list__item__cta --><\/footer><!-- end dev-tutorial-list__item__footer --><\/li><!-- end dev-tutorial-list__item --><\/ul><!-- end dev-tutorial-list -->\n<h2>Wrapping Up<\/h2>\n<p>As you can see, tooltips make for a pretty interesting addition to WordPress websites. When used appropriately, you can improve the UX, increase accessibility, inspire visitors to take a certain action, and of course, keep your website\u2019s design looking as clean as possible.<\/p>\n<p>Just remember that any additional text added to your site may increase the amount of friction visitors have to deal with, so always aim to use tooltips sparingly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When we recently talked about tips for decluttering your website, we were mostly just focused on hiding away secondary pieces of content that were still worthy of inclusion on the site, but that didn\u2019t quite deserve a spot front and center. Because your visitors\u2019 experience always needs to be top-of-mind when developing a website, it\u2019s [&hellip;]<\/p>\n","protected":false},"author":344989,"featured_media":159023,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"blog_reading_time":"","wds_primary_category":0,"wds_primary_tutorials_categories":0,"footnotes":""},"categories":[263],"tags":[10531,10222],"tutorials_categories":[],"class_list":["post-158999","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-tooltips","tag-user-experience"],"_links":{"self":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/158999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/users\/344989"}],"replies":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/comments?post=158999"}],"version-history":[{"count":7,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/158999\/revisions"}],"predecessor-version":[{"id":198664,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/158999\/revisions\/198664"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media\/159023"}],"wp:attachment":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media?parent=158999"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/categories?post=158999"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tags?post=158999"},{"taxonomy":"tutorials_categories","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tutorials_categories?post=158999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}