- Issue created by @ludo.r
When having multiple videos in the same container, and beore accepting cookies, it's always the link of the first videos that is displayed.
Consider this
<p>
<iframe frameborder="0" height="315" src="https://www.youtube.com/embed/xxxxxxxxx" title="YouTube video player" width="560">&#13;&#13;
</iframe>
<iframe frameborder="0" height="315" src="https://www.youtube.com/embed/yyyyyyyyy" title="YouTube video player" width="560">&#13;&#13;
</iframe>
</p>
We have then 2 blocks, but both show the same link: https://www.youtube.com/embed/xxxxxxxxx
Active
1.0
Code