Looking for Script to embed and play YouTube Videos in Background

froster00X

Newbie
Joined
Feb 7, 2019
Messages
11
Reaction score
3
Hey guys,

I'm looking for a script that helps me to make use of my traffic by generating YouTube Views on certain Video URLs. I have a lot of visitors on my website and would like to use them, to play/view YT Videos in background (without even making the Visitors noticing it). Any solutions or ideas? Of course I'm willing to pay a coder to do the job!

Thanks in advance
 
Hey guys,

I'm looking for a script that helps me to make use of my traffic by generating YouTube Views on certain Video URLs. I have a lot of visitors on my website and would like to use them, to play/view YT Videos in background (without even making the Visitors noticing it). Any solutions or ideas? Of course I'm willing to pay a coder to do the job!

Thanks in advance
No need for script. Just do a normal ember and set sizes to 1.
Example
Code:
<iframe width="1" height="1" src="https://www.youtube.com/embed/something?autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Make sure the autoplay is = 1
 
Thank you for the hint! This is just it? That easy and youtube is counting the views? Gonna try it today. Thanks again
 
I had a feeling that it sounds too good to be true. I tried the iframe thing but no views were counted, after some research I found out youtube does not count any autoplay views. Any other solutions guys?
 
Back
Top