A plugin that lets you insert FontAwesome icons via TinyMCE. Currently uses FontAwesome v4.2.0.
-
Make sure you have FontAwesome loaded on the page that contains TinyMCE.
-
Copy the fontawesome folder into your TinyMCE plugins folder.
-
Add this to your TinyMCE script:
tinymce.init({ ... plugins: 'fontawesome noneditable' ... extended_valid_elements: 'span[class]' ... content_css: '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'; ... toolbar: 'fontawesome'; ... });
-
Test it and make sure it works.
-
If you find something broken or if you have any suggestions feel free to create an issue.