Allow your app to access the entire Font Awesome 6.4.0 Library (26,000+ Icons)! You can use the icons just as you would normally use font awesome icons in bubble with the bbCode tags . You can even specify the style of the icon and animate it for even more control over your app!
I installed the plugin but am a bit confused re: how to use different versions (non-pro) of an icon. For example, if I wanted to use the outlined star, what bb-code should I be using? On Font Awesome’s website I see it’s “fa-regular fa-star” but if I use that I still see a solid star. Exact code I’m using is:
We have added the font awesome brands library to the plugin.
If you have a pro license you now have full access to all that font awesome has to offer including all 26,000+ icons, all 5 styles including duotone and more. Simply enter your api key in the plugin tab to authorize.
The plugin now exposes a field in the Plugin tab that allows those with Pro Font Awesome Licenses to access the full Font Awesome Pro Library. If that field is set and the key returns a valid Pro License, all pro functionality will work!
I’m a little confused on the required syntax. For example, I’d like to use two versions of the fa-eye-slash icon…one for regular and another for solid. I’m using the following bb code but they both show the standard eye
Bubble does something strange in which they default to solid, so those will both show the same thing. You will need [fa]regular fa-eye-slash[/fa]. I just confirmed it works without a Pro License.
and if i put the right synthax for your plugin (more like this: [fa]duotone fa-calendar fa-lg[/fa]) it’s still the same bug.
And this one works : [fa]duotone fa-calendar fa-lg[/fa]
But this one [fa] fa-calendar fa-lg[/fa] renders the calendar-day icon…