Title: Font Awesome Box Shortcode
Author: Stuart Duff - a11n
Published: <strong>2016년 10월 22일</strong>
Last modified: 2020년 2월 27일

---

플러그인 검색

![](https://ps.w.org/fa-box-shortcode/assets/banner-772x250.png?rev=1520026)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/fa-box-shortcode/assets/icon-256x256.png?rev=1520026)

# Font Awesome Box Shortcode

 작성자: [Stuart Duff – a11n](https://profiles.wordpress.org/stuartduff/)

[다운로드](https://downloads.wordpress.org/plugin/fa-box-shortcode.1.0.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/fa-box-shortcode/#description)
 * [평가](https://ko.wordpress.org/plugins/fa-box-shortcode/#reviews)
 * [개발](https://ko.wordpress.org/plugins/fa-box-shortcode/#developers)

 [지원](https://wordpress.org/support/plugin/fa-box-shortcode/)

## 설명

The Font Awesome Box Shortcode plugin adds slim information box style shortcodes
to your WordPress site and which supports displaying any of the Font Awesome Icons.

See the [Other Notes](https://wordpress.org/plugins/fa-box-shortcode/other_notes/)
page for useage instructions.

### Minimum Requirements

For this extension to function [WordPress](https://wordpress.org/) must be installed.

## FAQ

> How do I use the shortcodes.

From the WordPress visual editor you can add a shortcode via the box shortcode icon.

To use the plugin manually insert the shortcode below into your WordPress post or
page content area.

    ```
    [box icon="fa-wordpress" color="blue" url="https://wordpress.org"]Visit WordPress.org[/box]
    ```

The shortcode accepts two parameters of `icon=""` and `url=""` which are explained
below.

The `icon=""` parameter will accept any Font Awesome icon code which looks like 
this `fa-warning` as an example

For a full list of all the icons you can use within the shortcode these are available
with the relevant codes on the [Font Awesome Cheat Sheet](https://fontawesome.com/v4.7.0/cheatsheet/).

The `url=""` parameter will accept any url internal or external url you add to it.

The `color=""` parameter allows you to choose one of the predefined colors listed
below

Also don’t forget to add some text content between the shortcode containers too!

> How can I disable the plugins default font awesome stylesheet as my theme is loading
> it’s own?

There is a filter inside the Font Awesome Box Shortcode plugin titled `enqueued_fabs_font_awesome_filter`
which you can use to specify your themes enqueued version of Font Awesome which 
will then disable the plugin version from loading.

If your themes loaded version of font awesome has been enqueued as `font-awesome`
then you don’t need to use any filters as the plugin will detect that loaded script
and not load it’s own version of the Font Awesome stylesheet from MAX CDN.

If your existing loaded version of Font Awesome has been enqueued under a different
name like `my_themes_fontawesome` as an example then you would have to use the filter
below to specify the name under which your current version was being enqueued.

 |   |  function load_my_current_font_awesome() { |  
 |   |   return 'my_theme_fontawesome'; |  
 |   |  } |  
 |   |  add_filter( 'enqueued_fabs_font_awesome_filter', 'load_my_current_font_awesome' ); |

 [view raw](https://gist.github.com/stuartduff/4c0c21ff924a013db5d7a1a66910b33b/raw/b492abe5568217362103a06d632fa8058d025efc/fabs-font-awesome-css-filter.php)

[ fabs-font-awesome-css-filter.php  hosted with ❤ by [GitHub](https://github.com)

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Stuart Duff – a11n ](https://profiles.wordpress.org/stuartduff/)

“Font Awesome Box Shortcode”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/fa-box-shortcode/contributors)
님께 감사드립니다.

[자국어로 “Font Awesome Box Shortcode”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/fa-box-shortcode)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/fa-box-shortcode/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/fa-box-shortcode/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/fa-box-shortcode/)을 [RSS](https://plugins.trac.wordpress.org/log/fa-box-shortcode/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.1 – 14/02/17

 * Update – updated font awesome version to v4.7.0.

#### 1.0.0 – 15/10/16

 * Initial Release – first version of the plugin released.

## 기초

 *  버전 **1.0.1**
 *  최근 업데이트: **7년 전**
 *  활성화된 설치 **70+**
 *  워드프레스 버전 ** 5.3 또는 그 이상 **
 *  다음까지 시험됨: **5.4.22**
 *  언어
 * [English (UK)](https://en-gb.wordpress.org/plugins/fa-box-shortcode/) 및 [English (US)](https://wordpress.org/plugins/fa-box-shortcode/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/fa-box-shortcode)
 * 태그:
 * [feature box](https://ko.wordpress.org/plugins/tags/feature-box/)[info boxes](https://ko.wordpress.org/plugins/tags/info-boxes/)
   [infobox](https://ko.wordpress.org/plugins/tags/infobox/)[shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
   [shortcodes](https://ko.wordpress.org/plugins/tags/shortcodes/)
 *  [고급 보기](https://ko.wordpress.org/plugins/fa-box-shortcode/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/fa-box-shortcode/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/fa-box-shortcode/reviews/)

## 기여자

 *   [ Stuart Duff – a11n ](https://profiles.wordpress.org/stuartduff/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/fa-box-shortcode/)