How to loop an embeded YouTube video?

user1724434

I am embedding a YouTube video without playback controls, or video title, but I want it to autoplay and loop. Everything works except the loop. What am I doing wrong?

<div class='embed-container'><iframe src="https://www.youtube.com/embed/Yo19ZhO7CAc?autoplay=1&loop=1&cc_load_policy=1rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe></div>
ASTeam

You shoud add playlist=VIDEO_ID at your src

<div class='embed-container'>
  <iframe 
      src="https://www.youtube.com/embed/Yo19ZhO7CAc?autoplay=1&loop=1&cc_load_policy=1rel=0&amp;controls=0&amp;showinfo=0&playlist=Yo19ZhO7CAc" 
      frameborder="0" 
      allowfullscreen>
  </iframe>
</div>

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Embeded youtube video error

分類Dev

How to autoplay a YouTube video in a UIWebView

分類Dev

How do I get a YouTube video thumbnail from the YouTube API?

分類Dev

How to stop a youtube video from playing

分類Dev

How to show downloading progress of youtube video on frontend

分類Dev

how to build video playlist having youtube videos?

分類Dev

How to embed youtube video in firefox os webapp?

分類Dev

How to query the feeds of a specified video on youtube?

分類Dev

How to display Youtube 10 Trending Video with video id?

分類Dev

If user video removed from youtube , how do I change featured video to newest uploaded video on my website?

分類Dev

How to find if video is syndicated on YouTube data api v3

分類Dev

How to get video title and thumbnail from YouTube Playlist

分類Dev

How to download a valid Youtube video HTML page using Python?

分類Dev

How to add Event Listener for Event after Youtube video is finished playing

分類Dev

How to disable HTML5 video on YouTube with Firefox?

分類Dev

Set youtube video on background

分類Dev

youtube video downloader with php

分類Dev

Youtube video downloader

分類Dev

Problems embedding youtube video

分類Dev

Responsive youtube video with iframe

分類Dev

PHP - How to change privacy status of a youtube video through Youtube API v3?

分類Dev

YouTube video in video_player package

分類Dev

How set colors for css selectors if css code is embeded?

分類Dev

YouTube video regex in MySQL query

分類Dev

Autostart a youtube video from Javascript

分類Dev

regex to extract youtube video id?

分類Dev

Youtube Video feeds link not working

分類Dev

Given the video ID, how to get it's title using YouTube Data API v.3

分類Dev

How do I retrieve individual video URLs from a playlist, using youtube-dl within a python script?

Related 関連記事

  1. 1

    Embeded youtube video error

  2. 2

    How to autoplay a YouTube video in a UIWebView

  3. 3

    How do I get a YouTube video thumbnail from the YouTube API?

  4. 4

    How to stop a youtube video from playing

  5. 5

    How to show downloading progress of youtube video on frontend

  6. 6

    how to build video playlist having youtube videos?

  7. 7

    How to embed youtube video in firefox os webapp?

  8. 8

    How to query the feeds of a specified video on youtube?

  9. 9

    How to display Youtube 10 Trending Video with video id?

  10. 10

    If user video removed from youtube , how do I change featured video to newest uploaded video on my website?

  11. 11

    How to find if video is syndicated on YouTube data api v3

  12. 12

    How to get video title and thumbnail from YouTube Playlist

  13. 13

    How to download a valid Youtube video HTML page using Python?

  14. 14

    How to add Event Listener for Event after Youtube video is finished playing

  15. 15

    How to disable HTML5 video on YouTube with Firefox?

  16. 16

    Set youtube video on background

  17. 17

    youtube video downloader with php

  18. 18

    Youtube video downloader

  19. 19

    Problems embedding youtube video

  20. 20

    Responsive youtube video with iframe

  21. 21

    PHP - How to change privacy status of a youtube video through Youtube API v3?

  22. 22

    YouTube video in video_player package

  23. 23

    How set colors for css selectors if css code is embeded?

  24. 24

    YouTube video regex in MySQL query

  25. 25

    Autostart a youtube video from Javascript

  26. 26

    regex to extract youtube video id?

  27. 27

    Youtube Video feeds link not working

  28. 28

    Given the video ID, how to get it's title using YouTube Data API v.3

  29. 29

    How do I retrieve individual video URLs from a playlist, using youtube-dl within a python script?

ホットタグ

アーカイブ