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.

EXT: Name of your Extension

Author:Christopher
Created:2010-12-18T19:57:23
Changed:2013-07-15T23:01:13
Classification:extension key
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) ----
Keywords:keywords comma-separated
Author:Documentation Team
Email:documentation@typo3.org
Language:en

img-1 img-2 htmlArea RTE Youtube Button

Extension Key: rtehtmlarea_youtube_button

Language: en

Version: 0.2.0

Keywords: youtube,htmlarea,video,RTE

Copyright 2006-2012, René Bigler, <raziel@dunkelweiss.li>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

`htmlArea RTE Youtube Button 1 <#__RefHeading__5708_1738894311>`_

`Introduction 3 <#__RefHeading__5710_1738894311>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#__RefHeading__467_413120346>`_

`Configuration 5 <#__RefHeading__31515_818911409>`_

`Known problems 6 <#__RefHeading__31525_818911409>`_

`To-Do list 7 <#__RefHeading__477_413120346>`_

`ChangeLog 8 <#__RefHeading__31623_818911409>`_

Introduction

What does it do?

This Extension provides a button to place Youtube videos in htmlarea.

Screenshots

Here you see what the extension does:

img-3 img-4

img-5 Users manual ------------

Extension fits seamless in RTE.

Click on the new Button and insert the video.

Configuration

To activate the button, you have add the Button to the “showButtons” and “toolbarOrder” variable in TSConfig.

You can use something like this on your root page:

RTE.default.showButtons = many, many, elements, youtube_button

RTE.default.toolbarOrder = many, many, elements, youtube_button

To Change the default width and height you can use this in Page TSConfig

mod.rtehtmlarea_youtube_button {

iframe {

width = 500

height = 500

}

}

Known problems

- It is not easy to change a existing video. Should be possible with a doubleclick

To-Do list

Adding more options

Send me a mail if you miss something.

ChangeLog

0.1.1

Version

0.1.1

Changes

Wrote the code of the extension.

0.1.2

Version

0.1.2

Changes

Change inserted tag to custom tag in RTE

0.2.0

Version

0.2.0

Changes

Bugfixes for Typo3 < 4.6