Plugins for FCKeditor
This page contains links to the plug-ins that we have developed or modified and simple instructions for how to include them in your own version of FCKeditor.
We add comments in our code and are currently using FCKeditor version 2.6.2
FCKeditor YouTube / Blip.tv Plug-in
This simple plug-in allows users to simply embed a video from these two popular sites, without the need to get too technical ( well, a little less technical, at least! )
Add the plug-in to your main fckconfig.js with the following line:
FCKConfig.Plugins.Add( 'video' ) ; // add video plug-in ##
You'll also need to add a new variable to FCKConfig.ToolbarSets called video - for example:
['Image','Flash','video','
FCKeditor PayPal Plug-in
As a small return to the community that developed this system we'd like to share the following FCKeditor PayPal Plug-in originally developed by Scott Jibben and modified by QL Studio.
Add the plug-in to your main fckconfig.js with the following line:
FCKConfig.Plugins.Add( 'paypal' ) ; // add paypal plug-in ##
You'll also need to add a new variable to FCKConfig.ToolbarSets called paypal - for example:
['Image','Flash','video','audio','Smiley','paypal']










