#Font Awesome WordPress Plugin

Enables easy use of the Font Awesome icon font set from within WordPress.  Icons can be inserted using either HTML or a shortcode.

Font Awesome is a pictographic font set of 220 icons.  The icons are infitinely scalable and screen reader compatible.

A full list of the 220 Font Awesome icons is available: [http://fortawesome.github.com/Font-Awesome/#all-icons](http://fortawesome.github.com/Font-Awesome/#all-icons)

##Usage Instructions

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

###1. HTML Option

All code examples on the Font Awesome site apply: [http://fortawesome.github.com/Font-Awesome/#code](http://fortawesome.github.com/Font-Awesome/#code)

**Examples**
Pencil icon `<i class="icon-pencil"></i>`
Phone icon `<i class="icon-phone"></i>`
Chevron left icon `<i class="icon-chevron-left"></i>`

###2. 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 icon.

The shortcode to use is `[icon name=name-of-icon]`, where name=X is the class of the icon you would like to use.

**Examples**
Pencil icon

`[icon name=icon-pencil]`

Phone icon

`[icon name=icon-phone]`

Chevron left icon

`[icon name=icon-chevron-left]`

##Icons

![image](http://f.cl.ly/items/3Q3Z0Z30153Q3a2e3i1M/FontAwesome-Vectors.jpg)

##Release Notes

__Version 1.1__

Created and enabled shortcode

__Version 1.0__

Initial release

__Upcoming Versions Wishlist__

*   Add TinyMCE button to allow easy insertation of Font Awesome icon


##Author

- [Rachel Baker](http://rachelbaker.me)

##Credits

 Font Awesome webfont and associated code are licensed under CC BY 3.0 and is a production of @fortaweso_me, by Dave Gandy.

##License
License:
    Copyright (C) 2012  Rachel Baker, Plugged In Consulting, Inc.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.