SCFA (Shortcodes for Font Awesome)

Description

This WordPress shortcode plugin generates inline HTML for the Font Awesome icon libray.

You can use any icon code supported by Font Awesome 6.

A few notes about this plugin:

  • You may choose to host your Font Awesome 6 files locally (default)
  • You may choose to use the Font Awesome CDN
  • You may choose to specify a custom URL for your Font Awesome files
  • You may choose to disable Font Awesome assets if you include them elsewhere
  • This plugin may create entries in your PHP error log (if active)
  • This plugin contains no tracking code and does not process or collect any information about the visitor
  • Tested with WordPress 5.5-6.4.1
  • Tested with PHP 7.2 and PHP 8

Configuration

Decide if you want to use the included Font Awesome assets, they are the time of this writing at version 5.15.2. If you want to use another version, you can replace the included assets, use another URL for the CSS and webfont assets, or specify a Font Awesome CDN kit URL.

Usage

There is one shortcode available with this plugin:

[scfa][/scfa]

General format

This is intended as a quick reference for the shortcode. For a complete list of Font Awesome classes, please see fontawesome.com. Some icon styles may only be available with a Pro license. You can (obviously) specify everything class related in the class=”” parameter if that is more convenient for you.

Generate element with icon and default (icon) style:

[scfa icon="address-book"][/scfa]

Generate element with the specified style and icon:

[scfa icon="far address-book"][/scfa]

Generate element with the specified style and icon and size:

[scfa icon="far address-book" size="5x"][/scfa]

There are more examples in the SCFA plugin settings screen.

Credits

The Shortcodes for Font Awesome Plugin was written by Joaquim Homrighausen while converting caffeine into code.

Shortcodes for Font Awesome is sponsored by WebbPlatsen i Sverige AB, Stockholm, Sweden.

This plugin can also be downloaded from code.webbplatsen.net and GitHub

Font Awesome

Stay safe!

Installation

This section describes how to install the plugin and get it working.

  1. Upload the contents of the shortcodes-for-font-awesome folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure accordingly

FAQ

How to make local customizations

You can replace all of the Font Awesome files in the css/ sub-directory with an updated version of Font Awesome. Please note that the webfonts from Font Awesome go into the css/webfonts/ sub-directory.

Reference for the Font Awesome free icons

https://fontawesome.com/search?q=filter&m=free

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SCFA (Shortcodes for Font Awesome)” is open source software. The following people have contributed to this plugin.

Contributors

“SCFA (Shortcodes for Font Awesome)” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “SCFA (Shortcodes for Font Awesome)” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.4.0

  • Upgraded to FontAwesome 6.4
  • Tested plugin with WordPress 6.4.1

1.3.0

  • Upgraded to FontAwesome 6.0
  • Tested plugin with WordPress 5.9
  • Minor i18n (translation) correction
  • Minor cosmetic correction
  • Added support for “Thin” icons (fat, fa-thin)
  • Added support for alternate (new) V6 type names (fa-solid, fa-regular, fa-light, fa-duotone, fa-thin, fa-brands

1.2.1

  • Upgraded to FontAwesome 5.15.3
  • Tested plugin with WordPress 5.8
  • Minor i18n (translation) correction
  • Minor cosmetic correction

1.2.0

  • Upgraded to FontAwesome 5.15.2
  • Tested plugin with WordPress 5.7
  • Refactored code and removed all WordPress Plugin Boilerplate code
  • Removed non-minified CSS assets

1.1.0

  • Upgraded to FontAwesome 5.15.1
  • Tested with PHP 7.4
  • Tested plugin with WordPress 5.6

1.0.0

  • Initial release