Better Font Awesome

Wordpress Plugin
Download latest - 2.0.3

Developers

aaronbmm
McGuive7

Download Stats

Today 308
Yesterday 507
Last Week 3,246
All Time 338,166
Banner 772x250

Build Status

Do you find this plugin helpful? Please consider leaving a 5-star review.

Better Font Awesome allows you to automatically integrate the latest available version of Font Awesome into your WordPress project, along with accompanying CSS, shortcodes, and TinyMCE icon shortcode generator.

Features

  • Always up-to-date - automatically fetches the most recent available version of Font Awesome, meaning you no longer need to manually update the version included in your theme/plugin.

  • Backwards compatible - shortcode output is automatically updated depending on which version of Font Awesome you choose, meaning that you can switch versions without having to modify your shortcodes.

  • Compatible with other plugins - designed to work with shortcodes generated with plugins like Font Awesome Icons, Font Awesome More Icons, and Font Awesome Shortcodes, so you can switch to Better Font Awesome and your existing shortcodes will still work.

  • CDN speeds - Font Awesome CSS is pulled from the super-fast and reliable jsDelivr CDN.

  • Shortcode generator - includes an easy-to-use TinyMCE dropdown shortcode generator.

Settings

All settings can be adjusted via Settings → Better Font Awesome.

Usage

Better Font Awesome can be used in 3 different ways: shortcode, HTML, and TinyMCE

1. Shortcode

[icon name="flag" class="2x spin border" unprefixed_class="my-custom-class"] Note that prefixes (fa- and icon-) are not required, but if you do include them things will still work just fine! Better Font Awesome is smart enough to know what version of Font Awesome you're using and correct of the appropriate prefix.

That means that all of the following shortcodes will work, regardless of what version of Font Awesome you choose: [icon name="flag" class="2x spin border"] [icon name="icon-flag" class="icon-2x icon-spin icon-border"] [icon name="fa-flag" class="fa-2x fa-spin fa-border"] [icon name="icon-flag" class="fa-2x spin icon-border"]

You can read more about shortcode usage on Github

2. TinyMCE

Better Font Awesome also provides you with an easy-to-use drop down menu when editing in TinyMCE's visual mode. Check out our Screenshots to see what it looks like.

3. HTML

Note that prefixes are required for HTML usage, and are version-specific. For this reason, shortcode usage is encouraged over HTML. If you do want to use HTML, however, you can read more on the Font Awesome site.

Advanced / Integration

Better Font Awesome is built around the Better Font Awesome Library. This library allows you to integrate Better Font Awesome into any custom project you want to create (perhaps a theme or plugin with a constantly up-to-date icon list), and includes all the filters you might need.

Languages / Translations

  • English
  • French (thanks to David Tisserand)

Credits

Many thanks to the following plugins and their authors:

  • Font Awesome Icons by Rachel Baker
  • Font Awesome More Icons by Web Guys
  • Font Awesome Shortcodes by FoolsRun
  • Dmitriy Akulov and the awesome folks at jsDelivr

And many thanks to the following folks who helped with testing and QA:

  • Jeffrey Dubinksy
  • Neil Gee
  • Michael Beil
  • Rob Neue
  • Gary Jones
  • Jan Hoek

Releases (52 )

Version Release Date Change Log
2.0.3 2022-09-14
  • Bugfix: fix broken icon text selection
  • Improve admin settings success/error message logic
2.0.2 2022-09-13
  • Bugfix: fix CSRF vulnerability
2.0.1 2021-03-11
  • Bugfix: add necessary @font-face mappings to ensure site-specific CSS and pseudo-elements render correctly
2.0.0 2021-03-01
  • Add support for Font Awesome v5
  • Integration with Font Awesome GraphQL API for all data fetching (improve performance)
  • Integrate with Font Awesome CDN for all CSS
  • Add option to include the v4 Font Awesome CSS shim to support older icons (default on for upgrades)
  • Updatee hard-coded fallback Font Awesome version
  • Modify version check frequency to a saner 24 hour interval
  • Ensure admin notices are dismissible
  • Lower data fetch timeout to mitigate performance risks
  • Remove legacy options that are no longer relevant (version select, minification opt-out)
  • Add more/better unit tests to ensure things are working as expected
2.0.0-beta7 2021-02-28
2.0.0-beta6 2021-02-23
2.0.0-beta5 2021-02-14
1.7.6 2021-02-14
  • Fix: revert to 1.7.4 codebase.
  • Fix: remove calls to ready() jQuery method to support latest jQuery versions.
1.7.5 2021-02-08
  • Fix: remove calls to ready() jQuery method to support latest jQuery versions.
  • Fix: update fontawesome-iconpicker dependency to repair broken icon select functionality.
1.7.4 2020-09-20
  • Fix: revert accidental bump to underlying Better Font Awesome Library dependency.
