jacklenox / susty

🌍 A tiny WordPress theme focused on being as sustainable as possible. https://sustywp.com
GNU General Public License v2.0
931 stars 105 forks source link

Fully disable emojis #11

Open ginsterbusch opened 5 years ago

ginsterbusch commented 5 years ago

Hi,

if you're just disabling the emoji.js inclusion, people with browsers / OSes / using base fonts not fully aware of or enabled to use the enhanced utf-8 codes will get ugly placeholder images instead, eg.

Example: https://gfx.fwolf.de/screenshots/emojis-are-ugly.png

So removing this for performance reasons is ok, but ONLY if done COMPLETELY.

This StackExchange answer details how to achieve that: https://wordpress.stackexchange.com/a/185578 ;)

Thanks in advance, cu, w0lf.

jacklenox commented 5 years ago

Hi @ginsterbusch, thanks for raising this. I'm going to have a dig to make sure the emoji-disabling is as comprehensive as possible.