As the title says.
Emojione one is a site that is trying to standardize emoji use online. They even have a nifty developer tool where you can download the whole package for various ways to upload to your own site:
http://emojione.com/developers/
The only thing is, I'm not that familiar with xenforo still to see which is the best way of going about getting emojione on the site. They have a list of demos:
http://community.psionnation.com/emojione-master/demos/index.html
They say for installation:
We've teamed up with [JSDelivr](http://www.jsdelivr.com/#!emojione) to provide a simple way to install these emoji on any javascript-enabled website. Add the following script and stylesheet links to the head of your webpage:
```
<script src="//cdn.jsdelivr.net/emojione/2.1.0/lib/js/emojione.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/emojione/2.1.0/assets/css/emojione.min.css"/>
```
Alternatively, CDNjs is also available as a [CDN Host for Emoji One](https://cdnjs.com/libraries/emojione).
Quick installs can also be done using NPM and Bower (for the Javascript toolkit) or Composer (for the PHP toolkit).
Emojione one is a site that is trying to standardize emoji use online. They even have a nifty developer tool where you can download the whole package for various ways to upload to your own site:
http://emojione.com/developers/
The only thing is, I'm not that familiar with xenforo still to see which is the best way of going about getting emojione on the site. They have a list of demos:
http://community.psionnation.com/emojione-master/demos/index.html
They say for installation:
We've teamed up with [JSDelivr](http://www.jsdelivr.com/#!emojione) to provide a simple way to install these emoji on any javascript-enabled website. Add the following script and stylesheet links to the head of your webpage:
```
<script src="//cdn.jsdelivr.net/emojione/2.1.0/lib/js/emojione.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/emojione/2.1.0/assets/css/emojione.min.css"/>
```
Alternatively, CDNjs is also available as a [CDN Host for Emoji One](https://cdnjs.com/libraries/emojione).
Quick installs can also be done using NPM and Bower (for the Javascript toolkit) or Composer (for the PHP toolkit).