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.

TypoScript SetupΒΆ

Manually change TypoScript Setup for this extension in this special case, only:

Since version 0.5.0 jh_simple_youtube uses a secure connection to youtube via https:// request.
If you want to use an unencrypted connection add this setup:
plugin.tx_jhsimpleyoutube.settings.youtubeUrl = http://www.youtube.com/embed/
[globalString = ENV:HTTPS=on]
    plugin.tx_jhsimpleyoutube.settings.youtubeUrl = https://www.youtube.com/embed/
[global]