0

I read youtube views does not count if autoplay is on with youtube embed player.

Html5 video player Selz/plyr actually allows you to embed youtube video into their player. I wonder if this plugin accumulates youtube views at all. Can anyone confirm it?

<div class="plyrWrapper">
    <div data-type="youtube" data-video-id="AbcdEFghIJ"></div>
</video>


// plyr
window.plyr = plyr;
plyr.setup({
    //options
});
beaver
  • 17,333
  • 2
  • 40
  • 66
georgegach
  • 185
  • 2
  • 13

1 Answers1

0

In short, they do count.

Source: https://github.com/Selz/plyr/issues/556

georgegach
  • 185
  • 2
  • 13