Title: Font Awesome Box Shortcode
Author: Stuart Duff - a11n
Published: <strong>22 Οκτωβρίου  2016</strong>
Last modified: 27 Φεβρουαρίου  2020

---

Αναζήτηση πρόσθετων

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

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](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://el.wordpress.org/plugins/fa-box-shortcode/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/fa-box-shortcode/#reviews)
 * [Ανάπτυξη](https://el.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.

## Συχνές Ερωτήσεις

> 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.

## Μεταστοιχεία

 *  Version **1.0.1**
 *  Τελευταία ενημέρωση: **πριν από 6 έτη**
 *  Ενεργές εγκαταστάσεις: **70+**
 *  Έκδοση WordPress: ** 5.3 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **5.4.19**
 *  Γλώσσα:
 * [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://el.wordpress.org/plugins/tags/feature-box/)[info boxes](https://el.wordpress.org/plugins/tags/info-boxes/)
   [infobox](https://el.wordpress.org/plugins/tags/infobox/)[shortcode](https://el.wordpress.org/plugins/tags/shortcode/)
   [shortcodes](https://el.wordpress.org/plugins/tags/shortcodes/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/fa-box-shortcode/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[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/)