Same emoji, but compressed. It helps to serve emoji via your server.
Origin Story: WordPress emoji comes from s.w.org and they were not optimized well, Compressed Emoji was fixing that problem (detail info).
- You can use
compressed_emoji_urlto modify png emoji url - You can use
compressed_emoji_svg_urlto modify svg emoji url
- Adem Ilter for inspire
- svgo for emoji compression
- twemoji for emoji
This repository includes a GitHub Actions workflow that automatically checks for new Twemoji releases monthly and creates a pull request with optimized emoji assets. The workflow:
- Fetches the latest release from jdecked/twemoji
- Optimizes SVG files using SVGO
- Optimizes PNG files using pngquant and optipng
- Creates a pull request with the updated assets
The workflow can also be triggered manually from the Actions tab.
If you like Compressed Emoji, then consider checking out my other projects:
- Magic Login Pro β Easy, secure, and passwordless authentication for WordPress.
- SessionQuota Pro β Limit concurrent sessions in WordPress.
- Stream Integration Pro β Upload, sync, restore, and manage WordPress videos with Cloudflare Stream.
- Easy Text-to-Speech β Convert written content into high-quality synthesized speech for WordPress.
- Handywriter β AI-powered writing assistant for WordPress.
- PaddlePress PRO β Paddle plugin for WordPress.
- WP Accessibility Toolkit β Tools to help make your WordPress site more accessible.
- Powered Cache β Caching and optimization for WordPress to help improve PageSpeed and Core Web Vitals.
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from admin's Plugins page.
= How can I use for CDN =
You can use compressed_emoji_url and compressed_emoji_svg_url filters for CDN replacement
