Youtube(YT) 影片嵌入 [http://127.0.0.1/yt_auto.html] 自動撥放

Youtube(YT) 影片嵌入 [http://127.0.0.1/yt_auto.html] 自動撥放

Youtube(YT) 影片嵌入 [http://127.0.0.1/yt_auto.html] 自動撥放


資料來源: chatgpt


HTML code

<!DOCTYPE html>
<html lang="zh-Hant">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>YouTube 內嵌自動播放示例</title>
</head>
<body>
    <h1>內嵌並自動播放 YouTube 影片</h1>
	<!--
    <iframe width="560" height="315" src="https://www.youtube.com/embed/kDmk9R_IhcE?autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
	-->
	<iframe width="780" height="440" src="https://www.youtube.com/embed/kDmk9R_IhcE?rel=0&autoplay=1&loop=1&playlist=kDmk9R_IhcE&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</body>
</html>

One thought on “Youtube(YT) 影片嵌入 [http://127.0.0.1/yt_auto.html] 自動撥放

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *