{"id":6166,"date":"2013-12-05T07:34:47","date_gmt":"2013-12-05T15:34:47","guid":{"rendered":"http:\/\/www.seedcode.com\/?p=6166"},"modified":"2013-12-05T07:34:47","modified_gmt":"2013-12-05T15:34:47","slug":"filemaker-13-popover-bugs","status":"publish","type":"post","link":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/","title":{"rendered":"FileMaker 13 Popover Bugs &#038; Interesting Behaviors"},"content":{"rendered":"<p>Popovers are one of my favorite things in FileMaker 13. Like tab panels and slide controls they&#8217;re a region within a layout, but unlike our other enclosures they don&#8217;t take up any space when they&#8217;re not in use. We <em>love<\/em> them. \u00a0But they have a couple of unexpected behaviors you&#8217;ll want to be aware of as you start putting popovers to work.<\/p>\n<h2>FileMaker 13 Popover Bugs<\/h2>\n<div class=\"lightbox\">\n<figure id=\"attachment_6193\" aria-describedby=\"caption-attachment-6193\" style=\"width: 300px\" class=\"wp-caption alignright\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2013\/12\/starersolution.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"size-medium wp-image-6193 \" alt=\"FileMaker 13 Popover Bugs: Selecting a customer in a popover. From the &quot;invoices&quot; starter solution.\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2013\/12\/starersolution-300x246.png\" width=\"300\" height=\"246\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/starersolution-300x246.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/starersolution.png 730w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-6193\" class=\"wp-caption-text\">Selecting a customer in a popover. From the &#8220;invoices&#8221; starter solution.<\/figcaption><\/figure>\n<\/div>\n<p><strong>Issue in Web Direct: Portal buttons fail in all but the first row.<\/strong>\u00a0The only real show stopper with <a href=\"http:\/\/help.filemaker.com\/app\/answers\/detail\/a_id\/12011\">popovers<\/a> is when a portal is used inside a popover in <a href=\"http:\/\/www.filemaker.com\/products\/filemaker-server\/webdirect.html\">Web Direct<\/a>. In such portals, buttons within the portal row will always act as if they are on the first portal row. This means that if you have a portal based selector inside a popover, users on Web Direct will only be to select items in the first row. You can see this in action in FileMaker&#8217;s own &#8220;Invoices&#8221; starter solution. Popover base selectors like the one adding a company or an item to an invoice always select the first row&#8217;s item in Web Direct. Thank you, Jason Young, for catching this!<\/p>\n<p><strong>Work around.<\/strong> I can&#8217;t imagine FileMaker won&#8217;t fix this soon in a v-rev. Until then, you can fake a button by using a field in the portal row and adding an OnObjectEnter script trigger to act as the button. Because you&#8217;re &#8220;in&#8221; the row&#8217;s record when the script fires, these fields-as-buttons work in the correct row, not just the first row.<\/p>\n<p><em>Update: fixed in 13v2<\/em><\/p>\n<p><em>\u00a0<\/em><\/p>\n<p><!--more--><\/p>\n<h2>&#8220;Interesting Behaviors&#8221;<\/h2>\n<p><strong>Issue: Objects prohibited in portals are prohibited in popovers placed inside of portals.<\/strong>\u00a0This isn&#8217;t a bug, but just isn&#8217;t obvious at first and caught us off guard when we first starting using popovers in earnest. If you place a popover inside a portal row, the objects in the popover have to obey the same rules as any objects inside a portal row. This means that since you can&#8217;t put tabs inside a portal row&#8230; you can&#8217;t put them in a popover that itself is inside a portal row. The reason this catches people is that FileMaker won&#8217;t bark at you when you try to do this. Depending on the object you try to add to a portal-enclosed popover, the action in layout mode will either look like it succeeds or the added object will &#8220;fall through&#8221; the popover to the layout below.<\/p>\n<p style=\"padding-left: 30px;\"><strong>Work around.<\/strong>\u00a0None. This is just a fact of life. Just as you can&#8217;t include a portal inside another portal, you can&#8217;t include a portal in a popover that&#8217;s inside another portal.<\/p>\n<p><strong>Issue: Expanding popovers won&#8217;t cover webviewers.<\/strong>\u00a0Nothing can really cover a webviewer and that goes for the expanded contents of a popover as well. The popover will try to expand elsewhere on the screen but if there is nowhere else to go you may find part of it <em>underneath<\/em> your webviewer. Kind of hard to use that way. =)<\/p>\n<p style=\"padding-left: 30px;\"><strong>Work around.<\/strong> Fortunately, you can use FileMaker 13&#8217;s new &#8220;<a href=\"\/filemaker-13-hiding-objects\">hide object when<\/a>&#8221; attribute to hide the webviewer as the popover opens. Attach a script trigger to the popover upon OnObjectEnter (setting a variable like $$Hide_Webviewer to 1) and OnObjectExit (clearing\u00a0$$Hide_Webviewer). Then use the\u00a0&#8220;hide object when&#8221; attribute to hide the webviewer in question when\u00a0$$Hide_Webviewer is set to 1. Note that you&#8217;ll need to refresh the window, or refresh the webviewer object, as soon as you edit the $$Hide&#8230; variable to see the change take effect. This work around will let the popover appear without going beneath the webviewer (which is now hidden) but since the webviewer\u00a0was on screen when the popover began to draw, the popover will still render in a different place on the screen if that is what the webviewer&#8217;s presence caused it to do. So think of this work around as getting the webviewer to stop appearing <em>infront<\/em> of the popover, not as preventing the webviewer from effecting the popover at all.<\/p>\n<p><em>Updated 2\/24\/2014<\/em><\/p>\n<p><strong>Issue: It can be hard to make a popover open only in some cases.<\/strong> The triggers you&#8217;d think work for this (OnObjectEnter \/ Modify) don&#8217;t fire until the popover is already open. So while these can then close the popover, they can&#8217;t prevent it from opening. (And while this close can happen very fast in Pro&#8211;maybe unnoticeably fast&#8211;that is not the case in Web Direct.)<\/p>\n<p style=\"padding-left: 30px;\"><strong>Workaround:<\/strong> Use FM13&#8217;s new &#8220;hide object when&#8221; on the entire popover (not the popover button) instead. Works great in both Pro and Web Direct. \u00a0As an added bonus, the OnObjectEnter script trigger still fires if the pop-over is hidden, so you can run a script as an alternative to launching the pop-over all from the same button without having to name any objects.<\/p>\n<p><strong>Issue: There is no native function to tell if a popover is currently showing.<\/strong> If your scripts want to know if a user currently has a popover on screen, things like IsFrontTabPanel don&#8217;t apply.<\/p>\n<p style=\"padding-left: 30px;\"><strong>Workaround.<\/strong> <del>Test any object (by object name) within the popover for the value of it&#8217;s top: \u00a0GetLayoutObjectAttribute(&#8220;YourObjectName&#8221;,&#8221;top&#8221;) That will only have a value if the popover is visible.<\/del> Wish that worked; the &#8220;top&#8221; value actually persists once the popover has been shown once, regardless of it being visible currently.<\/p>\n<p>[ba-box background=&#8221;#778899&#8243; border=&#8221;#708090&#8243; textcolor=&#8221;#F7F7F7&#8243;][jetpack_subscription_form][\/ba-box]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Popovers are one of my favorite things in FileMaker 13. Like tab panels and slide controls they&#8217;re a region within a layout, but unlike our other enclosures they don&#8217;t take up any space when they&#8217;re not in use. We love them. \u00a0But they have a couple of unexpected behaviors you&#8217;ll want to be aware of as you start putting popovers to work. FileMaker 13 Popover Bugs Issue in Web Direct: Portal buttons fail in all but the first row.\u00a0The only real show stopper with popovers is when a portal is used inside a popover in Web Direct. In such portals, buttons within the portal row will always act as if they are on the first portal row. This means that if you have a portal based selector inside a popover, users on Web Direct will only be to select items in the first row. You can see this in action in FileMaker&#8217;s own &#8220;Invoices&#8221; starter solution. Popover base selectors like the one adding a company or an item to an invoice always select the first row&#8217;s item in Web Direct. Thank you, Jason Young, for catching this! Work around. I can&#8217;t imagine FileMaker won&#8217;t fix this soon in a v-rev. Until then, you can fake a button by using a field in the portal row and adding an OnObjectEnter script trigger to act as the button. Because you&#8217;re &#8220;in&#8221; the row&#8217;s record when the script fires, these fields-as-buttons work in the correct row, not just the first row. Update: fixed in 13v2 \u00a0<\/p>\n","protected":false},"author":1,"featured_media":6208,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[7],"class_list":["post-6166","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-filemaker-13"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>FileMaker 13 Popovers: Bugs &amp; Interesting Behaviors - SeedCode Tips<\/title>\n<meta name=\"description\" content=\"Popovers are one the best new things in FileMaker 13. But they have a couple of bugs and unexpected behaviors you&#039;ll want to be aware of.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FileMaker 13 Popovers: Bugs &amp; Interesting Behaviors - SeedCode Tips\" \/>\n<meta property=\"og:description\" content=\"Popovers are one the best new things in FileMaker 13. But they have a couple of bugs and unexpected behaviors you&#039;ll want to be aware of.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2013-12-05T15:34:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png\" \/>\n\t<meta property=\"og:image:width\" content=\"109\" \/>\n\t<meta property=\"og:image:height\" content=\"110\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"seedcode\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seedcode\" \/>\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\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\"},\"author\":{\"name\":\"seedcode\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\"},\"headline\":\"FileMaker 13 Popover Bugs &#038; Interesting Behaviors\",\"datePublished\":\"2013-12-05T15:34:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\"},\"wordCount\":929,\"commentCount\":28,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png\",\"keywords\":[\"FileMaker 13\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\",\"url\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\",\"name\":\"FileMaker 13 Popovers: Bugs & Interesting Behaviors - SeedCode Tips\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png\",\"datePublished\":\"2013-12-05T15:34:47+00:00\",\"description\":\"Popovers are one the best new things in FileMaker 13. But they have a couple of bugs and unexpected behaviors you'll want to be aware of.\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png\",\"width\":109,\"height\":110},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FileMaker 13 Popover Bugs &#038; Interesting Behaviors\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\",\"name\":\"seedcode\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"caption\":\"seedcode\"},\"sameAs\":[\"https:\/\/seedcode.com\"],\"url\":\"https:\/\/seedcode.com\/author\/seedcode\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FileMaker 13 Popovers: Bugs & Interesting Behaviors - SeedCode Tips","description":"Popovers are one the best new things in FileMaker 13. But they have a couple of bugs and unexpected behaviors you'll want to be aware of.","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:\/\/seedcode.com\/filemaker-13-popover-bugs\/","og_locale":"en_US","og_type":"article","og_title":"FileMaker 13 Popovers: Bugs & Interesting Behaviors - SeedCode Tips","og_description":"Popovers are one the best new things in FileMaker 13. But they have a couple of bugs and unexpected behaviors you'll want to be aware of.","og_url":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2013-12-05T15:34:47+00:00","og_image":[{"width":109,"height":110,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png","type":"image\/png"}],"author":"seedcode","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"seedcode","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/"},"author":{"name":"seedcode","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f"},"headline":"FileMaker 13 Popover Bugs &#038; Interesting Behaviors","datePublished":"2013-12-05T15:34:47+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/"},"wordCount":929,"commentCount":28,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png","keywords":["FileMaker 13"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/","url":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/","name":"FileMaker 13 Popovers: Bugs & Interesting Behaviors - SeedCode Tips","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png","datePublished":"2013-12-05T15:34:47+00:00","description":"Popovers are one the best new things in FileMaker 13. But they have a couple of bugs and unexpected behaviors you'll want to be aware of.","breadcrumb":{"@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/filemaker-13-popover-bugs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2013\/12\/FMPFeatured.png","width":109,"height":110},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/filemaker-13-popover-bugs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"FileMaker 13 Popover Bugs &#038; Interesting Behaviors"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f","name":"seedcode","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","caption":"seedcode"},"sameAs":["https:\/\/seedcode.com"],"url":"https:\/\/seedcode.com\/author\/seedcode\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/6166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=6166"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/6166\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/6208"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=6166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=6166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=6166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}