{"id":1447,"date":"2018-10-28T15:25:28","date_gmt":"2018-10-28T15:25:28","guid":{"rendered":"https:\/\/hudsonatwell.co\/?p=1447"},"modified":"2022-03-15T21:43:34","modified_gmt":"2022-03-15T21:43:34","slug":"how-to-import-liked-youtube-videos-into-wordpress","status":"publish","type":"post","link":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/","title":{"rendered":"How to import liked YouTube videos into WordPress"},"content":{"rendered":"\n

The WordPress plugin described in this article has been retired and is no longer active on my personal website. An archive of the work still exits at this GitHub repo<\/a>.<\/p><\/blockquote>\n\n\n\n

If you visit my personal website<\/a> you will notice the homepage is setup to show a random video I liked on YouTube.<\/p>\n\n\n\n

I\u2019ve also given my liked videos their own page so you can see what videos I\u2019ve liked in chronological order.<\/p>\n\n\n\n

Here take a look at these screenshots. They\u2019ll show you how both sections look:<\/strong><\/p>\n\n\n\n

\"\"\/
Homepage \u2014 Source: hudsonatwell.co\/<\/a><\/figcaption><\/figure>\n\n\n\n
\"\"\/
Archive Page \u2014 Source: hudsonatwell.co\/liked-videos\/<\/a><\/figcaption><\/figure>\n\n\n\n

I love using YouTube as a curation tool and I never quite know what I want to do on my personal site.<\/p>\n\n\n\n

Because music is such a big part of my life, I want to share all the great tracks I discover with others. WordPress is a great way to do this, and I can also leverage their REST API and native RSS feeds for syndicating my liked videos to other social channels.<\/p>\n\n\n\n

How I Import Liked Videos into WordPress<\/h1>\n\n\n\n

To import liked videos into WordPress I built a plugin that accesses the YouTube API<\/a>, regularly via cron, and imports liked content into a WordPress custom post type.<\/p>\n\n\n\n

You can find my project\u2019s GitHub repository here<\/a>, for downloads and contributions.<\/p>\n\n\n\n

Setting up the plugin<\/strong><\/p>\n\n\n\n

There are very minimal requirements to setting this plugin up. Have look below at the settings area and the place where we store imported videos:<\/p>\n\n\n\n

\"\"\/<\/figure>\n\n\n\n
\"\"\/
Liked videos imported over time<\/figcaption><\/figure>\n\n\n\n

Though this asset is great at importing, it doesn\u2019t really come with any front-end features. Front-end integration requires a few manual steps and depending on how far you want to take it, maybe some custom coding as well.<\/p>\n\n\n\n

Linking to liked videos<\/strong><\/p>\n\n\n\n

Once the plugin is set up and importing videos into a custom post type, you can link directly to that post-type\u2019s archive by adding the following permalink name onto your website\u2019s base URL: \/liked-videos\/<\/strong><\/p>\n\n\n\n

So for quick and easy access to an archive, the full like will look like this:<\/p>\n\n\n\n

https:\/\/hudsonatwell.co\/liked-videos\/<\/a><\/p>\n\n\n\n

Custom Front-end Styling<\/strong><\/p>\n\n\n\n

In order to create custom styling, consider creating an archive template for the liked-videos<\/em> custom post type.<\/p>\n\n\n\n

Here\u2019s an example of my website\u2019s custom archive page\u2019s PHP code:<\/p>\n\n\n\n

\nhttps:\/\/gist.github.com\/atwellpub\/f0d25379d1e58abbcb1fc2fc548e1329#file-archive-liked-videos-php\n<\/div><\/figure>\n\n\n\n

Note:<\/strong> archive-liked-videos.php is basically a clone of my WordPress theme\u2019s<\/em> <\/em><\/strong>archive.php file. This file normally sits inside the theme\u2019s base directory. That\u2019s also where we will create our new file archive-liked-videos.php.<\/em><\/p>\n\n\n\n

You most likely will not want to use the code I have above<\/strong>. Instead, find your own theme\u2019s archive.php<\/em> file <\/strong>in your theme\u2019s base directory file; copy, paste & modify that file\u2019s <\/em>contents into a new file called archive-liked-videos.php.<\/em><\/p>\n\n\n\n

Another thing you may be wondering is, \u201cHow did you add a rotating video to your homepage?<\/em>\u201d<\/p>\n\n\n\n

How I added a rotating liked video to my homepage:<\/strong><\/p>\n\n\n\n

In order to add the random video embed to my homepage I wrote a PHP snippet below to create a WordPress shortcode<\/em> that looks like this: [latest-video].<\/strong><\/p>\n\n\n\n

I then added the above shortcode to my homepage\u2019s content area.<\/p>\n\n\n\n

Here\u2019s the PHP code<\/em> I wrote to support the shortcode<\/em> [latest-video] and allow it to be used inside of content:<\/p>\n\n\n\n

\nhttps:\/\/gist.github.com\/atwellpub\/cbfa883254c35ff3df99514c50211ff7#file-functions-php\n<\/div><\/figure>\n\n\n\n

Please note: The above PHP code should be placed inside your theme\u2019s functions.php file or into a custom plugin. It is not included with the plugin found on the repo.<\/em><\/p>\n\n\n\n

Thank you for reading this article! I sell very powerful & effective WordPress plugin products<\/strong> and take on contracting gigs<\/strong> through the Codeable.io Agency<\/strong><\/a>.<\/p>\n\n\n\n

Thanks again for reading!<\/p>\n\n\n\n

<\/p>\n","protected":false},"excerpt":{"rendered":"

The WordPress plugin described in this article has been retired and is no longer active on my personal website. An archive of the work still exits at this GitHub repo. If you visit my personal website you will notice the homepage is setup to show a random video I liked on YouTube. I\u2019ve also given my liked videos their own page so you can see what videos I\u2019ve liked in chronological order. Here take a look at these… <\/p>\n","protected":false},"author":1,"featured_media":1452,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50,51],"tags":[56,55,57,54],"yoast_head":"\nHow to import liked YouTube videos into WordPress » @atwellpublive<\/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:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to import liked YouTube videos into WordPress » @atwellpublive\" \/>\n<meta property=\"og:description\" content=\"The WordPress plugin described in this article has been retired and is no longer active on my personal website. An archive of the work still exits at this GitHub repo. If you visit my personal website you will notice the homepage is setup to show a random video I liked on YouTube. I\u2019ve also given my liked videos their own page so you can see what videos I\u2019ve liked in chronological order. Here take a look at these…\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"@atwellpublive\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-28T15:25:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-15T21:43:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"484\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Hudson Atwell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@atwellpub\" \/>\n<meta name=\"twitter:site\" content=\"@atwellpub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hudson Atwell\" \/>\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:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\"},\"author\":{\"name\":\"Hudson Atwell\",\"@id\":\"https:\/\/hudsonatwell.co\/#\/schema\/person\/e4a53144ff49c98276967cccdb964cee\"},\"headline\":\"How to import liked YouTube videos into WordPress\",\"datePublished\":\"2018-10-28T15:25:28+00:00\",\"dateModified\":\"2022-03-15T21:43:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\"},\"wordCount\":680,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hudsonatwell.co\/#organization\"},\"image\":{\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png\",\"keywords\":[\"API\",\"Automation\",\"WordPress Plugin\",\"YouTube\"],\"articleSection\":[\"WordPress\",\"WordPress Plugins\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\",\"url\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\",\"name\":\"How to import liked YouTube videos into WordPress » @atwellpublive\",\"isPartOf\":{\"@id\":\"https:\/\/hudsonatwell.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png\",\"datePublished\":\"2018-10-28T15:25:28+00:00\",\"dateModified\":\"2022-03-15T21:43:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage\",\"url\":\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png\",\"contentUrl\":\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png\",\"width\":700,\"height\":484},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hudsonatwell.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to import liked YouTube videos into WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hudsonatwell.co\/#website\",\"url\":\"https:\/\/hudsonatwell.co\/\",\"name\":\"@atwellpublive\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/hudsonatwell.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hudsonatwell.co\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hudsonatwell.co\/#organization\",\"name\":\"Atwellpublive\",\"url\":\"https:\/\/hudsonatwell.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hudsonatwell.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2020\/09\/hudsonatwellco_header_2.jpg\",\"contentUrl\":\"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2020\/09\/hudsonatwellco_header_2.jpg\",\"width\":1600,\"height\":600,\"caption\":\"Atwellpublive\"},\"image\":{\"@id\":\"https:\/\/hudsonatwell.co\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/atwellpub\",\"https:\/\/www.linkedin.com\/in\/hudsonatwell\/\",\"https:\/\/www.youtube.com\/channel\/UCtTy-RcdjcJRVSublPqFgRg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hudsonatwell.co\/#\/schema\/person\/e4a53144ff49c98276967cccdb964cee\",\"name\":\"Hudson Atwell\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hudsonatwell.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1f284a22bfa5d1fe5f5a1f7882ede174?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1f284a22bfa5d1fe5f5a1f7882ede174?s=96&d=mm&r=g\",\"caption\":\"Hudson Atwell\"},\"description\":\"https:\/\/discord.gg\/yaQjenbhGB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to import liked YouTube videos into WordPress » @atwellpublive","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:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to import liked YouTube videos into WordPress » @atwellpublive","og_description":"The WordPress plugin described in this article has been retired and is no longer active on my personal website. An archive of the work still exits at this GitHub repo. If you visit my personal website you will notice the homepage is setup to show a random video I liked on YouTube. I\u2019ve also given my liked videos their own page so you can see what videos I\u2019ve liked in chronological order. Here take a look at these…","og_url":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/","og_site_name":"@atwellpublive","article_published_time":"2018-10-28T15:25:28+00:00","article_modified_time":"2022-03-15T21:43:34+00:00","og_image":[{"width":700,"height":484,"url":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png","type":"image\/png"}],"author":"Hudson Atwell","twitter_card":"summary_large_image","twitter_creator":"@atwellpub","twitter_site":"@atwellpub","twitter_misc":{"Written by":"Hudson Atwell","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#article","isPartOf":{"@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/"},"author":{"name":"Hudson Atwell","@id":"https:\/\/hudsonatwell.co\/#\/schema\/person\/e4a53144ff49c98276967cccdb964cee"},"headline":"How to import liked YouTube videos into WordPress","datePublished":"2018-10-28T15:25:28+00:00","dateModified":"2022-03-15T21:43:34+00:00","mainEntityOfPage":{"@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/"},"wordCount":680,"commentCount":0,"publisher":{"@id":"https:\/\/hudsonatwell.co\/#organization"},"image":{"@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png","keywords":["API","Automation","WordPress Plugin","YouTube"],"articleSection":["WordPress","WordPress Plugins"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/","url":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/","name":"How to import liked YouTube videos into WordPress » @atwellpublive","isPartOf":{"@id":"https:\/\/hudsonatwell.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png","datePublished":"2018-10-28T15:25:28+00:00","dateModified":"2022-03-15T21:43:34+00:00","breadcrumb":{"@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#primaryimage","url":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png","contentUrl":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2018\/10\/1_teZlZQoJTn5YXZTvX5X8Jw.png","width":700,"height":484},{"@type":"BreadcrumbList","@id":"https:\/\/hudsonatwell.co\/how-to-import-liked-youtube-videos-into-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hudsonatwell.co\/"},{"@type":"ListItem","position":2,"name":"How to import liked YouTube videos into WordPress"}]},{"@type":"WebSite","@id":"https:\/\/hudsonatwell.co\/#website","url":"https:\/\/hudsonatwell.co\/","name":"@atwellpublive","description":"","publisher":{"@id":"https:\/\/hudsonatwell.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hudsonatwell.co\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hudsonatwell.co\/#organization","name":"Atwellpublive","url":"https:\/\/hudsonatwell.co\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hudsonatwell.co\/#\/schema\/logo\/image\/","url":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2020\/09\/hudsonatwellco_header_2.jpg","contentUrl":"https:\/\/hudsonatwell.co\/wp-content\/uploads\/2020\/09\/hudsonatwellco_header_2.jpg","width":1600,"height":600,"caption":"Atwellpublive"},"image":{"@id":"https:\/\/hudsonatwell.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/atwellpub","https:\/\/www.linkedin.com\/in\/hudsonatwell\/","https:\/\/www.youtube.com\/channel\/UCtTy-RcdjcJRVSublPqFgRg"]},{"@type":"Person","@id":"https:\/\/hudsonatwell.co\/#\/schema\/person\/e4a53144ff49c98276967cccdb964cee","name":"Hudson Atwell","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hudsonatwell.co\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1f284a22bfa5d1fe5f5a1f7882ede174?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1f284a22bfa5d1fe5f5a1f7882ede174?s=96&d=mm&r=g","caption":"Hudson Atwell"},"description":"https:\/\/discord.gg\/yaQjenbhGB"}]}},"_links":{"self":[{"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/posts\/1447"}],"collection":[{"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/comments?post=1447"}],"version-history":[{"count":9,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/posts\/1447\/revisions"}],"predecessor-version":[{"id":1465,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/posts\/1447\/revisions\/1465"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/media\/1452"}],"wp:attachment":[{"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/media?parent=1447"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/categories?post=1447"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hudsonatwell.co\/wp-json\/wp\/v2\/tags?post=1447"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}