{"id":817,"date":"2024-12-15T13:51:26","date_gmt":"2024-12-15T13:51:26","guid":{"rendered":"https:\/\/kourentzes.com\/konstantinos\/?page_id=817"},"modified":"2024-12-15T15:13:42","modified_gmt":"2024-12-15T15:13:42","slug":"yt-channel-to-posts","status":"publish","type":"page","link":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/","title":{"rendered":"YouTube Channel to Posts WordPress Plugin &#8211; Setup Guide"},"content":{"rendered":"\n<p><strong>Plugin Name<\/strong>: YouTube Channel to Posts<br><strong>Author<\/strong>: Konstantinos Kourentzes<br><strong>Version<\/strong>: 1.1<br><strong>Description<\/strong>: This plugin fetches videos from a specified YouTube channel using the YouTube Data API v3 and automatically creates WordPress posts with embedded videos, tags, and featured images.<\/p>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-ee58539e-afa4-4b33-a53a-e624e8965d80\" href=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/yt-channel-to-post.zip\">yt-channel-to-post<\/a><a href=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/yt-channel-to-post.zip\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-ee58539e-afa4-4b33-a53a-e624e8965d80\">Download<\/a><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"TOC\">Table of Contents<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"#introduction\">Introduction<\/a><\/li>\n\n\n\n<li><a href=\"#how-the-plugin-works\">How the Plugin Works<\/a><\/li>\n\n\n\n<li><a href=\"#how-to-install-the-plugin\">How to Install the Plugin<\/a><\/li>\n\n\n\n<li><a href=\"#how-to-set-up-the-plugin\">How to Set Up the Plugin<\/a><\/li>\n\n\n\n<li><a href=\"#how-to-get-a-youtube-api-key\">How to Get a YouTube API Key<\/a><\/li>\n\n\n\n<li><a href=\"#how-to-find-your-youtube-channel-id\">How to Find Your YouTube Channel ID<\/a><\/li>\n\n\n\n<li><a href=\"#no-warranty-disclaimer\">No Warranty Disclaimer<\/a><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"introduction\">1. Introduction<\/h2>\n\n\n\n<p>The <strong>YouTube Channel to Posts<\/strong> plugin allows WordPress site owners to automate the process of embedding YouTube videos from a specific channel into their websites. It fetches videos using the YouTube Data API v3 and creates posts with:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Embedded YouTube video.<\/li>\n\n\n\n<li>Video description.<\/li>\n\n\n\n<li>Video tags as post tags.<\/li>\n\n\n\n<li>YouTube thumbnail as the post&#8217;s featured image.<\/li>\n\n\n\n<li>Category: Automatically set to &#8220;Music&#8221;.<\/li>\n<\/ul>\n\n\n\n<p>This is ideal for bloggers, content creators, and websites focused on video content.<\/p>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-the-plugin-works\">2. How the Plugin Works<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The plugin connects to the <strong>YouTube Data API v3<\/strong> using an API key you provide.<\/li>\n\n\n\n<li>It retrieves the most recent videos (up to 5) from the specified YouTube channel.<\/li>\n\n\n\n<li>For each video:\n<ul class=\"wp-block-list\">\n<li>It creates a WordPress post.<\/li>\n\n\n\n<li>The <strong>YouTube thumbnail<\/strong> becomes the post&#8217;s featured image.<\/li>\n\n\n\n<li>The video is embedded using an <code>&lt;iframe><\/code> in the post content.<\/li>\n\n\n\n<li>The video description is added below the embedded video.<\/li>\n\n\n\n<li>Video tags are added as WordPress post tags.<\/li>\n\n\n\n<li>The post is assigned to the <strong>&#8220;Music&#8221;<\/strong> category.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>A cron job automatically checks for new videos <strong>every 2 hours<\/strong>, ensuring your site stays updated.<a href=\"#TOC\"><\/a><\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-install-the-plugin\">3. How to Install the Plugin<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Download the Plugin<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Obtain the plugin ZIP file: <code>yt-channel-to-post.zip<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Upload the Plugin<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Go to your WordPress Admin Dashboard.<\/li>\n\n\n\n<li>Navigate to <strong>Plugins > Add New<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Upload Plugin<\/strong>, select the <code>yt-channel-to-post.zip<\/code> file, and upload.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Activate the Plugin<\/strong>:\n<ul class=\"wp-block-list\">\n<li>After uploading, click <strong>Activate<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-set-up-the-plugin\">4. How to Set Up the Plugin<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to the WordPress Admin Dashboard.<\/li>\n\n\n\n<li>Navigate to <strong>Settings > YT Channel to Posts<\/strong>.<\/li>\n\n\n\n<li>Configure the following settings:\n<ul class=\"wp-block-list\">\n<li><strong>YouTube Channel ID<\/strong>: Paste your YouTube Channel ID.<\/li>\n\n\n\n<li><strong>YouTube API Key<\/strong>: Enter the API Key you generated.<\/li>\n\n\n\n<li><strong>Placeholder Image<\/strong> (Optional): Add a default image URL if thumbnails are unavailable.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click <strong>Save Changes<\/strong>.<\/li>\n\n\n\n<li><strong>Manually Fetch Videos<\/strong>:\n<ul class=\"wp-block-list\">\n<li>On the settings page, click <strong>Fetch New Videos<\/strong> to test the plugin immediately.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-get-a-youtube-api-key\">5. How to Get a YouTube API Key<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to the <a href=\"https:\/\/console.cloud.google.com\/\">Google Cloud Console<\/a>.<\/li>\n\n\n\n<li>Create a new project or select an existing project.<br>URL: <a href=\"https:\/\/console.developers.google.com\/projectcreate\">https:\/\/console.developers.google.com\/projectcreate<\/a><\/li>\n\n\n\n<li>Enable the <strong>YouTube Data API v3<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>APIs &amp; Services > Library<\/strong>.<\/li>\n\n\n\n<li>Search for &#8220;YouTube Data API v3&#8221; and enable it.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Create API Credentials:\n<ul class=\"wp-block-list\">\n<li>Go to <strong>APIs &amp; Services > Credentials<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Create Credentials > API Key<\/strong><\/li>\n\n\n\n<li>Copy the generated API Key.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Paste the API Key into the plugin settings.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"567\" height=\"414\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-152026-new-project.png\" alt=\"\" class=\"wp-image-823\" srcset=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-152026-new-project.png 567w, https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-152026-new-project-300x219.png 300w\" sizes=\"auto, (max-width: 567px) 100vw, 567px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"298\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-152026-google-api.png\" alt=\"\" class=\"wp-image-818\" srcset=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-152026-google-api.png 626w, https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-152026-google-api-300x143.png 300w\" sizes=\"auto, (max-width: 626px) 100vw, 626px\" \/><\/figure>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-find-your-youtube-channel-id\">6. How to Find Your YouTube Channel ID<\/h2>\n\n\n\n<p>You can find your Channel ID in one of the following ways:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>From the Channel URL<\/strong>:\n<ul class=\"wp-block-list\">\n<li>If your channel URL is:<br><code>https:\/\/www.youtube.com\/channel\/UC_x5XG1OV2P6uZZ5FSM9Ttw<\/code>,<br>then your Channel ID is <code>UC_x5XG1OV2P6uZZ5FSM9Ttw<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Using YouTube Settings<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Log in to YouTube.<\/li>\n\n\n\n<li>Go to <strong>YouTube Studio<\/strong>.<\/li>\n\n\n\n<li>Navigate to <strong>Settings > Advanced Settings<\/strong>.<\/li>\n\n\n\n<li>Your Channel ID will be displayed under &#8220;Channel&#8221;.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>From the Studio URL:<\/strong>\n<ul class=\"wp-block-list\">\n<li>go to URL <a href=\"https:\/\/studio.youtube.com\">studio.youtube.com<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"652\" height=\"59\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-154634-google-UC-key.png\" alt=\"\" class=\"wp-image-824\" srcset=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-154634-google-UC-key.png 652w, https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-15-154634-google-UC-key-300x27.png 300w\" sizes=\"auto, (max-width: 652px) 100vw, 652px\" \/><\/figure>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">7. No Warranty Disclaimer<\/h2>\n\n\n\n<p><strong>NO WARRANTY PROVIDED<\/strong>:<br>This plugin is provided &#8220;as is,&#8221; without warranty of any kind, express or implied. Use at your own risk. The author is not responsible for any issues, damages, or losses arising from the use of this plugin. Always back up your site before installing new plugins.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Example of How It Works<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Example Video:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Channel ID<\/strong>: <code>UC_x5XG1OV2P6uZZ5FSM9Ttw<\/code><\/li>\n\n\n\n<li><strong>Video Title<\/strong>: &#8220;Introduction to YouTube API&#8221;<\/li>\n\n\n\n<li><strong>Resulting Post<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>Title<\/strong>: &#8220;Introduction to YouTube API&#8221;<\/li>\n\n\n\n<li><strong>Category<\/strong>: Music<\/li>\n\n\n\n<li><strong>Tags<\/strong>: YouTube API, Development, Tutorial<\/li>\n\n\n\n<li><strong>Featured Image<\/strong>: Video thumbnail.<\/li>\n\n\n\n<li><strong>Content<\/strong>: <code>&lt;iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/VIDEO_ID\" frameborder=\"0\" allowfullscreen>&lt;\/iframe> &lt;a href=\"https:\/\/www.youtube.com\/watch?v=VIDEO_ID\" target=\"_blank\">Watch on YouTube&lt;\/a> &lt;p>Video description text...&lt;\/p><\/code><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"alignright size-full\"><a href=\"#TOC\"><img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"86\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/TOC.png\" alt=\"Back to TOC\" class=\"wp-image-827\" title=\"Back to TOC\"\/><\/a><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"no-warranty-disclaimer\">Final Notes<\/h2>\n\n\n\n<p>This plugin automates video content curation for your WordPress site, reducing manual effort. It&#8217;s lightweight, customizable, and works seamlessly with the YouTube Data API.<\/p>\n\n\n\n<p>For further questions, suggestions, or contributions, feel free to contact the plugin author or leave feedback.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_youtube_music_video_include_Youtube_logo_mash_of_d_452acf67-7b89-42e8-a9ee-d4e12e988f2c_1-1-1024x683.png\" alt=\"\" class=\"wp-image-819\" srcset=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_youtube_music_video_include_Youtube_logo_mash_of_d_452acf67-7b89-42e8-a9ee-d4e12e988f2c_1-1-1024x683.png 1024w, https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_youtube_music_video_include_Youtube_logo_mash_of_d_452acf67-7b89-42e8-a9ee-d4e12e988f2c_1-1-300x200.png 300w, https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_youtube_music_video_include_Youtube_logo_mash_of_d_452acf67-7b89-42e8-a9ee-d4e12e988f2c_1-1-768x512.png 768w, https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_youtube_music_video_include_Youtube_logo_mash_of_d_452acf67-7b89-42e8-a9ee-d4e12e988f2c_1-1.png 1344w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Plugin Name: YouTube Channel to PostsAuthor: Konstantinos KourentzesVersion: 1.1Description: This plugin fetches videos from a specified YouTube channel using the YouTube Data API v3 and automatically creates WordPress posts with embedded videos, tags, and featured images. Table of Contents 1. Introduction The YouTube Channel to Posts plugin allows WordPress site owners to automate the process&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;YouTube Channel to Posts WordPress Plugin &#8211; Setup Guide&rdquo;<\/span> &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":822,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-817","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>YouTube Channel to Posts WordPress Plugin - Setup Guide - konstantinos.kourentzes.com<\/title>\n<meta name=\"description\" content=\"Automate embedding YouTube videos into your WordPress site with the YouTube Channel to Posts plugin. Fetch videos, descriptions, tags, and thumbnails effortlessly.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"YouTube Channel to Posts WordPress Plugin - Setup Guide - konstantinos.kourentzes.com\" \/>\n<meta property=\"og:description\" content=\"Automate embedding YouTube videos into your WordPress site with the YouTube Channel to Posts plugin. Fetch videos, descriptions, tags, and thumbnails effortlessly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/\" \/>\n<meta property=\"og:site_name\" content=\"konstantinos.kourentzes.com\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-15T15:13:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1344\" \/>\n\t<meta property=\"og:image:height\" content=\"896\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@kkourentzes\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/\",\"name\":\"YouTube Channel to Posts WordPress Plugin - Setup Guide - konstantinos.kourentzes.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png\",\"datePublished\":\"2024-12-15T13:51:26+00:00\",\"dateModified\":\"2024-12-15T15:13:42+00:00\",\"description\":\"Automate embedding YouTube videos into your WordPress site with the YouTube Channel to Posts plugin. Fetch videos, descriptions, tags, and thumbnails effortlessly.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png\",\"contentUrl\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png\",\"width\":1344,\"height\":896,\"caption\":\"wordpress plugin presentation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/index.php\\\/yt-channel-to-posts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"YouTube Channel to Posts WordPress Plugin &#8211; Setup Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#website\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/\",\"name\":\"kourentzes.com\\\/konstantinos\",\"description\":\"Konstantinos Kourentzes\",\"publisher\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#\\\/schema\\\/person\\\/2693fb0ad7f7638a020431ffe372c822\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/#\\\/schema\\\/person\\\/2693fb0ad7f7638a020431ffe372c822\",\"name\":\"Konstantinos Kourentzes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\",\"url\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\",\"contentUrl\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\",\"width\":2835,\"height\":2268,\"caption\":\"Konstantinos Kourentzes\"},\"logo\":{\"@id\":\"https:\\\/\\\/kourentzes.com\\\/konstantinos\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/kko.png\"},\"description\":\"Konstantinos Kourentzes is a distinguished technologist and Enterprise Resource Planning (ERP) consultant renowned for his expertise in delivering cutting-edge technology solutions. Based in Marousi, Greece, he has a knack for seamlessly integrating data-driven systems, empowering businesses to streamline their operations and achieve peak efficiency. A fervent proponent of innovation, Konstantinos is committed to instigating revolutionary shifts within organizations. His approach revolves around delivering custom-tailored ERP solutions that seamlessly align with each business's distinctive requirements. This catalyzes enduring collaborations rooted in unwavering trust and tangible outcomes. With a background rooted in technology and a passion for optimizing business processes, Konstantinos is your go-to partner for harnessing the power of ERP systems to unlock operational excellence. Connect with Konstantinos on LinkedIn to explore how his technological insights can drive your business to new heights.\",\"sameAs\":[\"https:\\\/\\\/kourentzes.com\\\/konstantinos\",\"https:\\\/\\\/x.com\\\/kkourentzes\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"YouTube Channel to Posts WordPress Plugin - Setup Guide - konstantinos.kourentzes.com","description":"Automate embedding YouTube videos into your WordPress site with the YouTube Channel to Posts plugin. Fetch videos, descriptions, tags, and thumbnails effortlessly.","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:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/","og_locale":"en_US","og_type":"article","og_title":"YouTube Channel to Posts WordPress Plugin - Setup Guide - konstantinos.kourentzes.com","og_description":"Automate embedding YouTube videos into your WordPress site with the YouTube Channel to Posts plugin. Fetch videos, descriptions, tags, and thumbnails effortlessly.","og_url":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/","og_site_name":"konstantinos.kourentzes.com","article_modified_time":"2024-12-15T15:13:42+00:00","og_image":[{"width":1344,"height":896,"url":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@kkourentzes","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/","url":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/","name":"YouTube Channel to Posts WordPress Plugin - Setup Guide - konstantinos.kourentzes.com","isPartOf":{"@id":"https:\/\/kourentzes.com\/konstantinos\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/#primaryimage"},"image":{"@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/#primaryimage"},"thumbnailUrl":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png","datePublished":"2024-12-15T13:51:26+00:00","dateModified":"2024-12-15T15:13:42+00:00","description":"Automate embedding YouTube videos into your WordPress site with the YouTube Channel to Posts plugin. Fetch videos, descriptions, tags, and thumbnails effortlessly.","breadcrumb":{"@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/#primaryimage","url":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png","contentUrl":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2024\/12\/emperor_kk_wordpress_plugin_presentation_has_text_kourentzes._8ee4c04d-9dc5-455f-bf98-a403b2db536d_2.png","width":1344,"height":896,"caption":"wordpress plugin presentation"},{"@type":"BreadcrumbList","@id":"https:\/\/kourentzes.com\/konstantinos\/index.php\/yt-channel-to-posts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kourentzes.com\/konstantinos\/"},{"@type":"ListItem","position":2,"name":"YouTube Channel to Posts WordPress Plugin &#8211; Setup Guide"}]},{"@type":"WebSite","@id":"https:\/\/kourentzes.com\/konstantinos\/#website","url":"https:\/\/kourentzes.com\/konstantinos\/","name":"kourentzes.com\/konstantinos","description":"Konstantinos Kourentzes","publisher":{"@id":"https:\/\/kourentzes.com\/konstantinos\/#\/schema\/person\/2693fb0ad7f7638a020431ffe372c822"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kourentzes.com\/konstantinos\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/kourentzes.com\/konstantinos\/#\/schema\/person\/2693fb0ad7f7638a020431ffe372c822","name":"Konstantinos Kourentzes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png","url":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png","contentUrl":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png","width":2835,"height":2268,"caption":"Konstantinos Kourentzes"},"logo":{"@id":"https:\/\/kourentzes.com\/konstantinos\/wp-content\/uploads\/2022\/02\/kko.png"},"description":"Konstantinos Kourentzes is a distinguished technologist and Enterprise Resource Planning (ERP) consultant renowned for his expertise in delivering cutting-edge technology solutions. Based in Marousi, Greece, he has a knack for seamlessly integrating data-driven systems, empowering businesses to streamline their operations and achieve peak efficiency. A fervent proponent of innovation, Konstantinos is committed to instigating revolutionary shifts within organizations. His approach revolves around delivering custom-tailored ERP solutions that seamlessly align with each business's distinctive requirements. This catalyzes enduring collaborations rooted in unwavering trust and tangible outcomes. With a background rooted in technology and a passion for optimizing business processes, Konstantinos is your go-to partner for harnessing the power of ERP systems to unlock operational excellence. Connect with Konstantinos on LinkedIn to explore how his technological insights can drive your business to new heights.","sameAs":["https:\/\/kourentzes.com\/konstantinos","https:\/\/x.com\/kkourentzes"]}]}},"_links":{"self":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages\/817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/comments?post=817"}],"version-history":[{"count":3,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages\/817\/revisions"}],"predecessor-version":[{"id":828,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/pages\/817\/revisions\/828"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/media\/822"}],"wp:attachment":[{"href":"https:\/\/kourentzes.com\/konstantinos\/index.php\/wp-json\/wp\/v2\/media?parent=817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}