/* Hello World Plugin */ (function () { var button_html = ''; _cb.addButton('helloworld', button_html, '#my_helloworld_button', function () { alert('Hello World'); }); })();