Hmmm, doesn't work. When I press "Ok" with code in the dialog nothing happens. When there's no code the dialog simply closes. It happens in all the newest browsers. I tested with Youtube, blip.tv and vimeo. Opera is kind enough to give me an error message when I click on the oEmbed icon and another when I press Ok (the other browsers simply don't do anything). Also, in FireFox the dimension text is misaligned and the code should be config.extraPlugins = 'oEmbed'; without brackets. Here's a screenshot of the Opera messages and FF dialog:
Tue, 05/15/2012 - 16:02
#1
Re: oEmbed Plugin
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: oEmbed Plugin
Awesome, it works! I'll reserve you a +1 for when we get the new site.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: oEmbed Plugin
We have to remove comas after labels :
There is a bug with minWidth too.
I changed :
by
Re: oEmbed Plugin
3. In the same CKEditor configuration file (config.js) add the 'oEmbed' in the toolbar, similar to the following example:
After following the directions and loading jquery on the editor page, this plugin menu loads and when entering a YouTube url and clicking OK, the box closes but there is no code updated in the editor. I'm using Chrome version 20x. I hope these notes are helpful in resolving this problem and making this plugin work with the major browsers.
Re: oEmbed Plugin
Thank you for your reply, I appreciate it very much. I hope these notes help others in similar circumstances. Downloaded oEmbed1.03.zip, followed the directions, and also added the following in the <head>...</head> section of the CKEditor form page.
Result:The oEmbed Plugin menu accepts the YouTube URL (including other sources) and closes. However, there is nothing on the editor box of the URL information, it's blank. Chrome version 20x, there are no errors in javascript. If there is any step I've missed, please clarify if this plugin works with the current CKEditor version: 3.6.3.
Re: oEmbed Plugin
Does not work in IE 8
After pressing OK button log error write: console is not defined at oEmbedDialog.js at line 32. How fix it?
Re: oEmbed Plugin
Re: oEmbed Plugin
Re: oEmbed Plugin
Updated Version now available
Description
This Plugin allows to insert embedded content (such as photos, videos, audio, and other rich media) via the OEmbed API. You only have to provide the url to the site (It works also when the url is shortened) you want to embed and the plugin does the rest.
Currently Supported Sites...
Video
Attachments:
Re: oEmbed Plugin
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: oEmbed Plugin
Hi,
Have you tested your plugin in Internet Explorer ? It doesn't work for me.
I saw little differences between the file you provided and this one : https://github.com/starfishmod/jquery-o ... .oembed.js
Regards,
Alexandre
Détails de l’erreur de la page Web
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C)
Horodateur : Tue, 2 Oct 2012 05:20:25 UTC
Message : Identificateur, chaîne ou nombre attendu
Ligne : 230
Caractère : 9
Code : 0
URI : /oEmbed/dialogs/jquery.oembed.js?t=C6HH5UF
Message : Cet objet ne gère pas cette propriété ou cette méthode
Ligne : 30
Caractère : 6
Code : 0
URI : oEmbed/dialogs/oEmbedDialog.js?t=C6HH5UF
Attachments:
Re: oEmbed Plugin
error: settings.onError.call(container, externalUrl, embedProvider)
and it works on IE
Why ?
Re: oEmbed Plugin
Well if it works with that code i re-add that code.
Re: oEmbed Plugin
When I paste in a youtube URL like:
http://www.youtube.com/watch?feature=pl ... tXtSGRV0xc
(note v= param is at the END of URL)
nothing happens in FF or chrome.
In IE, I get this error:
Unable to get the value of the property 'json': object is null or undefined
jquery.oembed.js
line: 444
char: 6
- - - - - - - - - - - - - -
Unfortunately, this URL format is quite common.
Re: oEmbed Plugin
Re: oEmbed Plugin
Hi, I'm experiencing the following problem:
I loaded correctly oEmbed plugin for CKEditor 3.x, but when I try to embed
CKEditor 4.1 OEmbed fix
The current version (4.0) of the OEmbed plugin is not compatible with CKEditor 4.1, thwors an error of Uncaught TypeError: Cannot read property 'isBlock' of undefined. The fix is really easy. In the ombed plugin directory find the plugin.js and change the following rows
to
From now on instead of specifying a wrapper class like
specify any wrapping tag with additional attributes and/or styles, like
And that's all.