{"id":584,"date":"2013-03-16T16:51:47","date_gmt":"2013-03-16T16:51:47","guid":{"rendered":"http:\/\/www.myfatblog.co.uk\/?p=584"},"modified":"2013-03-16T17:21:26","modified_gmt":"2013-03-16T17:21:26","slug":"how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery","status":"publish","type":"post","link":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/","title":{"rendered":"How to achieve a Mega Menu using out of the box navigation in SharePoint 2013 and jQuery."},"content":{"rendered":"<p>I was looking at some requirements from a client for their new SharePoint 2013 Intranet, and one that caught my eye was desire to have Feature images on the top navigation.<\/p>\n<p>The requirement was to have a dynamic top navigation, controlled using the SharePoint out of the box navigation settings, but have the ability to add a Feature image and some text to the menu. My first reaction was to think about a custom navigation control in the master page using Tokens in the navigation settings, then I got to thinking, could we do this with JQuery instead?<\/p>\n<p>Here\u2019s a brief mock-up of what they wanted to achieve.<\/p>\n<p align=\"center\"><a href=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image.png\"><img loading=\"lazy\" decoding=\"async\" style=\"margin: 0px; display: inline; background-image: none;\" title=\"image\" border=\"0\" alt=\"image\" src=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png\" width=\"244\" height=\"227\" \/><\/a><\/p>\n<p>So this weekend I decided to take the matter offline and have a play in my SP2013 development environment and this is what I came up with. If nothing else, it&#8217;s a great example of what you can do with some well placed tokens and a little jQuery code!<\/p>\n<p>The first thing I did was take a look at the options available to us in the out of the box navigation, Not much has changed to the navigation interface in recent versions of SharePoint apart from the addition of Managed Metadata base navigation now in 2013. For this example, I&#8217;m just using the standard Navigation that forms part of the basic site structure, however there&#8217;s no real reason why you couldn&#8217;t use the same token based system in the Managed metadata.<\/p>\n<p><a href=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image001.png\"><img loading=\"lazy\" decoding=\"async\" style=\"margin: 5px auto; float: none; display: block; background-image: none;\" title=\"clip_image001\" border=\"0\" alt=\"clip_image001\" src=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image001_thumb.png\" width=\"566\" height=\"152\" \/><\/a><\/p>\n<p>In the actual navigation pane, I&#8217;ve added some standard links, and then finally a tokenised link that I&#8217;ll be using the jQuery to replace.<\/p>\n<p><a href=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image002.png\"><img loading=\"lazy\" decoding=\"async\" style=\"margin: 5px auto; float: none; display: block; background-image: none;\" title=\"clip_image002\" border=\"0\" alt=\"clip_image002\" src=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image002_thumb.png\" width=\"367\" height=\"273\" \/><\/a><\/p>\n<p>The real key with what I wanted to achieve is to make it easy for the client to be able to change the data that exists in these Big menus. So if we edit one of the tokenised options, you can see that we&#8217;re just using the default out of the box navigation fully.<\/p>\n<p>We place the token in the title field, using the format ~### to denote the start of the token, then a unique identifier for this particular navigation node, and then the closing token identifier ###~. Then the url of the Image that we want to display in the URL field, and then finally the HTML that we want to display in the description field which can include full HTML.<\/p>\n<p>(Note: Audiencing will still work on these menu&#8217;s too!)<\/p>\n<p><a href=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image003.png\"><img loading=\"lazy\" decoding=\"async\" style=\"margin: 5px auto; float: none; display: block; background-image: none;\" title=\"clip_image003\" border=\"0\" alt=\"clip_image003\" src=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image003_thumb.png\" width=\"523\" height=\"354\" \/><\/a><\/p>\n<p>When we save this back into the navigation, and then display our page, this is the effect we get when we hover over that particular top level node.<\/p>\n<p><a href=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image004.png\"><img loading=\"lazy\" decoding=\"async\" style=\"margin: 5px auto; float: none; display: block; background-image: none;\" title=\"clip_image004\" border=\"0\" alt=\"clip_image004\" src=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/clip_image004_thumb.png\" width=\"406\" height=\"290\" \/><\/a><\/p>\n<p>So, how did we actually achieve this? The secret is in the jQuery scripts embedded into the master page (In this demo, I&#8217;m just using a content editor web part linked to an external html file to make it easy to test and demonstrate!)<\/p>\n<p>I won\u2019t describe the CSS here as it should hopefully be fairly self explanatory and I\u2019ve commented the jQuery code fairly well. I would say that you can and should condense any JavaScript code that you place into your production environment however for demonstration purposes, this code is spaced out and more verbose than I would write for production.. (tldr THIS IS NOT PRODUCTION CODE!)<\/p>\n<div style=\"margin: 0px; padding: 0px; float: none; display: inline;\" id=\"scid:C89E2BDB-ADD3-4f7a-9810-1B7EACF446C1:1406f6e3-6803-4f4d-9c56-bbc9fc165e53\" class=\"wlWriterEditableSmartContent\">\n<pre style=white-space:normal>\r\n<pre class=\"brush: jscript; auto-links: false; html-script: true; pad-line-numbers: true; title: ; wrap-lines: true; notranslate\" title=\"\">\r\n\/\/First we need to find all of our DOM elements that are in the Top level navigation\r\n\/\/and contain the start of the token field.\r\n$(&quot;UL.dynamic span.menu-item-text:contains('~###')&quot;).each(function(){\r\n\r\n\/\/We then extract the token identifier, removing the ~### and ###~ from either side\r\nvar menuItem = $(this);\r\nvar parentMenuA = menuItem.closest(&quot;a&quot;);\r\nvar parentMenuUL = menuItem.closest('UL.dynamic');\r\nvar menuToken = menuItem.text().replace('~###','').replace('###~','');\r\n\r\n\/\/Then we extract the link to the image, and to the description field (Held in the title attribute)\r\nvar imageUrlHREF = parentMenuA.attr(&quot;href&quot;);\r\nvar linkUrlText = parentMenuA.attr(&quot;title&quot;);\r\n\r\n\/\/Then we hide the tokenised menu item as the user doesn't need to see it.\r\nmenuItem.hide();\r\n\r\n\/\/Now we add an extra class to the Parent UL to apply some CSS\r\nparentMenuUL.addClass('featuredNavigation');\r\n\r\n\/\/And then wrap the original contents of the menu in an extra div to make styling them into the top right hand corner easier\r\nparentMenuUL.wrapInner(&quot;&lt;div class='navItemsWrapper'\/&gt;&quot;).wrapInner(&quot;&lt;div class='navWrapper' id='&quot; + menuToken +  &quot;'&gt;&lt;\/div&gt;&quot;);\r\n\r\n\/\/Finally we build the Featured image with the data from the navigation item\r\nvar imageDiv = &quot;&lt;div class='navWrapperImageDiv'&gt;&lt;img class='navWrapperImage' src='&quot; + imageUrlHREF + &quot;' alt='Featured Image'&gt;&lt;\/img&gt;&quot; +\r\n\t&quot;&lt;div class='navWrapperImageText'&gt;&quot; + linkUrlText + &quot;&lt;\/div&gt;&lt;\/div&gt;&quot;;\r\n\r\n\/\/And then inject it into the top of the navigation object using the prepend instruction.\r\n$('#' + menuToken).prepend(imageDiv);\r\n});\r\n<\/pre>\n<\/div>\n<p>That\u2019s all the javascript there, though you can download the entire html file that I created for testing and embed it into a SharePoint page using a CEWP to see it in action in your environment.<\/p>\n<p><a href=\"http:\/\/www.myfatblog.co.uk\/wp-content\/uploads\/2013\/03\/navtokeniser.html.txt\" title=\"Navtokeniser.html script file. (Rename from .txt)\">Navtokeniser.html script file. (Rename from .txt)<\/a><\/p>\n<p>I hope it sparked some ideas.<\/p>\n<p>Paul.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was looking at some requirements from a client for their new SharePoint 2013 Intranet, and one that caught my eye was desire to have Feature images on the top navigation. The requirement was to have a dynamic top navigation, controlled using the SharePoint out of the box navigation settings, but have the ability to &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/\">Continue reading<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[104,102,70,103],"tags":[168,105,187,178],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to achieve a mega menu style navigation in SharePoint 2013 and jQuery.<\/title>\n<meta name=\"description\" content=\"This blog post takes you through a simple way to construct Mega menu style navigation using the SharePoint 2013 out of the box navigation and jQuery.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to achieve a mega menu style navigation in SharePoint 2013 and jQuery.\" \/>\n<meta property=\"og:description\" content=\"This blog post takes you through a simple way to construct Mega menu style navigation using the SharePoint 2013 out of the box navigation and jQuery.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog of an overweight SharePoint addict\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-16T16:51:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-03-16T17:21:26+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png\" \/>\n<meta name=\"author\" content=\"Cimares\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cimares\" \/>\n<meta name=\"twitter:site\" content=\"@cimares\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cimares\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/\",\"url\":\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/\",\"name\":\"How to achieve a mega menu style navigation in SharePoint 2013 and jQuery.\",\"isPartOf\":{\"@id\":\"http:\/\/www.myfatblog.co.uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png\",\"datePublished\":\"2013-03-16T16:51:47+00:00\",\"dateModified\":\"2013-03-16T17:21:26+00:00\",\"author\":{\"@id\":\"http:\/\/www.myfatblog.co.uk\/#\/schema\/person\/55ae8f6885bb5b8390dad001f3da83c6\"},\"description\":\"This blog post takes you through a simple way to construct Mega menu style navigation using the SharePoint 2013 out of the box navigation and jQuery.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/#primaryimage\",\"url\":\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png\",\"contentUrl\":\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png\"},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.myfatblog.co.uk\/#website\",\"url\":\"http:\/\/www.myfatblog.co.uk\/\",\"name\":\"Blog of an overweight SharePoint addict\",\"description\":\"The rantings of a (not so) food obsessed IT consultant!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.myfatblog.co.uk\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/www.myfatblog.co.uk\/#\/schema\/person\/55ae8f6885bb5b8390dad001f3da83c6\",\"name\":\"Cimares\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.myfatblog.co.uk\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/About_D057\/TopOfTheWorld.jpg\",\"contentUrl\":\"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/About_D057\/TopOfTheWorld.jpg\",\"caption\":\"Cimares\"},\"sameAs\":[\"http:\/\/www.myfatblog.co.uk\"],\"url\":\"http:\/\/www.myfatblog.co.uk\/index.php\/author\/reginald\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to achieve a mega menu style navigation in SharePoint 2013 and jQuery.","description":"This blog post takes you through a simple way to construct Mega menu style navigation using the SharePoint 2013 out of the box navigation and jQuery.","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":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/","og_locale":"en_US","og_type":"article","og_title":"How to achieve a mega menu style navigation in SharePoint 2013 and jQuery.","og_description":"This blog post takes you through a simple way to construct Mega menu style navigation using the SharePoint 2013 out of the box navigation and jQuery.","og_url":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/","og_site_name":"Blog of an overweight SharePoint addict","article_published_time":"2013-03-16T16:51:47+00:00","article_modified_time":"2013-03-16T17:21:26+00:00","og_image":[{"url":"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png"}],"author":"Cimares","twitter_card":"summary_large_image","twitter_creator":"@cimares","twitter_site":"@cimares","twitter_misc":{"Written by":"Cimares","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/","url":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/","name":"How to achieve a mega menu style navigation in SharePoint 2013 and jQuery.","isPartOf":{"@id":"http:\/\/www.myfatblog.co.uk\/#website"},"primaryImageOfPage":{"@id":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/#primaryimage"},"image":{"@id":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/#primaryimage"},"thumbnailUrl":"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png","datePublished":"2013-03-16T16:51:47+00:00","dateModified":"2013-03-16T17:21:26+00:00","author":{"@id":"http:\/\/www.myfatblog.co.uk\/#\/schema\/person\/55ae8f6885bb5b8390dad001f3da83c6"},"description":"This blog post takes you through a simple way to construct Mega menu style navigation using the SharePoint 2013 out of the box navigation and jQuery.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.myfatblog.co.uk\/index.php\/2013\/03\/how-to-achieve-a-mega-menu-using-out-of-the-box-navigation-in-sharepoint-2013-and-jquery\/#primaryimage","url":"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png","contentUrl":"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/How-to-achieve-a-Big-Menu-style-using-ou_EAAF\/image_thumb.png"},{"@type":"WebSite","@id":"http:\/\/www.myfatblog.co.uk\/#website","url":"http:\/\/www.myfatblog.co.uk\/","name":"Blog of an overweight SharePoint addict","description":"The rantings of a (not so) food obsessed IT consultant!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.myfatblog.co.uk\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/www.myfatblog.co.uk\/#\/schema\/person\/55ae8f6885bb5b8390dad001f3da83c6","name":"Cimares","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.myfatblog.co.uk\/#\/schema\/person\/image\/","url":"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/About_D057\/TopOfTheWorld.jpg","contentUrl":"http:\/\/www.myfatblog.co.uk\/images\/BlogImages\/About_D057\/TopOfTheWorld.jpg","caption":"Cimares"},"sameAs":["http:\/\/www.myfatblog.co.uk"],"url":"http:\/\/www.myfatblog.co.uk\/index.php\/author\/reginald\/"}]}},"_links":{"self":[{"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/584"}],"collection":[{"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=584"}],"version-history":[{"count":15,"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/584\/revisions"}],"predecessor-version":[{"id":598,"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/584\/revisions\/598"}],"wp:attachment":[{"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=584"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/categories?post=584"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.myfatblog.co.uk\/index.php\/wp-json\/wp\/v2\/tags?post=584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}