Quinta Linda
Websites Made Easy
Websites Made Easy
Low-Impact living in Central Portugal
QL StudioHelpDownloads › FCKeditor Plugins
Studio Digest
Connections
Connected to The Center for Cultural Interchange Connected to The Foundation for the Future QL Studio on Etsy Connected to Greenheart Follow Quinta Linda on Twitter Become a friend of Quinta Linda on Facebook
Share this Page Share/Bookmark
Please enable JavaScript - or get a better browser

Plugins for FCKeditor

We love FCKeditor, and we're now getting the hand of writing our own plug-ins to add the extra features our clients want.

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! )

video.tar.gz ( 2.6 kb )

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','audio','Smiley','paypal']

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. 

paypal.tar.gz ( 2.6 kb )

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']