OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / fckeditor2.6.6 / editor / plugins / YouTube / readme.txt
1 =============================================================
2 =
3 =   YouTube Plugin For FCKeditor 2.5
4 =
5 =        http://uprush.net/
6 =             http://www.sukekun.com/
7 =============================================================
8
9 Thank you for using YouTube Plugin For FCKeditor.
10
11 Install
12
13 1.Copy the extraced 'youtube' folder to fckeditor/editor/plugins
14
15 2.Add it to the end of fckeditor/fckconfig.js
16   FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;
17
18 3.Modify fckeditor/fckconfig.js
19   Add YouTube button to the toolbar of fckeditor.
20   eg.
21   BEFORE:
22         FCKConfig.ToolbarSets["Default"] = [
23                 ['Image','Flash']
24         ]
25
26   AFTER:
27         FCKConfig.ToolbarSets["Default"] = [
28                 ['Image','Flash','YouTube']
29         ]
30
31
32 YouTube Plugin For FCKeditor をご利用いただき、有難うございます。
33
34 インストール手順
35
36 1.解凍された youtube フォルダを fckeditor/editor/plugins/ にコピーする 
37
38 2.fckeditor/fckconfig.js の最後に追加する
39   FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;
40
41 3.fckeditor/fckconfig.js を修正する
42   ツールバー設定のところに、YouTube ボタンを追加する。
43
44   例)修正前
45         FCKConfig.ToolbarSets["Default"] = [
46                 ['Image','Flash']
47         ]
48
49   修正後
50         FCKConfig.ToolbarSets["Default"] = [
51                 ['Image','Flash','YouTube']
52         ]
53
54