aragonc 94984e6b12 merge 10 years ago
..
lang 94984e6b12 merge 10 years ago
fckpackager.xml 94984e6b12 merge 10 years ago
fckplugin.js 94984e6b12 merge 10 years ago
fckplugin_compressed.js 94984e6b12 merge 10 years ago
index.html 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
license.txt 94984e6b12 merge 10 years ago
readme.txt 94984e6b12 merge 10 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 94984e6b12 merge 10 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']
]