Yesterday i bought a license for YT shortcodes and installed version 3.1.0
No YT shortcode button was showing in Tiny MCE nor in JCE.
Then I installed version 3.0.4 and the button was showing in Tiny-MCE only
After inserting the following code in line 228 of the file:/plugins/system/ytshortcodes/ytshortcodes.php it works in both JCE and Tiny-MCE.
if($editor == "jce")
{
$page = str_replace('<div id="editor-xtd-buttons" class="btn-toolbar pull-left" role="toolbar" aria-label="Toolbar">','<div id="editor-xtd-buttons" class="btn-toolbar pull-left" role="toolbar" aria-label="Toolbar">'. $button.'</div><div class="toggle-editor btn-toolbar pull-right clearfix">', $page);
}
I must admit that this buggy behaviour is not giving me much trust for the future.