Hello all,
I want to add MediaEmbed plugin to my CKEditor which is on my website. I'm using PHP version to add this tool. My code is:
$ckeditor = new CKEditor(); $ckeditor->basePath = '/include/ckeditor/'; if(!isset($_GET['index2'])) $ckeditor->config['baseHref'] = "http://gieromaniak.pl"; else $ckeditor->config['baseHref'] = "http://gieromaniak.pl/liga"; $ckeditor->config['language'] = "pl"; $ckeditor->config['skin'] = "office2003"; $ckeditor->config['height'] = "350px"; $ckeditor->config['extraPlugins'] = "MediaEmbed"; $ckeditor->config['toolbar'] = array( array('Source','-','Undo','Redo','-','Templates'), array('Cut','Copy','Paste','PasteText','PasteFromWord','-', 'SpellChecker', 'Scayt','-','Subscript','Superscript','-','TextColor','BGColor', 'MediaEmbed'), array('Find','Replace','-','SelectAll','RemoveFormat'), array('Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'), array('Bold','Italic','Underline','Strike','-','Outdent','Indent','Blockquote','CreateDiv'), array('NumberedList','BulletedList'), array('JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'), array('BidiLtr', 'BidiRtl' ), array('Link','Unlink','Anchor'), array('Image','Flash','Table','HorizontalRule','SpecialChar','PageBreak'), array('Styles','Format','Font','FontSize'), array('Maximize', 'ShowBlocks','-','About') ); $ckeditor->editor('tresc', $wyswietl['tresc']);
Re: Media Embed
Re: Media Embed
Re: Media Embed
Re: Media Embed
I have downloaded it from
http://www.fluidbyte.net/index.php?view ... o-ckeditor
Is it bugged?
Re: Media Embed
I haven't tested but if it works for other people then it must be ok and so you are installing it wrong.
Re: Media Embed
Re: Media Embed
Maybe you have extracted the plugin in the wrong folder, your ftp client has broken something, you have a syntax error, your server is rejecting the request, you have downloaded the wrong file...
There are lots of errors, and unless you provide a url to check the problem we can't help you, we're not psychics.