SCFA (Shortcodes for Font Awesome)

설명

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!

설치

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SCFA (Shortcodes for Font Awesome)”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“SCFA (Shortcodes for Font Awesome)”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “SCFA (Shortcodes for Font Awesome)”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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