Font Awesome More Icons

Enables Font Awesome icon font set plus icons from Font Awesome More (aka Fontstrap) extension set from within WordPress using HTML PHP or shortcodes.

Author:Web Guys (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.6.1
Plugin version:3.5
Added to WordPress repository:14-05-2013
Last updated:16-09-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:4
Plugin URI:http://blog.webguysaz.com/font-awesome-more-i...
Total downloads:63 826
Active installs:8 000+
plugin download
Click to start download

Font Awesome More (Fontstrap) provides easy use of all icons from the Font Awesome set, but with MORE icons from the Fontstrap extension set and with MORE features. The icons are infinitely scalable and screen reader compatible.

A full list of all 400+ icons is available here:

Font Awesome icons
Font Awesome More (Fontstrap) icons

To use any of the Font Awesome More icons on your WordPress site you have three options:

HTML Option

All code examples on the Font Awesome site apply: http://gregoryloucas.github.io/Font-Awesome-More/#examples

Examples

WordPress icon

<i class="icon-wordpress"></i>

Google icon 2x size

<i class="icon-google icon-2x"></i>

Google Chrome icon large size

<i class="icon-chrome icon-large"></i>

Shortcode Option

Don't want to worry about HTML tags? You can use a shortcode in your posts, pages and even widgets to display a Font Awesome More icon.

Note: In my plugin (as of 3.5), the "icon-" prefix is no longer needed in shortcode attributes. This is in preperation for the Font Awesome 4.0 release that will change the prefixes. Therefore, I highly recommend that you only use the shortcode options for icons, and not HTML, so that the plugin can handle the prefixes for you and your icons will not break when Font Awesome 4.0 comes out.

WordPress icon

[icon name=wordpress]

Google icon 2x size

[icon name=google size=2x]

Google Chrome icon with title and no space after icon

[icon name=chrome title="Google Chrome" space=false]

PayPal icon using shortcode within PHP instead of using the HTML option (e.g. within your theme/template files)

<?php echo do_shortcode('[icon name=paypal]'); ?>

New Shortcode Options since 3.5

Now you can turn off the automatic spacing after an icon with "space=false". See screenshots for an example of results.

In preperation for Font Awesome 4.0, you can also leave off the "icon-" prefix on your shortcode options, as that prefix will be changing. The plugin will automatically add the appropriate prefix for you.

Evernote icon with no trailing space (note no "icon-" prefix)

[icon name=evernote space=false]

New Shortcode Options since 3.4

Now you can easily set the size and a title/alt text to icons within shortcodes. Size options are large, 2x, 3x, or 4x.

WordPress icon (large size)

[icon name="wordpress" size="large"]

Google icon (3x size)

[icon name="google" size="3x"]

Google Chrome icon (4x size with title text)

[icon name="chrome" size="4x" title="Use Google Chrome"]

Credits

  • The Font Awesome & Font Awesome More (Fontstrap) font is licensed under the SIL Open Font License.

  • Font Awesome & Font Awesome More (Fontstrap) CSS, LESS, and SASS files are licensed under the MIT License.

  • The Font Awesome & Font Awesome More (Fontstrap) pictograms are licensed under the CC BY 3.0 License.

  • Font Awesome is a product by Dave Gandy

  • Font Awesome More (Fontstrap) is a product of Gregory Loucas.

  • The rights to each pictogram in the social and corporate extensions are either trademarked or copyrighted by the respective company.

  • This plugin is based off of Font Awesome Icons by Rachel Baker.

Author

Icons

Font Awesome icons
Font Awesome More (Fontstrap) icons