Does anyone have any further adive on how to actually embedd 3rd party videos into the CKEditor (7.x-1.6/3.6.2) so that they show up. I have edited one of my CKEditor profiles (full, all HTML allowed) under "Editor Appearance" to include the MediaEmbed icon in the toolbar and have the "Plugin for inserting Drupal embeded media" checked. The icon does appear in the toolbar and provides a dialog box for copying and pasting the link, e.g. iframe, object or whatever. But then I just get a boundary box, some icons indicating the media files should be there, with no video.
I tried adding CKEDITOR.config.extraPlugins = "media, embedmedia"; and some permutations of this into the "Advanced section" of the editor profile with no luck.
Has anybody achieved this in CKEditor without resorting to a contributed Drupal module for embedding media?
I tried adding CKEDITOR.config.extraPlugins = "media, embedmedia"; and some permutations of this into the "Advanced section" of the editor profile with no luck.
Has anybody achieved this in CKEditor without resorting to a contributed Drupal module for embedding media?
Re: Embed 3rd-party videos into CKEditor for Drupal 7?
if you see "Media" button in toolbar, this is unnecessary.
We have to check why only 'video' icon shows in post no video.
Please be patient.
Re: Embed 3rd-party videos into CKEditor for Drupal 7?
Thanks and I will wait for your response.
Re: Embed 3rd-party videos into CKEditor for Drupal 7?
to see media button you should check "Plugin for inserting images from Drupal media module" option in "Editor appearance" section of CKEditor's profile configuration. Of course , media module should be enabled in drupal modules page.
To use MediaEmbed plugin you should check "Plugin for inserting Drupal embeded media " option in "Editor appearance" section of CKEditor's profile configuration.
After inserting/embed media with this plugin, you will see 'fake element' (this looks as you described) not flash player or something like this. This is how MediaEmbed plugin works.
Hope, this clarify things.
Re: Embed 3rd-party videos into CKEditor for Drupal 7?