Linux 软件免费装
Banner图

Keitai Emoji

开发者 kbsrco
更新时间 2026年8月19日 12:24
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode svg emoji retro pixel art

下载

0.4.0

详情介绍:

Keitai Emoji adds 148 pixel-art emoji drawn on a 12x12 dot grid, the size and style of the emoji built into Japanese "keitai" feature phones of the i-mode era. Each emoji is output as a small inline SVG that inherits the surrounding text color (currentColor), so it blends into any color scheme, light or dark. Write a shortcode anywhere in your content: [keitai hare] renders a sun, [keitai heart] a heart, [keitai new] a NEW badge. The plugin was built as a companion to the "Keitai" theme, but it works with any theme. A minimal one-line style is added for vertical alignment; there is no other front-end footprint, and no JavaScript is loaded on the front end. Editor palette Emoji list

常见问题:

Does it work with the block editor?

Yes. Shortcodes render on the front end regardless of the editor. The toolbar palette is available in the classic editor (and inside Classic blocks); in the block editor a meta box provides the palette in copy-to-clipboard form.

Why do the emoji change color?

They are inline SVGs filled with currentColor, so they follow the text color of their surroundings - links, headings, bands, dark schemes and all.

Can I use them in theme templates?

Yes. Call keitai_emoji_svg( 'hare' ) (returns an empty string for unknown slugs), or do_shortcode( '[keitai hare]' ).

更新日志:

0.4.0 0.3.1 0.3.0 0.2.0 0.1.0