手机收到了
扩展的字符集支持
无论您使用何种语言,在
WordPress 中写作都将变得更好。WordPress 4.2 将原生支持许多新字符,包括中日韩文字、音乐和数学符号,以及象形文字。 即使您没有在使用以上那些字符,您仍可获益——WordPress
现已支持颜文字!发挥创意并用 ,
,
,
, 与所有其他颜文字来装点您的内容。
看来
Emoji are not Smileys
Not quite. Emoji are a newer development than smileys (a.k.a. emoticons). They are created differently, and handled differently by operating systems and web browsers. For more information about smileys, please see the Using Smileys page.
话说以后还有必要花很多精力玩
来试试看
最后:发现该功能引用了站外资源,严重拖累了速度,且跟以前装的
/**
* Disable the emoji's
*/
function disable_emojis() {
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
remove_action( 'wp_print_styles', 'print_emoji_styles' );
remove_action( 'admin_print_styles', 'print_emoji_styles' );
remove_filter( 'the_content_feed', 'wp_staticize_emoji' );
remove_filter( 'comment_text_rss', 'wp_staticize_emoji' );
remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' );
add_filter( 'tiny_mce_plugins', 'disable_emojis_tinymce' );
}
add_action( 'init', 'disable_emojis' );
/**
* Filter function used to remove the tinymce emoji plugin.
*
* @param array $plugins
* @return array Difference betwen the two arrays
*/
function disable_emojis_tinymce( $plugins ) {
return array_diff( $plugins, array( 'wpemoji' ) );
}
如果想保留原来的
function smilies_reset() {
global $wpsmiliestrans, $wp_smiliessearch;
// don't bother setting up smilies if they are disabled
if ( !get_option( 'use_smilies' ) )
return;
$wpsmiliestrans = array(
':mrgreen:' => 'icon_mrgreen.gif',
':neutral:' => 'icon_neutral.gif',
':twisted:' => 'icon_twisted.gif',
':arrow:' => 'icon_arrow.gif',
':shock:' => 'icon_eek.gif',
':smile:' => 'icon_smile.gif',
':???:' => 'icon_confused.gif',
':cool:' => 'icon_cool.gif',
':evil:' => 'icon_evil.gif',
':grin:' => 'icon_biggrin.gif',
':idea:' => 'icon_idea.gif',
':oops:' => 'icon_redface.gif',
':razz:' => 'icon_razz.gif',
':roll:' => 'icon_rolleyes.gif',
':wink:' => 'icon_wink.gif',
':cry:' => 'icon_cry.gif',
':eek:' => 'icon_surprised.gif',
':lol:' => 'icon_lol.gif',
':mad:' => 'icon_mad.gif',
':sad:' => 'icon_sad.gif',
'8-)' => 'icon_cool.gif',
'8-O' => 'icon_eek.gif',
':-(' => 'icon_sad.gif',
':-)' => 'icon_smile.gif',
':-?' => 'icon_confused.gif',
':-D' => 'icon_biggrin.gif',
':-P' => 'icon_razz.gif',
':-o' => 'icon_surprised.gif',
':-x' => 'icon_mad.gif',
':-|' => 'icon_neutral.gif',
';-)' => 'icon_wink.gif',
// This one transformation breaks regular text with frequency.
// '8)' => 'icon_cool.gif',
'8O' => 'icon_eek.gif',
':(' => 'icon_sad.gif',
':)' => 'icon_smile.gif',
':?' => 'icon_confused.gif',
':D' => 'icon_biggrin.gif',
':P' => 'icon_razz.gif',
':o' => 'icon_surprised.gif',
':x' => 'icon_mad.gif',
':|' => 'icon_neutral.gif',
';)' => 'icon_wink.gif',
':!:' => 'icon_exclaim.gif',
':?:' => 'icon_question.gif',
);
}
smilies_reset();
本周某事不顺,工作尚可,仍需努力。明天部门组织宜兴休闲游。放松下心情吧……嗯。
兔二爷 | 理性的感性生活
还是不太想用,怕哪一天又撤销掉,页面就丑了。
十年前 Google Chrome 42 · Windows 7S
@ 兔二爷 | 理性的感性生活 应该不会的吧
十年前 Google Chrome 41 · Mac OS X 10.10S
@ 兔二爷 | 理性的感性生活 忽然发现个问题 twitter emoji 貌似不能用了 
十年前 Google Chrome 41 · Mac OS X 10.10S
@ 兔二爷 | 理性的感性生活 这也不是想用不想用的问题,系统默认内置的……不想用的话只能到系统内部注解掉了……
十年前 Google Chrome 41 · Mac OS X 10.10兔二爷 | 理性的感性生活
@S 我不主动用这个功能,如果默认的有,就让他默默的有吧...
十年前 Google Chrome 42 · Windows 7S
@ 兔二爷 | 理性的感性生活 不主动用是对的,我发现用了后很卡,貌似是主动连到一个域外网站显示 emoji 图
十年前 Safari 8 · Mac OS X 10.10S
测试

十年前 Google Chrome 41 · Mac OS X 10.10Betty
@S 测试失败
十年前 Safari 8 · Mac OS X 10.10S
@Betty 没失败啊?可以显示~
十年前 Google Chrome 41 · Mac OS X 10.10忘想
谢谢,已运用了该代码。
十年前 Firefox 37 · Windows 7S
@ 忘想 不客气哈
十年前 Google Chrome 41 · Mac OS X 10.10流年
表示怎么移除这个功能,导致和我表情冲突,还以为主题坏了呢
十年前 Google Chrome 39 · Windows 8.1S
@ 流年 貌似,现在还没人找到核心代码在哪里。以及,就算找到了注解掉,以后内核升级,难免还会再次冲突…… emoji……
十年前 Google Chrome 41 · Mac OS X 10.10简单方法是,去掉现在用的表情,以后都用
诗简苒
我更新 4.2 被 get_avatar_url() 的问题好一顿坑,害我回滚了 N 次磁盘…
十年前 Google Chrome 31 · Windows XPS
@ 诗简苒 把自己定义 avatar 的语句改一下吧。大肥羊有方案,点这里。
十年前 Google Chrome 41 · Mac OS X 10.10