芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/blog/wp-content/plugins/youtube-embed/js/aye-mce-button.php
// Function to add MCE button. Includes build of output text (function() { var shortcode = ""; tinymce.create('tinymce.plugins.youtube', { init : function(ed, url) { ed.addButton('YouTube', { title : 'YouTube Embed', onclick : function() { if (ed.selection.getContent()=='') { var yeOut = 'Insert video URL or ID here'; } else { var yeOut = ed.selection.getContent(); } ed.selection.setContent('[' + shortcode + ']' + yeOut + '[/' + shortcode + ']'); } }); }, createControl : function(n, cm) { return null; } }); tinymce.PluginManager.add('YouTube', tinymce.plugins.youtube); })();