{"id":2808,"date":"2012-04-26T20:49:14","date_gmt":"2012-04-27T00:49:14","guid":{"rendered":"http:\/\/judykat.com\/ken-judy\/?p=2808"},"modified":"2014-07-20T13:44:57","modified_gmt":"2014-07-20T17:44:57","slug":"styling-jetpack-sharing-google-plus","status":"publish","type":"post","link":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/","title":{"rendered":"Styling jetpack sharing google plus button"},"content":{"rendered":"<p>Nothing profound.<\/p>\n<p>I use jetpack so I wanted to use the provided sharedaddy module.<\/p>\n<p>The google plus button is a new addition and displays the medium button with default annotation.<\/p>\n<p>I don&#8217;t have the traffic to display annotations. I want to use the small button.<\/p>\n<p>So per <a href=\"https:\/\/developers.google.com\/+\/plugins\/+1button\/#plusonetag\">google&#8217;s docs<\/a>, I edited the <strong>sharing-sources.php<\/strong> file<\/p>\n<p><strong>from<\/strong><\/p>\n<p>[crayon lang=&#8221;php&#8221;]<br \/>\n\tpublic function get_display( $post ) {<br \/>\n\t\treturn &#8216;<\/p>\n<div class=\"googleplus1_button\">\n<div class=\"g-plusone\" data-size=\"medium\" data-callback=\"sharing_plusone\" data-href=\"' . esc_attr( get_permalink( $post->ID ) ) . &#8216;&#8221;><\/div>\n<\/div>\n<p>&#8216;;<br \/>\n\t}<br \/>\n[\/crayon]<\/p>\n<p><strong>to<\/strong><\/p>\n<p>[crayon lang=&#8221;php&#8221;]<br \/>\n\tpublic function get_display( $post ) {<br \/>\n\t\treturn &#8216;<\/p>\n<div class=\"googleplus1_button\">\n<div class=\"g-plusone\" data-size=\"small\" data-annotation=\"none\" data-callback=\"sharing_plusone\" data-href=\"' . esc_attr( get_permalink( $post->ID ) ) . &#8216;&#8221;><\/div>\n<\/div>\n<p>&#8216;;<br \/>\n\t}<br \/>\n[\/crayon]<\/p>\n<p><strong>Better approach<\/strong><\/p>\n<p>Of course, the above hack reverted the next time I updated jetpack. So, I did this in javascript instead:<\/p>\n<pre class=\"lang:js decode:true \" title=\"Change styling on google plus to remove counts\" >\r\nfunction removeCountsFromGooglePlus()\r\n{\r\n\tif (jQuery('.googleplus1_button iframe'))\r\n\t{\r\n                jQuery('.googleplus1_button iframe').attr(\"src\", jQuery('.googleplus1_button iframe').attr(\"src\").replace(\/size=\/,\"annotation=none&amp;size=\"));\r\n\t}\r\n}<\/pre>\n<p>Note: (9\/2012) Google updated their api to change from count=false to annotation=none. Snipped above updated to reflect this&#8230;<\/p>\n<p><del datetime=\"2012-09-30T21:10:29+00:00\">jQuery(&#8216;.googleplus1_button iframe&#8217;).attr(&#8220;src&#8221;, jQuery(&#8216;.googleplus1_button iframe&#8217;).attr(&#8220;src&#8221;).replace(\/count=true\/,&#8221;count=false&#8221;));<\/del><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don&#8217;t have the traffic to display annotations. I want &hellip; <a href=\"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[30],"tags":[78,853,854],"class_list":["post-2808","post","type-post","status-publish","format-standard","hentry","category-software-development","tag-google","tag-jetpack","tag-social"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don&#039;t have the traffic to display annotations. I want to use the small button. So per google&#039;s docs, I edited the sharing-sources.php file from\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ken Judy\"\/>\n\t<meta name=\"keywords\" content=\"google,jetpack,social,software development\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ken  Judy | Building AI Solutions That Work and Coaching Leaders Through Change\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Styling jetpack sharing google plus button | Ken Judy\" \/>\n\t\t<meta property=\"og:description\" content=\"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don&#039;t have the traffic to display annotations. I want to use the small button. So per google&#039;s docs, I edited the sharing-sources.php file from\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-04-27T00:49:14+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-07-20T17:44:57+00:00\" \/>\n\t\t<meta property=\"article:author\" content=\"kenjudy\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Styling jetpack sharing google plus button | Ken Judy\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don&#039;t have the traffic to display annotations. I want to use the small button. So per google&#039;s docs, I edited the sharing-sources.php file from\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@kenjudy\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#article\",\"name\":\"Styling jetpack sharing google plus button | Ken Judy\",\"headline\":\"Styling jetpack sharing google plus button\",\"author\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/author\\\/ken\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0afc45b1325360e0cc414a2f6a0f1e85cd1a41dfff008d3172b91fba8fac3de8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ken Judy\"},\"datePublished\":\"2012-04-26T20:49:14-04:00\",\"dateModified\":\"2014-07-20T13:44:57-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#webpage\"},\"articleSection\":\"software development, google, Jetpack, social\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/judykat.com\\\/ken-judy\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/category\\\/software-development\\\/#listItem\",\"name\":\"software development\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/category\\\/software-development\\\/#listItem\",\"position\":2,\"name\":\"software development\",\"item\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/category\\\/software-development\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#listItem\",\"name\":\"Styling jetpack sharing google plus button\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#listItem\",\"position\":3,\"name\":\"Styling jetpack sharing google plus button\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/category\\\/software-development\\\/#listItem\",\"name\":\"software development\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/#person\",\"name\":\"Ken Judy\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0afc45b1325360e0cc414a2f6a0f1e85cd1a41dfff008d3172b91fba8fac3de8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ken Judy\"},\"sameAs\":[\"kenjudy\",\"kenjudy\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/author\\\/ken\\\/#author\",\"url\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/author\\\/ken\\\/\",\"name\":\"Ken Judy\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0afc45b1325360e0cc414a2f6a0f1e85cd1a41dfff008d3172b91fba8fac3de8?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ken Judy\"},\"sameAs\":[\"kenjudy\",\"kenjudy\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#webpage\",\"url\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/\",\"name\":\"Styling jetpack sharing google plus button | Ken Judy\",\"description\":\"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don't have the traffic to display annotations. I want to use the small button. So per google's docs, I edited the sharing-sources.php file from\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/styling-jetpack-sharing-google-plus\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/author\\\/ken\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/author\\\/ken\\\/#author\"},\"datePublished\":\"2012-04-26T20:49:14-04:00\",\"dateModified\":\"2014-07-20T13:44:57-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/#website\",\"url\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/\",\"name\":\"Ken  Judy\",\"description\":\"Building AI Solutions That Work and Coaching Leaders Through Change\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/judykat.com\\\/ken-judy\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Styling jetpack sharing google plus button | Ken Judy","description":"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don't have the traffic to display annotations. I want to use the small button. So per google's docs, I edited the sharing-sources.php file from","canonical_url":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/","robots":"max-image-preview:large","keywords":"google,jetpack,social,software development","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#article","name":"Styling jetpack sharing google plus button | Ken Judy","headline":"Styling jetpack sharing google plus button","author":{"@id":"https:\/\/judykat.com\/ken-judy\/author\/ken\/#author"},"publisher":{"@id":"https:\/\/judykat.com\/ken-judy\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/0afc45b1325360e0cc414a2f6a0f1e85cd1a41dfff008d3172b91fba8fac3de8?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ken Judy"},"datePublished":"2012-04-26T20:49:14-04:00","dateModified":"2014-07-20T13:44:57-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#webpage"},"isPartOf":{"@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#webpage"},"articleSection":"software development, google, Jetpack, social"},{"@type":"BreadcrumbList","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy#listItem","position":1,"name":"Home","item":"https:\/\/judykat.com\/ken-judy","nextItem":{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy\/category\/software-development\/#listItem","name":"software development"}},{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy\/category\/software-development\/#listItem","position":2,"name":"software development","item":"https:\/\/judykat.com\/ken-judy\/category\/software-development\/","nextItem":{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#listItem","name":"Styling jetpack sharing google plus button"},"previousItem":{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#listItem","position":3,"name":"Styling jetpack sharing google plus button","previousItem":{"@type":"ListItem","@id":"https:\/\/judykat.com\/ken-judy\/category\/software-development\/#listItem","name":"software development"}}]},{"@type":"Person","@id":"https:\/\/judykat.com\/ken-judy\/#person","name":"Ken Judy","image":{"@type":"ImageObject","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/0afc45b1325360e0cc414a2f6a0f1e85cd1a41dfff008d3172b91fba8fac3de8?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ken Judy"},"sameAs":["kenjudy","kenjudy"]},{"@type":"Person","@id":"https:\/\/judykat.com\/ken-judy\/author\/ken\/#author","url":"https:\/\/judykat.com\/ken-judy\/author\/ken\/","name":"Ken Judy","image":{"@type":"ImageObject","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0afc45b1325360e0cc414a2f6a0f1e85cd1a41dfff008d3172b91fba8fac3de8?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ken Judy"},"sameAs":["kenjudy","kenjudy"]},{"@type":"WebPage","@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#webpage","url":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/","name":"Styling jetpack sharing google plus button | Ken Judy","description":"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don't have the traffic to display annotations. I want to use the small button. So per google's docs, I edited the sharing-sources.php file from","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/judykat.com\/ken-judy\/#website"},"breadcrumb":{"@id":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/#breadcrumblist"},"author":{"@id":"https:\/\/judykat.com\/ken-judy\/author\/ken\/#author"},"creator":{"@id":"https:\/\/judykat.com\/ken-judy\/author\/ken\/#author"},"datePublished":"2012-04-26T20:49:14-04:00","dateModified":"2014-07-20T13:44:57-04:00"},{"@type":"WebSite","@id":"https:\/\/judykat.com\/ken-judy\/#website","url":"https:\/\/judykat.com\/ken-judy\/","name":"Ken  Judy","description":"Building AI Solutions That Work and Coaching Leaders Through Change","inLanguage":"en-US","publisher":{"@id":"https:\/\/judykat.com\/ken-judy\/#person"}}]},"og:locale":"en_US","og:site_name":"Ken  Judy | Building AI Solutions That Work and Coaching Leaders Through Change","og:type":"article","og:title":"Styling jetpack sharing google plus button | Ken Judy","og:description":"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don't have the traffic to display annotations. I want to use the small button. So per google's docs, I edited the sharing-sources.php file from","og:url":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/","article:published_time":"2012-04-27T00:49:14+00:00","article:modified_time":"2014-07-20T17:44:57+00:00","article:author":"kenjudy","twitter:card":"summary","twitter:title":"Styling jetpack sharing google plus button | Ken Judy","twitter:description":"Nothing profound. I use jetpack so I wanted to use the provided sharedaddy module. The google plus button is a new addition and displays the medium button with default annotation. I don't have the traffic to display annotations. I want to use the small button. So per google's docs, I edited the sharing-sources.php file from","twitter:creator":"@kenjudy"},"aioseo_meta_data":{"post_id":"2808","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:19:30","updated":"2025-06-04 06:20:42","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/judykat.com\/ken-judy\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/judykat.com\/ken-judy\/category\/software-development\/\" title=\"software development\">software development<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tStyling jetpack sharing google plus button\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/judykat.com\/ken-judy"},{"label":"software development","link":"https:\/\/judykat.com\/ken-judy\/category\/software-development\/"},{"label":"Styling jetpack sharing google plus button","link":"https:\/\/judykat.com\/ken-judy\/styling-jetpack-sharing-google-plus\/"}],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/posts\/2808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/comments?post=2808"}],"version-history":[{"count":2,"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/posts\/2808\/revisions"}],"predecessor-version":[{"id":3286,"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/posts\/2808\/revisions\/3286"}],"wp:attachment":[{"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/media?parent=2808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/categories?post=2808"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/judykat.com\/ken-judy\/wp-json\/wp\/v2\/tags?post=2808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}