I'm quite sure someone must have made that before me, and it's just my google-fu letting me down/me deciding that coding it myself is quicker than searching further.
Still, in case someone else finds themselves let down by their *-fu, here goes.
What does it do?
It puts a single icon from Font Awesome 4.7 in the text-body of your post. It will appear like any other character, right where you put the appropriate code. Font colours can be applied via the "color" tags. Just as there don't appear to be bold or italic alternates to individual FA characters, those tags do nothing (in my testing, anyways).
What do you need?
Your board must have Font Awesome 4.7 installed and running. Like it comes with phpBB 3.2.8. It may work with other Font Awesome 4 versions, but I cannot test that, so no promises.
If you have Font Awesome 5, you will have to change the HTML replacement, as FA5 has a different syntax (to my knowledge).
How to use it
Get the code for the desired icon from this list of Font Awesome 4.7 icons.
As an example: After installing this in your BBCodes, you could get the Bluetooth icon with this code:
[fa]fa-bluetooth[/fa]
The stuff you actually install:
BBCode usage
Code: Select all
[fa]{SIMPLETEXT}[/fa]
Code: Select all
<i class="fa {SIMPLETEXT}" aria-hidden="true"></i>
My helpline (in case you can't come up with your own):
Code: Select all
Font-Awesome 4 icon. [fa]icon-code[/fa]