'Start and end time of videos shuffled with php in youtube playlist url
Hello guys!!!
I have an embedded YouTube playlist, shuffled with php, but I don't know how to set a specific start and end time for each of the videos in the url. I know it's almost impossible to do this without javascript, but any solution to the problem will be accepted with great joy and respect.
I'm grateful to you in advance!!!
The playlist looks like this:
https://www.youtube.com/embed?playlist=<?php $arr=array('yGI0Pja2Sro','nb7L7a-16tY','CHR_pi9x8fg',); echo $arr[array_rand($arr)];?>,<?php $arr=array('yGI0Pja2Sro','nb7L7a-16tY','CHR_pi9x8fg',); echo $arr[array_rand($arr)];?>,<?php $arr=array('yGI0Pja2Sro','nb7L7a-16tY','CHR_pi9x8fg',); echo $arr[array_rand($arr)];?>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
