I am trying to add multiple buttons in TinyMce Editor. I tried this link TinyMCE adding multiple custom toolbar button and have it in below jsfiddle. This code generates only one button.
jsfiddle.net/LJWcz/
You missed adding the second to toolbar:
toolbar: "mybutton mysecondbutton",
This controls what buttons you want show up in the toolbar.