{"id":380,"date":"2024-05-06T06:31:37","date_gmt":"2024-05-06T06:31:37","guid":{"rendered":"https:\/\/worldseotool.com\/?page_id=380"},"modified":"2024-05-06T06:31:37","modified_gmt":"2024-05-06T06:31:37","slug":"youtube-embed-code-generator","status":"publish","type":"page","link":"https:\/\/shoptips24.com\/tools\/youtube-embed-code-generator\/","title":{"rendered":"YouTube Embed Code Generator"},"content":{"rendered":"\n\n<style>\n  body {\n    font-family: Arial, sans-serif;\n    background-color: #f3f3f3;\n    text-align: center;\n    padding: 20px;\n  }\n\n  .container {\n    max-width: 600px;\n    margin: 0 auto;\n    padding: 20px;\n    background-color: #fff;\n    border-radius: 5px;\n    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n  }\n\n  input[type=\"text\"] {\n    width: 100%;\n    padding: 10px;\n    margin-bottom: 20px;\n    box-sizing: border-box;\n    border: 1px solid #ccc;\n    border-radius: 5px;\n  }\n\n  textarea {\n    width: 100%;\n    height: 150px;\n    margin-bottom: 20px;\n    padding: 10px;\n    box-sizing: border-box;\n    border: 1px solid #ccc;\n    border-radius: 5px;\n    resize: vertical;\n  }\n\n  button {\n    padding: 10px 20px;\n    background-color: #007bff;\n    color: #fff;\n    border: none;\n    border-radius: 5px;\n    cursor: pointer;\n  }\n\n  button:hover {\n    background-color: #0056b3;\n  }\n\n  .error-message {\n    color: red;\n    margin-top: 5px;\n  }\n<\/style>\n\n<body>\n<div class=\"container\">\n  <h1>YouTube Embed Code Generator<\/h1>\n  <input id=\"youtubeUrl\" placeholder=\"Enter YouTube video URL or ID\" type=\"text\" \/>\n  <button onclick=\"generateEmbedCode()\">Generate Embed Code<\/button>\n  <div class=\"error-message\" id=\"errorMessage\"><\/div>\n  <textarea id=\"embedCode\" placeholder=\"Generated embed code will appear here\" readonly=\"\"><\/textarea>\n<\/div>\n<script>\nfunction generateEmbedCode() {\n  const youtubeUrlOrId = document.getElementById('youtubeUrl').value.trim();\n  const errorMessage = document.getElementById('errorMessage');\n  errorMessage.textContent = ''; \/\/ Clear previous error message\n\n  if (!youtubeUrlOrId) {\n    errorMessage.textContent = 'Please enter a YouTube video URL or ID.';\n    return;\n  }\n\n  const videoId = extractVideoId(youtubeUrlOrId);\n\n  if (!videoId) {\n    errorMessage.textContent = 'Invalid YouTube video URL or ID.';\n    return;\n  }\n\n  const embedCode = `<iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/${videoId}\" frameborder=\"0\" allowfullscreen><\/iframe>`;\n  document.getElementById('embedCode').value = embedCode;\n}\n\nfunction extractVideoId(urlOrId) {\n  const regex = \/(?:youtube\\.com\\\/(?:[^\/]+\\\/.+\\\/|(?:v|e(?:mbed)?)\\\/|.*[?&]v=)|youtu\\.be\\\/)([^\"&?\\\/\\s]{11})\/;\n  const match = urlOrId.match(regex);\n  return match ? match[1] : null;\n}\n<\/script>\n<\/body><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjjqAGs0i3URUDRl5t2Vbs2zTcZMWFTvlNNVGPdBCqEjsIF5xxe9_6lpoKDWbwPjAIK8VBnsQEeQqYyOnTM6x-uidelVkj7gfzQIA51AfYaqJuhQPXjYYQgMNTe3Ogctwugc_UUxX8XEytZ8IBucZRZ88EWrq0-QiNP3gNhUoiqJZKV0ChfL5644gI1az4\/s512\/youtube.png\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img fetchpriority=\"high\" decoding=\"async\" border=\"0\" data-original-height=\"512\" data-original-width=\"512\" height=\"320\" src=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjjqAGs0i3URUDRl5t2Vbs2zTcZMWFTvlNNVGPdBCqEjsIF5xxe9_6lpoKDWbwPjAIK8VBnsQEeQqYyOnTM6x-uidelVkj7gfzQIA51AfYaqJuhQPXjYYQgMNTe3Ogctwugc_UUxX8XEytZ8IBucZRZ88EWrq0-QiNP3gNhUoiqJZKV0ChfL5644gI1az4\/s320\/youtube.png\" width=\"320\" \/><\/a><\/div><br \/>\n","protected":false},"excerpt":{"rendered":"<p>YouTube Embed Code Generator Generate Embed Code<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-380","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages\/380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/comments?post=380"}],"version-history":[{"count":0,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages\/380\/revisions"}],"wp:attachment":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/media?parent=380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}