
Thanks so much for this, it's a real little treasure! No fuss and super easy to use! Cheers!
brisseo
This add-on will install a new plugin for Redactor (the rich text editor) that allows you to insert Font Awesome icons.
HOW TO USE IT
After installing the add-on, go to Dashboard -> System & Settings -> Rich Text Editor and enable the new Redactor plugin (Font Awesome Icons) by checking the checkbox.
PLEASE NOTE
The plugin makes it easy to insert Font Awesome icons, but does not load Font Awesome for you (it assumes your theme is already loading it).
If your theme is not loading Font Awesome, you'll need to do the following:
1. Open your theme folder and edit the file "page_theme.php".
2. Find the function registerAssets() and add the following line inside the function:
$this->requireAsset('css', 'font-awesome');