Prueba dandole una clase a los textareas, tipo class=".tinymcsMin":
    
Código Javascript
:
Ver original$('textarea.tinymceMin').tinymce({
 
// Location of TinyMCE
script_url : 'http://tuweb.com/js/tiny_mce/tiny_mce.js',
 
//Language
language : "es",
        
//Stop convert urls
convert_urls : false,
 
// General options
theme : "simple"
        
});