=== AwesomePress === Contributors: re_enter_rupok Tags: icons, font-awesome, font icon, icon font, bootstrap, font awesome for wordpress Requires at least: 3.0 Tested up to: 3.5.2 Stable tag: 1.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Enables the Font Awesome icon font set within WordPress. Icons can be inserted using either HTML or a shortcode. == Description == Full Font Awesome Icon set for WordPress with extended font icons support. Enables the Font Awesome icon font set within WordPress. Icons can be inserted using either HTML Code, PHP Code or Shortcode. More - http://w3xperts.net/awesomepress Font Awesome gives you scalable vector icons that can instantly be customized size, color, drop shadow, and anything that can be done with the power of CSS. A full list of the 302 Font Awesome icons is available: http://fortawesome.github.io/Font-Awesome/icons/ To use any of the Font Awesome icons on your WordPress site you have two options: __HTML Option__ All code examples on the Font Awesome site apply: [http://fontawesome.io/examples/](http://fontawesome.io/examples/) **Examples** Home icon `` Phone icon `` Mail/Message icon `` __Shortcode Option__ You can easily use a shortcode in your posts, pages and even widgets to display a Font Awesome icon. The shortcode format is `[icon name=name-of-icon]`, where name=X is the class of the icon you would like to use. Home icon `[icon name=icon-home]` Phone icon `[icon name=icon-phone]` Mail/Message icon `[icon name=icon-envelop]` __Contributors Welcome__ * Submit a [pull request on Github](https://github.com/re-enter-rupok/AwesomePress) __Author__ * [Nazmul Hasan Rupok](http://www.rupok.me) == Installation == 1. Upload AwesomePress to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 4. Use HTML by adding the appropiate class to the `` element. 3. Add shortcode to your posts, pages or widgets to display a Font Awesome icon. The shortcode format is `[icon name=name-of-icon]`, where name=X is the class of the icon you would like to use. **Example:** `[icon name=icon-pencil]` All code examples on the Font Awesome site apply: [http://fortawesome.github.com/Font-Awesome/#code](http://fortawesome.github.com/Font-Awesome/#code) **Example:** `` == Screenshots == 1. HTML Code Samples 2. PHP Code Sample 3. Shortcode Samples 4. Full icon list == Changelog == = 1.0 = * Initial and stable release.