init commit
This commit is contained in:
41
readme.md
Normal file
41
readme.md
Normal file
@@ -0,0 +1,41 @@
|
||||
Emojitwo for WordPress!
|
||||
===============
|
||||
# Description
|
||||
This is Emojitwo for wordpress, I used the compressed-emoji plugin by Mustafa Uysal but replaced Twemoji with Emojitwo, as some prefer the look of Emojitwo.
|
||||
|
||||
### Filters ###
|
||||
|
||||
* You can use `emojitwo_url` to modify png emoji url
|
||||
* You can use `emojitwo_svg_url` to modify svg emoji url
|
||||
|
||||
|
||||
|
||||
|
||||
### Credits ###
|
||||
* [Mustafa Uysal](https://github.com/mustafauysal/compressed-emoji) for all of the php source code
|
||||
* [Adem Ilter](https://github.com/ademilter/) for inspire
|
||||
* [svgo](https://github.com/svg/svgo) for emoji compression
|
||||
#### EmojiOne Artwork
|
||||
|
||||
* Applies to all PNG and SVG files as well as any adaptations made.
|
||||
* License: Creative Commons Attribution 4.0 International
|
||||
* Human Readable License: http://creativecommons.org/licenses/by/4.0/
|
||||
* Complete Legal Terms: http://creativecommons.org/licenses/by/4.0/legalcode
|
||||
|
||||
#### EmojiOne Non-Artwork
|
||||
|
||||
* Applies to the JSON and CSV files, the documentation and everything else not covered under the artwork license above.
|
||||
* License: MIT
|
||||
* Complete Legal Terms: http://opensource.org/licenses/MIT
|
||||
|
||||
## Installation ##
|
||||
|
||||
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.
|
||||
|
||||
|
||||
## Frequently Asked Questions ##
|
||||
|
||||
= How can I use for CDN =
|
||||
|
||||
You can use `emojitwo_url` and `emojitwo_svg_url` filters for CDN replacement
|
||||
|
||||
Reference in New Issue
Block a user