I found this on the web while I was messing around with Youtube on my site... I take no credit for it but thought someone here that uses FCK might like this feature....
Basicly it adds a Youtube button so that you don't have to embed every youtube video you want to post on your site!
the full article is here:
http://webdevnews.net/2008/10/adding-a-youtube-button-to-fckeditor-in-drupal/but the jest of it is:
download youtube plug in:
http://sourceforge.net/projects/youtubepluginfo/then dump that file in /fckeditor/plugins/youtube
after that: Download and open the fckeditor.config.js file from the main module folder.
then add the following code to the bottom of the file:
FCKConfig.Plugins.Add( 'youtube', 'en,ja' ) ;
then you need to change a string from this:
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
To This:
['Image','Flash', 'YouTube','Table','Rule','Smiley','SpecialChar','PageBreak'],
notice the new YouTube line!
Save the config.js file to your site and you are all set to go... need to clear cookies and java but hey It works Awesome!
See it work right before your eyes
http://poorpeoplesparty.org/news/test-the-youtube/