1.7.3 2020-09-20
1.7.2 2020-08-28
2.0.0-beta3 2018-05-21
2.0.0-beta2 2018-05-05
2.0.0-beta1 2018-04-09
2.0.0-beta 2018-04-09
1.7.1 2017-06-05
  • Fix functionality to hide/show admin notices.
1.7.0 2017-06-05
1.6.0 2016-06-23
  • Update fallback Font Awesome to v4.6.3.
1.5.0 2016-02-27
  • Update fallback Font Awesome to v4.5.0.
  • Add new bfa_icon_tag to allow for filtering default <i> tag.
1.4.3 2015-09-24
  • Fix: refactor JS to allow icon shortcode insertion button to work in all instances (ACF Flexible and Repeater fields, divi, Black Studio TinyMCE ).
1.4.2 2015-09-22
  • Fix: icon picker not working for ACF Pro repeater field.
1.4.1 2015-09-22
  • Fix: icon picker not working for ACF repeater field.
1.4.0 2015-09-08
  • Fix: icon picker not working for ACF repeater field. (props @EJOweb and @marcochiesi)
  • Update fallback Font Awesome to version 4.4.0.
1.3.5 2015-09-08
  • Fix: icon picker not working for ACF repeater field.
1.3.4 2015-06-24
  • Update Better Font Awesome Library to version 1.3.4.
  • Fix double shortcode insert issue.
  • Fix behavior in which clicking shortcode insert button scrolls to top of page.
  • Update button initialization JS to work when in Text mode in TinyMCE.
1.3.3 2015-06-20
  • Update plugin and BFAL to all fire on init hook instead of mix of plugins_loaded and after_theme_setup. This should fix issues in which icons don't show up when BFAL is used in other plugins.
  • Update iconpicker JS to avoid conflict that arose from preventing subsequent mouseup event listeners from firing.
  • Change appearance of iconpicker button to match default buttons.
1.3.2 2015-06-15
  • Update Better Font Awesome Library with better prefix removal method for filtered icons.
1.3.1 2015-06-12
  • Update admin JS to trigger icon picker on ALL TinyMCE initializations (e.g. Visual Composer and AJAX)
1.3.0 2015-06-11
  • Replace outdated TinyMCE shortcode selector brand new jQuery dropdown selector that works in both the visual and text editor
  • Clean up CSS and JS
1.2.1 2015-06-05
  • Update get_instance() call to work for older versions of PHP (< 5.3)
1.2.0 2015-05-09
  • Attach load functionality to after_theme_setup hook to allow themes to filter options
  • Update fallback Font Awesome to version 4.3.0
1.1.0 2015-05-04
  • Implement Ajax to save plugin settings (thanks Braad)
1.0.10 2015-03-11
  • Fix SSL bug breaking wp_remote_get() from https.
1.0.9 2015-02-21
  • Fix debuggin hook set to init instead of plugins_loaded.
1.0.8 2015-02-19
  • Add admin setting to hide admin notices for API and CDN connectivity warnings.
  • Update translations.
1.0.7 2015-01-31
  • Update included fallback to Font Awesome version 4.3.
1.0.6 2014-10-28
  • Unhook library load() function from plugins_loaded and run directly from constructor (fixes bug preventing developers from overriding initialization easily).
1.0.5 2014-10-27
  • Add fa_force_fallback and bfa_show_errors filters.
  • Add hex icon values as $icon array indexes.
1.0.4 2014-10-13
1.0.3 2014-09-06
  • Add French translation.
  • Correct text domain slug.
1.0.2 2014-09-03
  • Add updated .pot file.
  • Further improve error handling and fallback.
1.0.1 2014-09-03
  • Fix error handling for 404 API requests.
1.0.0 2014-08-14
  • Fully refactor the back-end.
  • Switch to just using the jsDelivr CDN.
  • Implement transients to minimize load time.
  • Implement improved fallback handling (transient → wp_remote_get() → locally included files)
  • Switch out bulky Titan Framework for native Settings API.
0.9.7 2014-07-09
  • Fixed bug causing warning notices and missing icons.
0.9.6 2014-07-02
  • Fixed missing icon previews in WordPress 3.8 and below.
0.9.5 2014-05-15
  • Added ability to choose which CDN to use.
  • Added unprefixed_class shortcode attribute to allow for unprefixed shortcodes.
  • Updated prefixes to now return just the prefix without the dash (-).
0.9.4 2014-05-15
  • Switched default   being output. Now the default "space" attribute is false, and can be set to true to optionally include a space.
  • PLEASE NOTE: this will affect existing shortcodes.
0.9.3 2014-04-22
  • Fixed admin-styles.css bug that was applying FontAwesome font-face outside TinyMCE
  • Print JS variables in front-end to aid developers
  • Create global $better_font_awesome object for developers to access
0.9.2 2014-04-21
  • Fixes issue of missing icon drop-down select menu in TinyMCE (adds compatibility for TinyMCE v4)
0.9.1 2014-04-06
  • Added fixes for older versions of PHP (Titan Framework not found, unexpected "[")
0.9.0 2014-04-05
  • First release!

=