(function() { tinymce.PluginManager.add('gk_tc_button2', function( editor, url ) { editor.addButton( 'gk_tc_button2', { title: '3dvieweronline plugin info', type: "listbox", fixedWidth: true, text: '3dvieweronline', values: [{ text:'Your account', onclick: function() { window.open('https://www.3dvieweronline.com/index.php?route=account/login','_blank'); } }, { text:'How to use the plugin', onclick: function() { window.open('https://www.3dvieweronline.com/index.php?route=common/embed-the-3d-viewer#wordpress','_blank'); } }, { text:'Contact us', onclick: function() { { window.open('https://www.3dvieweronline.com/index.php?route=information/contact','_blank'); } } }] }); }); })();