﻿=== Elegant Themes Icons ===
Contributors: Mayur Somani, threeroutes media
Tags: icons, elegent themes icons, elegant themes font icon, font icon, icon font, elegant themes font for wordpress
Requires at least: 3.0
Tested up to: 4.8.3
Stable tag: 1.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Enables the Elegant Themes icon font set within WordPress. Icons can be inserted using either HTML or a shortcode.

== Description ==
Its now very easy to integrate Elegant Themes icon font set to your WordPress site. Just install this plugin and you are ready to go. Icons can be inserted using either HTML Code or Shortcode.

To use any of the Elegant Themes font icons on your WordPress site you have two options:

__HTML__

To add a Skype icon, you can use either of the two codes,

`<span class="social_skype"></span>`

`<span data-icon="&#xe0a2;"></span>`

You can see the class names and unicode data values on the ET font release page: <http://www.elegantthemes.com/blog/resources/elegant-icon-font>

__Shortcode__

You can easily use a shortcode in your posts, pages and even widgets to display an icon. The shortcode format is [icon name=name-of-icon], where name=X is the class of the icon you would like to use.

To add a Skype icon, you can use the following shortcode,

`[icon name=social_skype]`

You can see all available icon classed on the ET link referred above.

__Author__

*   [Mayur Somani](http://www.agentwp.com)

== Installation ==

1. Upload the plugin 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 `<span>` element OR Add shortcode to your posts, pages or widgets to display the font icon.

== Screenshots ==


== Changelog ==

= 1.0 =

* Initial and stable release.

= 1.2 =

* Updated and stable release.