Skip to content

Instantly share code, notes, and snippets.

@mjangda
Created November 24, 2015 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjangda/ea49a24c1886e8c4dd1e to your computer and use it in GitHub Desktop.
Save mjangda/ea49a24c1886e8c4dd1e to your computer and use it in GitHub Desktop.
Use assets from Emoji One instead of Twitter for your WordPress site.
<?php
/**
* Plugin Name: Emoji One
* Description: Use assets from Emoji One (emojione.com) when displaying emoji.
* Version: 0.1
*/
add_filter( 'emoji_url', '//cdn.jsdelivr.net/emojione/assets/png/' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment