Duffer Derek
(function() {
tinymce.create('tinymce.plugins.TMClickToTweet', {
init: function(ed, url) {
ed.addButton('tmclicktotweet', {
title: 'tmclicktotweet.quickaddd',
image: url.replace( "/js", "" ) + '/img/twitter-little-bird-button.png',
onclick: function() {
var m = prompt( "Click To Tweet", "Enter your tweets" );
if (m != null && m != 'undefined' && m != 'Enter your tweets' && m != '') { ed.execCommand( 'mceInsertContent', false, '[Tweet "' + m + '"]' );
}
}
});
},
createControl: function(n, cm) {
return null;
},
getInfo: function() {
return {
longname: "Click To Tweet by Todaymade",
author: 'Todaymade',
authorurl: 'http://coschedule.com/',
infourl: 'http://coschedule.com/click-to-tweet',
version: "1.0"
};
}
});
tinymce.PluginManager.add( 'tmclicktotweet', tinymce.plugins.TMClickToTweet );
})();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists