This page is still a beta!

Filter options

Category

Search

Reset

Add snippet

If you would like to create a new snippet, please click here:

Add snippet

YouTube Video with MediaCE

Author Tags Category Date
Steffen Kamper

25 snippets

TypoScript, media, video, youtube typoscript March 01, 2010

this snippet shows a youtube video defined in typoscript

  1. temp.ytvideo < tt_content.media.20
  2. temp.ytvideo {
  3. file = http://www.youtube.com/v/1uKoBqDwSiM&fs=1&enablejsapi=1
  4. forcePlayer = 0
  5. params.allowFullScreen = true
  6. }
Copy to Clipboard