Julio Montoya a86fb284f6 Fckeditor german lang vars added by Alexander Hu see #5612 12 years ago
..
lang a86fb284f6 Fckeditor german lang vars added by Alexander Hu see #5612 12 years ago
fckpackager.xml aa41e35567 Feature #306 - Line endigs cohrrence, Part 2: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
fckplugin.js 79f06f55f2 merge 15 years ago
fckplugin_compressed.js aa41e35567 Feature #306 - Line endigs cohrrence, Part 2: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
index.html 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
license.txt 79f06f55f2 merge 15 years ago
readme.txt 79f06f55f2 merge 15 years ago
release-notes.txt 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
youtube.gif 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
youtube.html 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
youtube.js 01c43d2500 add security to plugin wikilink and fix some text 14 years ago
youtube_preview.html a508a21804 Feature #626 - Upgrading the online editor to version 2.6.6. 15 years ago

readme.txt

=============================================================
=
=   YouTube Plugin For FCKeditor 2.5
=
= http://www.sukekun.com/
=      http://uprush.net/
=============================================================

Thank you for using YouTube Plugin For FCKeditor.

Install

1.Copy the extraced 'youtube' folder to fckeditor/editor/plugins

2.Add it to the end of fckeditor/fckconfig.js
FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;

3.Modify fckeditor/fckconfig.js
Add YouTube button to the toolbar of fckeditor.
eg.
BEFORE:
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash']
]

AFTER:
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash','YouTube']
]


YouTube Plugin For FCKeditor をご利用いただき、有難うございます。

インストール手順

1.解凍された youtube フォルダを fckeditor/editor/plugins/ にコピーする

2.fckeditor/fckconfig.js の最後に追加する
  FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;

3.fckeditor/fckconfig.js を修正する
  ツールバー設定のところに、YouTube ボタンを追加する。

  例)修正前
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash']
]

  修正後
FCKConfig.ToolbarSets["Default"] = [
['Image','Flash','YouTube']
]