« All helpers
Adds twemoji character support to a web page.
Usage:
$this->run ('admin/util/twemoji');
Or:
$this->run ('admin/util/twemoji?body=true');
Or anywhere in your view:
{! admin/util/twemoji !}
{! admin/util/twemoji?body=true !}
twemoji.parse (some_string);
For more usage info, visit:
https://github.com/twitter/twemoji
Adds twemoji character support to a web page.
Usage:
1. Load this handler either in your handler
Or:
Or anywhere in your view:
Or:
2. Use the emojiOne library:
For more usage info, visit:
https://github.com/twitter/twemoji