
Integrating YouTube Plugin for FCK Editor in Liferay
Integrating YouTube Plugin for FCK Editor in Liferay #
Download Latest version YouTube Plugin:(From SourceForge)
http://sourceforge.net/project/showfiles.php?group_id=215257&package_id=260057&release_id=651317
Steps to Integrate YouTube Plugin in FCK Editor:
- Copy the YouTube Folder under (war)\html\js\editor\fckeditor\editor\plugins\ Folder.
- Add the Plugin by copying the below config line to (war)\html\js\editor\fckeditor\fckconfig.js File.
- FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;
- Update the Default ToolBar set in Liferay fckconfig.js file, as below:
FCKConfig.ToolbarSets["Default"]= 'Image', 'Flash', 'YouTube'
Your done with Integrating YouTube Plugin in Liferay FckEditor.
(Note: Adding other FCKEditor Plugin involves same steps which are spcificied above, Only Plugin Names need to be changed)
27038 Angesehen