DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

CreateYoutubeUrlViewHelper

It searches the given link for Youtube ID and attaches the ID to the embedded Youtube Link.

Examples

Given link A: https://www.youtube.com/watch?v=B5gDI2h0F20 Given link B: https://www.youtube.com/watch?v=B5gDI2h0F20 Given link C: https://www.youtube.com/watch?v=B5gDI2h0F20 Given link D: https://www.youtube.com/watch?v=B5gDI2h0F20 Youtube ID: B5gDI2h0F20 Embedded link: //www.youtube.com/embed/B5gDI2h0F20

Basic example

Code:

<iframe width="560" height="315" src="{e2:createYoutubeUri(link: event.videoLink.link)}" frameborder="0" allowfullscreen></iframe>