2012-09-17, 10:52 PM
1. Include this in your headerinclude template:
And you have it installed.
Then, you'll want to create this MyCode:
Regular Expression:
Replacement:
And now your users will be able to use them easily, like this:
They work just like text so they'll match with all your themes.
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
And you have it installed.

Then, you'll want to create this MyCode:
Regular Expression:
\[icon\]([a-z-]+?)\[/icon\]
Replacement:
<i class="fa fa-$1"></i>
And now your users will be able to use them easily, like this:
[icon]facebook[/icon]
They work just like text so they'll match with all your themes.
