As i'm new to this i'll have to look into how to make sure to edit the link when u double click the iframe. But i'm sure i'll figure it out. Great feedback, do u mind if i send u a PM or if i have contact with u with skype or msn or whatever? There is a few questions i have about your questions.
But for the improvements, i'll look into them in the morning. I'm in Vietnam now for my internship for my last year IT application development. I'm here untill June 14th. Internet connection is bad here compared to europe, but i'll look into it and upload the newer version.
PM is OK, although please note that it might make more sense to continue the discussions here, for future reference and for others to join/comment/add feedback.
There is a way to do it without any plugins. Use the iFrame button (furthest button to the right on the second row). Go to Youtube, get your "embed" code, then in CKEditor’s iFrame Properties menu simply put the URL part of the code in the URL field without the quotation marks. You can also set the video’s dimensions in the iFrame menu.
Re: Youtube Plugin CKeditor
http://www.youtube.com/watch?v=XXXXXXhttp://youtu.be/XXXXXX
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Youtube Plugin CKeditor
As i'm new to this i'll have to look into how to make sure to edit the link when u double click the iframe.
But i'm sure i'll figure it out. Great feedback, do u mind if i send u a PM or if i have contact with u with skype or msn or whatever? There is a few questions i have about your questions.
But for the improvements, i'll look into them in the morning. I'm in Vietnam now for my internship for my last year IT application development. I'm here untill June 14th. Internet connection is bad here compared to europe, but i'll look into it and upload the newer version.
Regards,
Roderik Latruwe
Re: Youtube Plugin CKeditor
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Youtube Plugin CKeditor
Can u tell me how to make it that when u double click the iframe that you'll enter the Youtube dialog again?
The reason i don't reply that fast is because i'm working on a easy to use media plugin for CKeditor too.
One that uses IMCE and shadowbox.
regards,
Roderik Latruwe
Re: Youtube Plugin CKeditor
https://sourceforge.net/projects/ckeditorshadowb/
Re: Youtube Plugin CKeditor
Re: Youtube Plugin CKeditor
youtubepng youtubeyoutube.pngyoutube.jpg
Re: Youtube Plugin CKeditor
CKEDITOR.plugins.setLang('vimeo', 'en', { vimeo : { title : "Embed Vimeo Video", button : "Embed Video", pasteMsg : "Please copy and paste the Youtube URL here" } });(function(){CKEDITOR.dialog.add('youtube', function(editor) {return{title:editor.lang.youtube.title,minWidth:CKEDITOR.env.ie&&CKEDITOR.env.quirks?200:250,minHeight:240, onShow:function(){this.getContentElement('general','content').getInputElement().setValue('')}, onOk:function(){ val = this.getContentElement('general','content').getInputElement().getValue(); val = val.replace("watch\?v\=", "v\/"); var text='<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="http://www.youtube.com/embed/' //+this.getContentElement('general','content').getInputElement().getValue() + val +'?rel=0" frameborder="0"></iframe>'; this.getParentEditor().insertHtml(text)}, contents:[{label:editor.lang.common.generalTab,id:'general',elements: [{type:'html',id:'pasteMsg',html:'<div style="white-space:normal;width:140px;"><img style="margin:5px auto;" src="' +CKEDITOR.getUrl(CKEDITOR.plugins.getPath('youtube') +'images/youtube_large.png') +'"><br />'+editor.lang.youtube.pasteMsg +'</div>'},{type:'html',id:'content',style:'width:180px;height:90px',html:'<input size="40" style="'+'border:1px solid black;'+'background:white">',focus:function(){this.getElement().focus()}}]}]}})})();Re: Youtube Plugin CKeditor
http://youtu.be/Qdoe_gI_fSs
Re: Youtube Plugin CKeditor
I have many many tried youtube plugin use in my latest version.
and also implement. doesn't load plugin.
anyone help me or send me complete script for ckeditor
Thanks in advance
Re: Youtube Plugin CKeditor
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Youtube Plugin CKeditor
Attachments: