website logo
Auteur
avatar
colonelwog

Forum » » Le coin des codeurs » » Meta Youtube Html5


Posté : 09-06-2019 14:41 icone du post

petite modif pour avoir l'autoplay ou pas avec l'argument 0 ou 1


function MM_ytvideo($id_yt_video,$bloc_width,$bloc_height,$autoplay)&nbs p;{
   $content="";
   $id_yt_video = arg_filter($id_yt_video);
   $bloc_width = arg_filter($bloc_width);
   $bloc_height = arg_filter($bloc_height);
  $autoplay = arg_filter($autoplay);

   $content .='<!iframe! width="'.$bloc_width.'"& nbsp;height="'.$bloc_height.'" src="https://www.youtube.com/!embed!/'.$id_ yt_video.'?autoplay='.$autoplay.'" frameborder="0" allow="acceleromet er; autoplay; encrypted-media; gyroscope; picture-in-pictur e" allowfullscreen></!iframe!>';
   
   return ($content);
}


Cet article provient de NPDS REvolution 16
https://lab.grottes-et-karsts-de-chine.org/viewtopic.php?topic=26687&forum=5