I have multiple wordpress plugins which add button the the wordpress tinyMCE editor. The buttons do show up correctly when i add a new post or page.
However, if i want to print my own editor in my plugin with this code:
wp_editor('value','name',array('media_buttons' => false);
The custom buttons wont show up. It does show the editor, but not the custom buttons.