tinyMCE.init({
mode : "textareas",
theme : "advanced",

// 網址不使用相對路徑。
relative_urls : false,

// 啟用表情符號外掛。要加入其他外掛，則是用逗號分隔。請參考這裡。
plugins : "",
//plugins : "emotions",

// 第一工具列使用的按鈕
theme_advanced_buttons1 : ""
+"bold,italic,underline,strikethrough,forecolor,outdent,indent,link,unlink,image,emotions",

// 沒有東西
theme_advanced_buttons2 : "",

// 沒有東西
theme_advanced_buttons3 : "",

// 中文化
language : "zh_tw_utf8",

// 工具列靠上、左。
theme_advanced_toolbar_location : "top", 
theme_advanced_toolbar_align : "left",

// 改用 br 換行 而不是 p
force_p_newlines : false,
force_br_newlines : true
})