Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
827 views
in Plugins by
recategorized by
I found this page on adding a youtube plugin for ckeditor.  Tried following the instructions with no luck.  Can anyone give me any further advice?  Thanks

http://www.fluidbyte.net/index.php?view=embed-youtube-vimeo-etc-into-ckeditor

1 Answer

0 votes
by

Here are the steps I needed to take to get this to work in Linux:

  1. put the mediaembed folder in the plugins folder
  2. rename the folder to MediaEmbed
  3. add a line to the function in config.js:
    config.extraPlugins +=',MediaEmbed';
  4. edit the toolbar code in qa-wysiwyg-editor.php and add 'MediaEmbed' where you want it to appear.
...