<br />
<b>Deprecated</b>:  YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php</b> on line <b>60</b><br />
<br />
<b>Deprecated</b>:  YoastSEO_Vendor\League\OAuth2\Client\Provider\AbstractProvider::authorize(): Implicitly marking parameter $redirectHandler as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php</b> on line <b>416</b><br />
<br />
<b>Deprecated</b>:  YoastSEO_Vendor\GuzzleHttp\Client::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php</b> on line <b>181</b><br />
<br />
<b>Deprecated</b>:  YoastSEO_Vendor\GuzzleHttp\ClientInterface::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in <b>/home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php</b> on line <b>77</b><br />
{"id":339,"date":"2011-06-26T21:19:53","date_gmt":"2011-06-26T19:19:53","guid":{"rendered":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/"},"modified":"2011-06-26T21:19:53","modified_gmt":"2011-06-26T19:19:53","slug":"setting-a-link-target-in-the-sharepoint-2010-data-view-web-part","status":"publish","type":"post","link":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/","title":{"rendered":"Setting a custom link target in the SharePoint 2010 Data View web part"},"content":{"rendered":"<p>Recently, I\u2019ve faced the following problem: a customer has created a links list, and she extended it with some additional fields. One of the fields was a choice field, called \u201cTarget\u201d, where user could choose between standard target options for the link opening (\u201c_self\u201d, \u201c_blank\u201d, \u201c_parent\u201d\u2026) .<\/p>\n<p>The challenge there was that the link, from the links list (the field was renamed from \u201cURL\u201d to \u201cDestination\u201d), should be opened in the target window specified in the field \u201cTarget\u201d.<\/p>\n<p><!--more--><\/p>\n<p>The only way was to make some XSLT transformation in the standard SharePoint 2010 Data View web part.<\/p>\n<p>Here is it, step by step:<\/p>\n<p>1. Create a page (or use existing), and put the list as a web part into the page. Pay attention on the fields \u201cDestination\u201d (contains URL) and \u201cTarget\u201d (contains target):<\/p>\n<p><a class=\"thickbox\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"1\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png\" border=\"0\" alt=\"1\" width=\"1070\" height=\"464\" \/><\/a><\/p>\n<p>2. Open the page in the SharePoint designer:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"2\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/2.png\" border=\"0\" alt=\"2\" width=\"214\" height=\"248\" \/><\/p>\n<p><a class=\"thickbox\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/3.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"3\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/3_thumb.png\" border=\"0\" alt=\"3\" width=\"1212\" height=\"723\" \/><\/a><\/p>\n<p>3. Click on the &#8220;URL&#8221; field (named &#8220;Destination&#8221; in our case), and chose &#8220;Hyperlink options&#8221; from the popup menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"4\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/4.png\" border=\"0\" alt=\"4\" width=\"404\" height=\"168\" \/><\/p>\n<p>4. Don&#8217;t change any options, just click on &#8220;OK&#8221;. XSLT transformation for the field will be created.<\/p>\n<p><a class=\"thickbox\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/5.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"5\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/5_thumb.png\" border=\"0\" alt=\"5\" width=\"658\" height=\"334\" \/><\/a><\/p>\n<p>5. There is a bug in SharePoint Designer, which, after creating XSLT transformation, puts both of the URL field\u2019s attributes (\u201cUrl\u201d, \u201cDescription\u201d) into the web part surface, so we need to remove one of the attributes from the XSLT &#8211; in our case \u201cDescription\u201d (switch to the Code View in SharePoint Designer):<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"6\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/6.png\" border=\"0\" alt=\"6\" width=\"368\" height=\"127\" \/><\/p>\n<h6><em>(bug produced by SharePoint Designer)<\/em><\/h6>\n<p>&nbsp;<\/p>\n<p><a class=\"thickbox\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/7.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"7\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/7_thumb.png\" border=\"0\" alt=\"7\" width=\"700\" height=\"202\" \/><\/a><\/p>\n<h6><em>(removing the \u201cdescription\u201d attribute from the the Data View web part in the XSL).<\/em><\/h6>\n<p>6. Now, we need to create a new variable which will hold the value of the &#8220;Target&#8221; field &#8211; create it where the other variables inside the XSLT block are created:<\/p>\n<p><a class=\"thickbox\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/8.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"8\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/8_thumb.png\" border=\"0\" alt=\"8\" width=\"737\" height=\"77\" \/><\/a><\/p>\n<p>7. Go back to the link from the step 5, and insert the &#8220;target&#8221; attribute inside the &lt;a&gt; tag, which will point to our new variable:<\/p>\n<p><a class=\"thickbox\" href=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/9.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;\" title=\"9\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/9_thumb.png\" border=\"0\" alt=\"9\" width=\"795\" height=\"86\" \/><\/a><\/p>\n<p>And that should be it. The links are now being opened in the specified target <img decoding=\"async\" class=\"wlEmoticon wlEmoticon-smile\" style=\"border-style: none;\" src=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/wlEmoticon-smile1.png\" alt=\"Smile\" \/>.<\/p>\n<div class=\"fb-background-color\">\n\t\t\t  <div \n\t\t\t  \tclass = \"fb-comments\" \n\t\t\t  \tdata-href = \"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/\"\n\t\t\t  \tdata-numposts = \"59\"\n\t\t\t  \tdata-lazy = \"true\"\n\t\t\t\tdata-colorscheme = \"light\"\n\t\t\t\tdata-order-by = \"time\"\n\t\t\t\tdata-mobile=true>\n\t\t\t  <\/div><\/div>\n\t\t  <style>\n\t\t    .fb-background-color {\n\t\t\t\tbackground:  !important;\n\t\t\t}\n\t\t\t.fb_iframe_widget_fluid_desktop iframe {\n\t\t\t    width: 100% !important;\n\t\t\t}\n\t\t  <\/style>\n\t\t  ","protected":false},"excerpt":{"rendered":"<p>Recently, I\u2019ve faced the following problem: a customer has created a links list, and she extended it with some additional fields. One of the fields was a choice field, called \u201cTarget\u201d, where user could choose between standard target options for the link opening (\u201c_self\u201d, \u201c_blank\u201d, \u201c_parent\u201d\u2026) . The challenge there was that the link, from [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[11],"tags":[55,56],"class_list":["post-339","post","type-post","status-publish","format-standard","hentry","category-development","tag-sharepoint","tag-sharepoint-designer"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Setting a custom link target in the SharePoint 2010 Data View web part - Adis Jugo blog<\/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:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting a custom link target in the SharePoint 2010 Data View web part - Adis Jugo blog\" \/>\n<meta property=\"og:description\" content=\"Recently, I\u2019ve faced the following problem: a customer has created a links list, and she extended it with some additional fields. One of the fields was a choice field, called \u201cTarget\u201d, where user could choose between standard target options for the link opening (\u201c_self\u201d, \u201c_blank\u201d, \u201c_parent\u201d\u2026) . The challenge there was that the link, from [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/\" \/>\n<meta property=\"og:site_name\" content=\"Adis Jugo blog\" \/>\n<meta property=\"article:published_time\" content=\"2011-06-26T19:19:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png\" \/>\n<meta name=\"author\" content=\"adis.jugo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"adis.jugo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/\",\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/\",\"name\":\"Setting a custom link target in the SharePoint 2010 Data View web part - Adis Jugo blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png\",\"datePublished\":\"2011-06-26T19:19:53+00:00\",\"author\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#primaryimage\",\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png\",\"contentUrl\":\"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.sharedove.com\/adisjugo\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting a custom link target in the SharePoint 2010 Data View web part\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#website\",\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/\",\"name\":\"Adis Jugo blog\",\"description\":\"The Southern Side\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.sharedove.com\/adisjugo\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c\",\"name\":\"adis.jugo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g\",\"caption\":\"adis.jugo\"},\"url\":\"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/author\/adisjugo\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setting a custom link target in the SharePoint 2010 Data View web part - Adis Jugo blog","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:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/","og_locale":"en_US","og_type":"article","og_title":"Setting a custom link target in the SharePoint 2010 Data View web part - Adis Jugo blog","og_description":"Recently, I\u2019ve faced the following problem: a customer has created a links list, and she extended it with some additional fields. One of the fields was a choice field, called \u201cTarget\u201d, where user could choose between standard target options for the link opening (\u201c_self\u201d, \u201c_blank\u201d, \u201c_parent\u201d\u2026) . The challenge there was that the link, from [&hellip;]","og_url":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/","og_site_name":"Adis Jugo blog","article_published_time":"2011-06-26T19:19:53+00:00","og_image":[{"url":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png","type":"","width":"","height":""}],"author":"adis.jugo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"adis.jugo","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/","url":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/","name":"Setting a custom link target in the SharePoint 2010 Data View web part - Adis Jugo blog","isPartOf":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#primaryimage"},"image":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png","datePublished":"2011-06-26T19:19:53+00:00","author":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c"},"breadcrumb":{"@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#primaryimage","url":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png","contentUrl":"https:\/\/blog.sharedove.com\/adisjugo\/wp-content\/uploads\/2011\/06\/1_thumb.png"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/2011\/06\/26\/setting-a-link-target-in-the-sharepoint-2010-data-view-web-part\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.sharedove.com\/adisjugo\/"},{"@type":"ListItem","position":2,"name":"Setting a custom link target in the SharePoint 2010 Data View web part"}]},{"@type":"WebSite","@id":"https:\/\/blog.sharedove.com\/adisjugo\/#website","url":"https:\/\/blog.sharedove.com\/adisjugo\/","name":"Adis Jugo blog","description":"The Southern Side","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.sharedove.com\/adisjugo\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/a5ca63552094ce9d5a0440f3a1ac9a4c","name":"adis.jugo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.sharedove.com\/adisjugo\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc5a23cf1bd0b9d8401c9dd65c6c141041ec0c6e37eedbb511779e4a40a198fd?s=96&d=mm&r=g","caption":"adis.jugo"},"url":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/author\/adisjugo\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/posts\/339","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/comments?post=339"}],"version-history":[{"count":0,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/posts\/339\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/media?parent=339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/categories?post=339"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.sharedove.com\/adisjugo\/index.php\/wp-json\/wp\/v2\/tags?post=339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}