For times when you can't insert images into your posts, you can insert Unicons!
Use this on Twitter, TypePad, Tumblr... pretty much any text field on the web that accepts unicode characters.
For your own site, you can attach the minimal Unicon control UI by referencing the Unicons CSS stylesheet and the JavaScript files and jQuery, which can be loaded locally or (as shown) from Google:
<script type="text/javascript" charset="utf-8" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <link rel="stylesheet" href="css/unicons.css" type="text/css" media="screen" charset="utf-8"> <script type="text/javascript" charset="utf-8" src="js/unicons.js"></script>
This will cause all textarea
controls on the page to be
modified. To specifically exclude certain controls, add a "no-unicons" CSS
class to the textarea
tag.
To install, drag and drop this link to your bookmarks bar: Unicons
Move your mouse over the textarea below to reveal the Unicons control.
If you have any issues to report, please submit them to the GitHub issues tracker for this project.
This code is available under the BSD license.