Font Awesome Integration Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin just add a simple shortcode to the functions.php file, which embed the latest version of the Font Awesome css.
Once installed, you can go to http://fortawesome.github.io/Font-Awesome/icons/ and check the code of the icon you want to use. Just click on the icon and copy and paste de code wherever you want to use it.
You can also add an icon using the shortcode [fawesome]. This shortcode has four attributes:
* aclass -> classes to use in the tag
* target -> target of the tag (_blank, _self, _parent, _top)
* href -> link to use in the tag
* iclass -> classes to use in the tag
*** Examples ***
[fawesome aclass=”” target=”” href=”” iclass=””]
[fawesome iclass=”fa-cog fa-3x fa-spin”]
[fawesome iclass=”fa-facebook” href=”http://www.fb.com/jumptoweb” target=”_blank”]
NOTE: To see more examples you can use in the iclass parameter, check this page http://fortawesome.github.io/Font-Awesome/examples/
Screenshots
No screenshots provided