  {"id":5469,"date":"2008-02-20T09:46:48","date_gmt":"2008-02-20T15:46:48","guid":{"rendered":"http:\/\/www.masonworld.com\/making-money-on-the-web\/niche-super-site-adding-a-favicon\/"},"modified":"2026-04-03T10:04:51","modified_gmt":"2026-04-03T15:04:51","slug":"niche-super-site-adding-a-favicon","status":"publish","type":"post","link":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/","title":{"rendered":"Niche Super-Site: Setting Up a Favicon for Your Website"},"content":{"rendered":"<p>After returning from eye surgery, the next small but meaningful improvement to HistoryOfElvis.com was adding a favicon &#8212; that tiny icon that appears next to your URL in the browser tab. In 2008, this required editing your WordPress theme's header.php file and manually uploading an icon file. It was a minor task, but it represented an important principle: professional details build trust.<\/p>\n<h2>How I Added a Favicon in 2008<\/h2>\n<p>The process in 2008 was surprisingly manual:<\/p>\n<ol>\n<li>Find or create a small square image related to your niche (I used a JPG of the letter &#8220;E&#8221; for Elvis)<\/li>\n<li>Use a free online tool to convert the image to a 16&#215;16 pixel favicon.ico file<\/li>\n<li>Upload the favicon.ico file to the WordPress wp-includes\/images\/ directory via FTP<\/li>\n<li>Back up the header.php file from your theme directory<\/li>\n<li>Open header.php in a text editor and add a link tag pointing to the favicon file between the head tags<\/li>\n<li>Save, upload, and reload to verify<\/li>\n<\/ol>\n<p>If something went wrong &#8212; and it often did with path errors or quotation mark encoding issues during copy-paste &#8212; you had to debug it manually. For a task that affected a 16-by-16 pixel image, it involved a surprising amount of technical fiddling.<\/p>\n<p>I recommended doing this because favicons suggest a professionally maintained site. They remind visitors to bookmark your page when they see the icon in their browser. Anything that builds an extra bit of trust helps monetize clicks. And since it was easy (by 2008 standards), there was no reason not to do it.<\/p>\n<h2>Adding a Favicon in 2026<\/h2>\n<p>This is one area where WordPress has improved dramatically. What used to require FTP access and PHP file editing is now a two-minute task in the WordPress admin panel.<\/p>\n<h3>The Modern Process<\/h3>\n<ol>\n<li>Go to <strong>Appearance > Customize<\/strong> in your WordPress dashboard<\/li>\n<li>Click <strong>Site Identity<\/strong><\/li>\n<li>Find the <strong>Site Icon<\/strong> section<\/li>\n<li>Upload a square image (WordPress recommends at least 512&#215;512 pixels)<\/li>\n<li>WordPress automatically generates all the required icon sizes for browsers, mobile devices, and app shortcuts<\/li>\n<li>Click <strong>Publish<\/strong><\/li>\n<\/ol>\n<p>That is it. No FTP, no file editing, no debugging path errors. WordPress handles everything, including generating Apple Touch Icons for iOS devices and other platform-specific icon formats that did not exist in 2008.<\/p>\n<h3>Best Practices for Site Icons<\/h3>\n<ul>\n<li><strong>Use a simple, recognizable design<\/strong> &#8212; The icon displays at tiny sizes. Detailed images become unrecognizable blobs. A single letter, simple shape, or bold logo mark works best.<\/li>\n<li><strong>Make it distinct<\/strong> &#8212; Your favicon should be recognizable among dozens of other tabs in a browser. Use bold colors that stand out.<\/li>\n<li><strong>Start with a 512&#215;512 pixel PNG<\/strong> &#8212; WordPress will handle the downsizing. Starting large ensures quality at every size.<\/li>\n<li><strong>Consider dark mode<\/strong> &#8212; Many browsers and operating systems now support dark mode. If your favicon is dark-colored, it may become invisible on dark backgrounds. Test in both light and dark modes.<\/li>\n<li><strong>Use Canva for quick creation<\/strong> &#8212; If you do not have design skills, Canva's free tier includes icon templates that work well as favicons.<\/li>\n<\/ul>\n<h3>Why Favicons Still Matter<\/h3>\n<p>The reasons I gave in 2008 still apply: favicons signal professionalism, aid in bookmarking, and make your site recognizable in browser tabs. But they matter even more now because:<\/p>\n<ul>\n<li>Google sometimes displays favicons in search results, making your listing more visually distinctive<\/li>\n<li>Mobile browsers use your site icon when users add your site to their home screen<\/li>\n<li>Social media platforms may use your site icon in previews and sharing cards<\/li>\n<\/ul>\n<h2>The Lesson from 2008<\/h2>\n<p>My instinct that &#8220;it is the small things that matter&#8221; was correct. A favicon is a five-minute task that makes your site look more professional. In 2008, that five minutes stretched to thirty because of the technical overhead. In 2026, there is genuinely no excuse not to have one. It takes less time to add a favicon than it does to read this article about adding one.<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BlogPosting\",\n  \"headline\": \"Niche Super-Site: Setting Up a Favicon for Your Website\",\n  \"datePublished\": \"2008-02-20T09:46:48\",\n  \"dateModified\": \"2026-04-03\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Mark Mason\",\n    \"url\": \"https:\/\/www.latenightim.com\/about\/\",\n    \"jobTitle\": \"Host, Late Night Internet Marketing Podcast\",\n    \"description\": \"Mark Mason helps part-time entrepreneurs build internet businesses one night at a time. Podcasting since 2009.\",\n    \"sameAs\": [\n      \"https:\/\/podcasts.apple.com\/us\/podcast\/late-night-internet-marketing-mark-mason-affiliate\/id323964382\",\n      \"https:\/\/www.facebook.com\/latenightim\",\n      \"https:\/\/twitter.com\/markmason\"\n    ]\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Late Night Internet Marketing\",\n    \"url\": \"https:\/\/www.latenightim.com\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https:\/\/www.latenightim.com\/wp-content\/uploads\/2016\/10\/LNIM-NewLogo1.png\"\n    }\n  },\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/\"\n  }\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>After returning from eye surgery, the next small but meaningful improvement to HistoryOfElvis.com was adding a favicon &#8212; that tiny icon that appears next to your URL in the browser tab. In 2008, this required editing your WordPress theme&#8217;s header.php file and manually uploading an icon file. It was a minor task, but it represented [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"website favicon setup","_yoast_wpseo_title":"Niche Super-Site: Setting Up a Favicon for Your Website | LNIM","_yoast_wpseo_metadesc":"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason's 2008 manual process to today's simple two-minute WordPress admin method.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[74],"tags":[15,106,5,1689,233,276,7,421,454,470,521,624,707,907,25,26,27,1055,1065,1069,1070,1092,29,1153,1174,1694,1182,1187,1398,1435,35,1640],"class_list":["post-5469","post","type-post","status-publish","format-standard","hentry","category-making-money-on-the-web","tag-adsense","tag-adwords","tag-blog","tag-blogging","tag-browser-address-bar","tag-choosing-niche-keywords","tag-code","tag-domain-name","tag-ebook","tag-elvis","tag-favicon","tag-google","tag-icon","tag-making-money","tag-marketing","tag-masonworld","tag-money","tag-niche","tag-niche-site","tag-niche-super-site","tag-niche-web-site","tag-omakase","tag-php","tag-phpbay","tag-plugins","tag-podcast","tag-podcasts","tag-popshops","tag-site","tag-square-image","tag-wordpress","tag-wordpress-favicon"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Niche Super-Site: Setting Up a Favicon for Your Website | LNIM<\/title>\n<meta name=\"description\" content=\"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason&#039;s 2008 manual process to today&#039;s simple two-minute WordPress admin method.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Niche Super-Site: Setting Up a Favicon for Your Website | LNIM\" \/>\n<meta property=\"og:description\" content=\"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason&#039;s 2008 manual process to today&#039;s simple two-minute WordPress admin method.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/\" \/>\n<meta property=\"og:site_name\" content=\"Late Night Internet Marketing Podcast with Mark Mason\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/masonworld\" \/>\n<meta property=\"article:published_time\" content=\"2008-02-20T15:46:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-03T15:04:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.latenightim.com\/wp-content\/uploads\/2016\/06\/latenightlogo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"434\" \/>\n\t<meta property=\"og:image:height\" content=\"208\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mark Mason\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@masonworld\" \/>\n<meta name=\"twitter:site\" content=\"@masonworld\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Mason\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/\"},\"author\":{\"name\":\"Mark Mason\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#\\\/schema\\\/person\\\/9372eea62aeac9834382c69e9ed9fd90\"},\"headline\":\"Niche Super-Site: Setting Up a Favicon for Your Website\",\"datePublished\":\"2008-02-20T15:46:48+00:00\",\"dateModified\":\"2026-04-03T15:04:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/\"},\"wordCount\":652,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#organization\"},\"keywords\":[\"adsense\",\"adwords\",\"blog\",\"Blogging\",\"browser address bar\",\"choosing niche keywords\",\"code\",\"domain name\",\"eBook\",\"elvis\",\"favicon\",\"google\",\"icon\",\"making money\",\"marketing\",\"MasonWorld\",\"money\",\"niche\",\"niche site\",\"niche super-site\",\"niche web site\",\"omakase\",\"php\",\"phpBay\",\"plugins\",\"Podcast\",\"podcasts\",\"PopShops\",\"Site\",\"square image\",\"wordpress\",\"wordpress favicon\"],\"articleSection\":[\"Web Monitization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/\",\"url\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/\",\"name\":\"Niche Super-Site: Setting Up a Favicon for Your Website | LNIM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#website\"},\"datePublished\":\"2008-02-20T15:46:48+00:00\",\"dateModified\":\"2026-04-03T15:04:51+00:00\",\"description\":\"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason's 2008 manual process to today's simple two-minute WordPress admin method.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/niche-super-site-adding-a-favicon\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.latenightim.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Niche Super-Site: Setting Up a Favicon for Your Website\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#website\",\"url\":\"https:\\\/\\\/www.latenightim.com\\\/\",\"name\":\"Late Night Internet Marketing Podcast with Mark Mason\",\"description\":\"Building Internet Businesses With Affiliate Marketing One Night At A Time\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.latenightim.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#organization\",\"name\":\"Late Night Internet Marketing Podcast with Mark Mason\",\"url\":\"https:\\\/\\\/www.latenightim.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.latenightim.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/IM-Podcast-700sq.jpg\",\"contentUrl\":\"https:\\\/\\\/www.latenightim.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/IM-Podcast-700sq.jpg\",\"width\":700,\"height\":700,\"caption\":\"Late Night Internet Marketing Podcast with Mark Mason\"},\"image\":{\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/masonworld\",\"https:\\\/\\\/x.com\\\/masonworld\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.latenightim.com\\\/#\\\/schema\\\/person\\\/9372eea62aeac9834382c69e9ed9fd90\",\"name\":\"Mark Mason\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6b800c425c86cd473783904b834b3d5ac57ba0fe956ffc196a60e026d7269008?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6b800c425c86cd473783904b834b3d5ac57ba0fe956ffc196a60e026d7269008?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6b800c425c86cd473783904b834b3d5ac57ba0fe956ffc196a60e026d7269008?s=96&d=mm&r=g\",\"caption\":\"Mark Mason\"},\"sameAs\":[\"http:\\\/\\\/www.latenightim.com\",\"https:\\\/\\\/x.com\\\/masonworld\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Niche Super-Site: Setting Up a Favicon for Your Website | LNIM","description":"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason's 2008 manual process to today's simple two-minute WordPress admin method.","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:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/","og_locale":"en_US","og_type":"article","og_title":"Niche Super-Site: Setting Up a Favicon for Your Website | LNIM","og_description":"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason's 2008 manual process to today's simple two-minute WordPress admin method.","og_url":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/","og_site_name":"Late Night Internet Marketing Podcast with Mark Mason","article_publisher":"https:\/\/www.facebook.com\/masonworld","article_published_time":"2008-02-20T15:46:48+00:00","article_modified_time":"2026-04-03T15:04:51+00:00","og_image":[{"width":434,"height":208,"url":"https:\/\/www.latenightim.com\/wp-content\/uploads\/2016\/06\/latenightlogo.png","type":"image\/png"}],"author":"Mark Mason","twitter_card":"summary_large_image","twitter_creator":"@masonworld","twitter_site":"@masonworld","twitter_misc":{"Written by":"Mark Mason","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/#article","isPartOf":{"@id":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/"},"author":{"name":"Mark Mason","@id":"https:\/\/www.latenightim.com\/#\/schema\/person\/9372eea62aeac9834382c69e9ed9fd90"},"headline":"Niche Super-Site: Setting Up a Favicon for Your Website","datePublished":"2008-02-20T15:46:48+00:00","dateModified":"2026-04-03T15:04:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/"},"wordCount":652,"commentCount":6,"publisher":{"@id":"https:\/\/www.latenightim.com\/#organization"},"keywords":["adsense","adwords","blog","Blogging","browser address bar","choosing niche keywords","code","domain name","eBook","elvis","favicon","google","icon","making money","marketing","MasonWorld","money","niche","niche site","niche super-site","niche web site","omakase","php","phpBay","plugins","Podcast","podcasts","PopShops","Site","square image","wordpress","wordpress favicon"],"articleSection":["Web Monitization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/","url":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/","name":"Niche Super-Site: Setting Up a Favicon for Your Website | LNIM","isPartOf":{"@id":"https:\/\/www.latenightim.com\/#website"},"datePublished":"2008-02-20T15:46:48+00:00","dateModified":"2026-04-03T15:04:51+00:00","description":"How to add a favicon to your WordPress site in 2026. Updated from Mark Mason's 2008 manual process to today's simple two-minute WordPress admin method.","breadcrumb":{"@id":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.latenightim.com\/niche-super-site-adding-a-favicon\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.latenightim.com\/"},{"@type":"ListItem","position":2,"name":"Niche Super-Site: Setting Up a Favicon for Your Website"}]},{"@type":"WebSite","@id":"https:\/\/www.latenightim.com\/#website","url":"https:\/\/www.latenightim.com\/","name":"Late Night Internet Marketing Podcast with Mark Mason","description":"Building Internet Businesses With Affiliate Marketing One Night At A Time","publisher":{"@id":"https:\/\/www.latenightim.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.latenightim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.latenightim.com\/#organization","name":"Late Night Internet Marketing Podcast with Mark Mason","url":"https:\/\/www.latenightim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.latenightim.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.latenightim.com\/wp-content\/uploads\/2019\/03\/IM-Podcast-700sq.jpg","contentUrl":"https:\/\/www.latenightim.com\/wp-content\/uploads\/2019\/03\/IM-Podcast-700sq.jpg","width":700,"height":700,"caption":"Late Night Internet Marketing Podcast with Mark Mason"},"image":{"@id":"https:\/\/www.latenightim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/masonworld","https:\/\/x.com\/masonworld"]},{"@type":"Person","@id":"https:\/\/www.latenightim.com\/#\/schema\/person\/9372eea62aeac9834382c69e9ed9fd90","name":"Mark Mason","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6b800c425c86cd473783904b834b3d5ac57ba0fe956ffc196a60e026d7269008?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6b800c425c86cd473783904b834b3d5ac57ba0fe956ffc196a60e026d7269008?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6b800c425c86cd473783904b834b3d5ac57ba0fe956ffc196a60e026d7269008?s=96&d=mm&r=g","caption":"Mark Mason"},"sameAs":["http:\/\/www.latenightim.com","https:\/\/x.com\/masonworld"]}]}},"_links":{"self":[{"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/posts\/5469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/comments?post=5469"}],"version-history":[{"count":1,"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/posts\/5469\/revisions"}],"predecessor-version":[{"id":33178,"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/posts\/5469\/revisions\/33178"}],"wp:attachment":[{"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/media?parent=5469"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/categories?post=5469"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.latenightim.com\/wp-json\/wp\/v2\/tags?post=5469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}