Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.0k views
in Plugins by

hi

i want to add plugin in my  ckeditor4

 

1 Answer

+1 vote
by
  1. CKditor4 plugin is equipped with CKEditor V4.2. You can add plugin compatible with CKEditor V4,2 to CKditor4 plugin. First, you should confirm plugin compatibility.
    http://ckeditor.com/addons/plugins/all
  2. Check installation method of the target plugin.
  3. Admin > Plugins > CKEditor4 > option
  4. Add things necessary for "Toolbar buttons:" and "Other configuration"

Description method of "Other configuration" is slightly different from config.js.

Example:

config.js => config.extraPlugins='youtube,ediaembed';

Other configuration => extraPlugins:'youtube,ediaembed',

You must not attach "comma" to the last line.

by
Yes I have all of the steps.
i see icon but does not appear Fund
I want to use one of these plugins
syntaxhighlight OR pbckcode
by
syntaxhighlight:

It is unknown whether it supports V4.2. Ask to author.
http://ckeditor.com/addon/syntaxhighlight
https://github.com/dbrain/ckeditor-syntaxhighlight/tree/ckeditor-4

pbckcode:

In the first place the movement of the demo is strange.
http://pierrebaron.fr/PBCKCode/demo-default.html

And, It is unknown whether it supports V4.2, too. Ask to author.
https://github.com/prbaron/PBCKCode
...