FCKeditor

Adding a YouTube Button to FCKeditor in Drupal

Posted by Jeffrey Scott -TypeHost Web Development | Monday, October 27th, 2008 | 35 Comments
, ,

This is a reference article for adding a YouTube button for automatic video uploads in Drupal with FCKeditor. Basically, there are a few small issues that I ran into when setting up the plugin, but the process is simple and quick. If you want to give embedded video support through the WYSIWYG editor, without having your users cut and paste the embed code through the source directly, then this method may be of interest.

1. Install and configure FCKeditor in your Drupal installation.

2. Download the YouTube Plugin for FCKeditor at:
http://sourceforge.net/projects/youtubepluginfo/

3. First Change – the documentation for the plugin says to upload it into the:
fckeditor/editor/plugins folder

Disregard this and upload it into the upper level folder of the Drupal FCKeditor module. The path should be:

sites/all/modules/fckeditor/plugins/youtube

Read the rest of Adding a YouTube Button to FCKeditor in Drupal »