Hi there, I want to insert a Youtube video in CKEditor and when I see the post of my text, the video isn't loading...
I don't see the video :S
There is the source of CKEditor when I paste a youtube link...
<p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="250" width="350"><param name="quality" value="high" /><param name="movie" value="http://www.youtube.com/watch?v=Xu-U8jnbt_s&feature=g-all&context=G2304a61FAAAAAAAAAAA" /><embed height="250" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.youtube.com/watch?v=Xu-U8jnbt_s&feature=g-all&context=G2304a61FAAAAAAAAAAA" type="application/x-shockwave-flash" width="350"></embed></object></p>
How do I insert youtube videos ?
Re: Cannot embed video on CKEditor
Getting a Youtube plugin working is still ongoing. And Youtube isn't helping by occasionally modifying the way it generates its links. You can use this plugin for now, until something better comes out.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Cannot embed video on CKEditor
How I load it and call it ?
Where is the doc ?
I uploaded the youtube plugins into /plugins and adding it to the config... My CKEditor isn't loading...
No error msg in the console...
Re: Cannot embed video on CKEditor
Like I said, it's still ongoing and with the changes in YouTube's embedding code, things have taken a step backs. Here's a link to the actual forum page for the plugin. Here's a link to a plugin that allows custom tags. Maybe it will help. You need to include config.extraPlugins = 'NAME_OF_PLUGIN'; to your config file whenever you are add custom plugins.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Cannot embed video on CKEditor
is this the plugin?? http://dev.ckeditor.com/ticket/8543 and is this the newest one out?