Banniere google ads

Bonsoir a tous
Je n’arrive pas a faire tourner 3 fois ma video (iframe youtube) je pense qu’il me manque une ligne de code dans l’iframe youtube. Avez vous une solution ?
Jerome728x90.hype.zip (56.7 KB)

You need to add the loop parameter as part of the src URL.

Here is your current Inner HTML:

<iframe width="728" height="410" src="https://www.youtube.com/embed/DCCPV3uvX-U?rel=0&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;" frameborder="0" allowfullscreen=""></iframe>&amp;loop=1&amp;playlist=VIDEO_ID

It should be:

<iframe width="728" height="410" src="https://www.youtube.com/embed/DCCPV3uvX-U?rel=0&controls=0&showinfo=0&autoplay=1&loop=1" frameborder="0" allowfullscreen=""></iframe>