We have a youtube bbcode, that is working with this code:
<object width="425" height="350"><param name="movie" value="https://www.youtube.com/v/{param}"></param><embed src="https://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
And this is for Vimeo videos:
<iframe src="https://player.vimeo.com/video/{param}" width="540" height="380" frameborder="0"></iframe>
|