=== Font Awesome WP ===

Tags: Font Awesome, Font Awesome for wordpress,Font icons for wordpress,Social icons For wordpress.

Requires at least: 3.0.1

Tested up to: 4.1

Stable tag: 1.0

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html



Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.



== Description ==



This plugin is used for  font awesome updated version.You can use  various fonts from font awesome using shortcodes.You can use these shortcodes in your pages,posts and widgets.You can change fonts colors,size,border color,padding,hover color,hover background and so on.



ShortCodes:



<b>Font Awesome icons without link:</b>



1.Default style 

<pre>[font icon=fa-facebook] </pre>



2.custom style 

<pre>[font icon=fa-facebook color=#00AAE8 border_color=#00AAE8 font=16px width=14px padding=5px]</pre>



3.simple style

<pre>[font icon=fa-facebook border_color=none]</pre>



<b>Font Awesome icons with link:</b>



1.Default style

<pre>[font_link icon=fa-facebook]</pre>



2.custom style 

<pre>[font_link icon=fa-facebook color=#00AAE8 border_color=#00AAE8 font=16px width=14px padding=5px href=# hover_color=#fff hover_bg=#00AAE8] </pre>



3.Simple style 

<pre>[font_link icon=fa-facebook color=#00AAE8 border_color=none font=16px width=14px padding=5px href=# hover_color=#fff hover_bg=#00AAE8]</pre>







== Installation ==



This section describes how to install the plugin and get it working.



e.g.



1. Upload `plugin-directory` to the `/wp-content/plugins/` directory



2. Activate the plugin through the 'Plugins' menu in WordPress



3. Use shortcode in page,post or in widgets.



4. If you want to use this in your theme php,Place `<?php do_shortcode('YOUR_SHORTCODE'); ?>` in your templates





== Shortcodes ==

Font Awesome icons without link:



1.Default style 

<pre>[font icon=fa-facebook] </pre>



2.custom style 

<pre>[font icon=fa-facebook color=#00AAE8 border_color=#00AAE8 font=16px width=14px padding=5px]</pre>



3.simple style

<pre>[font icon=fa-facebook border_color=none]</pre>



Font Awesome icons with link:



1.Default style

<pre>[font_link icon=fa-facebook]</pre>



2.custom style 

<pre>[font_link icon=fa-facebook color=#00AAE8 border_color=#00AAE8 font=16px width=14px padding=5px href=# hover_color=#fff hover_bg=#00AAE8] </pre>



3.Simple style 

<pre>[font_link icon=fa-facebook color=#00AAE8 border_color=none font=16px width=14px padding=5px href=# hover_color=#fff hover_bg=#00AAE8]</pre>



== Frequently Asked Questions ==





== Screenshots ==

1. Icon View with out link.

2. Icon view with link.

3. Icon samples preview.You can get all icon from here http://fortawesome.github.io/Font-Awesome/icons/ 



== Changelog ==



= 1.0 =

* Initial Release

