{"id":29509,"date":"2025-12-12T16:47:49","date_gmt":"2025-12-12T11:02:49","guid":{"rendered":"https:\/\/lmc.gov.np\/?page_id=29509"},"modified":"2025-12-12T16:52:29","modified_gmt":"2025-12-12T11:07:29","slug":"lmc-videos","status":"publish","type":"page","link":"https:\/\/lmc.gov.np\/en\/lmc-videos\/","title":{"rendered":"lmc-videos"},"content":{"rendered":"\n\n<div id=\"video-list\" style=\"display:flex; flex-direction:column; gap:20px; padding-left:10%;\"><\/div>\n<script>\nasync function loadVideoList() {\n  const sheetId = \"1Wvu7jPoBS01SenEY3SsooqKihvOC91rytwedBrCJ8Is\";\n  const apiKey = \"AIzaSyDvE1EzwJ1CEQlFwxX2y8mPQ2MWCTxitm8\";\n  const sheetName = \"videos\";\n\n  const url = `https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/${sheetId}\/values\/${sheetName}?key=${apiKey}`;\n  const response = await fetch(url);\n  const data = await response.json();\n\n  if (!data.values || data.values.length < 2) {\n    document.getElementById(\"video-list\").innerHTML = \"No videos found.\";\n    return;\n  }\n\n  const container = document.getElementById(\"video-list\");\n  container.innerHTML = \"\";\n\n  data.values.slice(1).forEach((row, index) => {\n    const sn = row[0] || index + 1;\n    const title = row[1] || \"Untitled\";\n    const videoUrl = row[2] || \"\";\n\n    let videoId = \"\";\n    if (videoUrl) {\n      try {\n        const urlObj = new URL(videoUrl);\n        if (urlObj.hostname.includes(\"youtu.be\")) {\n          videoId = urlObj.pathname.slice(1);\n        } else if (urlObj.hostname.includes(\"youtube.com\")) {\n          videoId = urlObj.searchParams.get(\"v\");\n        }\n      } catch(e) {\n        console.warn(\"Invalid URL:\", videoUrl);\n      }\n    }\n\n    \/\/ Create video block (stacked)\n    const videoBlock = document.createElement(\"div\");\n    videoBlock.style.border = \"1px solid #ccc\";\n    videoBlock.style.padding = \"10px\";\n    videoBlock.style.borderRadius = \"8px\";\n    videoBlock.style.boxShadow = \"0 2px 6px rgba(0,0,0,0.1)\";\n    videoBlock.style.display = \"flex\";\n    videoBlock.style.flexDirection = \"column\";\n    videoBlock.style.alignItems = \"flex-start\";\n\n    \/\/ Title\n    const titleDiv = document.createElement(\"div\");\n    titleDiv.style.marginBottom = \"10px\";\n    titleDiv.innerHTML = `<h3 style=\"margin:0;\">${sn}. ${title}<\/h3>`;\n\n    \/\/ Video container with 16:9 ratio\n    const videoDiv = document.createElement(\"div\");\n    videoDiv.style.width = \"40%\"; \/\/ 40% width\n    videoDiv.style.position = \"relative\";\n    videoDiv.style.paddingTop = \"30%\"; \/\/ 16:9 ratio\n    videoDiv.style.overflow = \"hidden\";\n\n    if (videoId) {\n      const iframe = document.createElement(\"iframe\");\n      iframe.src = `https:\/\/www.youtube.com\/embed\/${videoId}`;\n      iframe.style.position = \"absolute\";\n      iframe.style.top = \"0\";\n      iframe.style.left = \"0\";\n      iframe.style.width = \"100%\";\n      iframe.style.height = \"100%\";\n      iframe.frameBorder = \"0\";\n      iframe.allowFullscreen = true;\n      videoDiv.appendChild(iframe);\n    }\n\n    videoBlock.appendChild(titleDiv);\n    videoBlock.appendChild(videoDiv);\n    container.appendChild(videoBlock);\n  });\n}\n\nloadVideoList();\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-29509","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/pages\/29509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/comments?post=29509"}],"version-history":[{"count":7,"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/pages\/29509\/revisions"}],"predecessor-version":[{"id":29519,"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/pages\/29509\/revisions\/29519"}],"wp:attachment":[{"href":"https:\/\/lmc.gov.np\/en\/wp-json\/wp\/v2\/media?parent=29509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}