Skip to content
Snippets Groups Projects
Stefan Galinski's avatar
Stefan Galinski authored
[FEATURE] Add new options to the plugin: thumbnail type, aspect Ratio, debug output & add intelligent thumbnail analyse feature as default & several bugfixes and cleanups
b14e9cc0
History

Ext: sg_youtube

License: GNU GPL, Version 2

Repository: https://gitlab.sgalinski.de/typo3/sg_youtube

Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_youtube

TYPO3 version: >8.7

Installation / Integration

First install the extension and activate it in the Extension Manager.

TypoScript integration

  • Include the TypoScript in Configuration/TypoScript/setup.typoscript and constants.typoscript in your theme.
  • Add your Youtube API key:
plugin.tx_sgyoutube {
	settings {
		# cat=plugin.tx_sgyoutube/file; type=string; label=YouTube API Key
		apiKey = <your-api-key>
	}
}