Viewing 1 replies (of 1 total)
  • Hi @tazir,

    I hope you’re doing great today! 🙂

    Unfortunately, that’s not something we can feasibly provide through support, especially as the plugin’s regular button is back-end based.

    In case it helps though, the following discusses how to add buttons:
    http://ckeditor.com/forums/CKEditor-3.x/How-add-custom-toolbar-item

    And if you search the Chat plugin’s code, you’ll see the following, which is used to add the button the the Visual Editor:

    add_filter("mce_external_plugins", array(&$this, "tinymce_add_plugin"));
    add_filter('mce_buttons', array(&$this,'tinymce_register_button'));

    Hope that at least helps you get started. 🙂

    Cheers,
    David

Viewing 1 replies (of 1 total)
  • The topic ‘Add chat with CKEditor’ is closed to new replies.