=== WP Elusive Iconfont ===
Contributors: zulfikarnore
Tags: icons, elusive-fonticon, elusive, fonticon, font icon, UI, icon font, iconfont, bootstrap
Requires at least: 3.0
Tested up to: 3.5
Stable tag: 1.0
License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html
Enables easy use of the Elusive Iconfont icon font set from within WordPress. Icons can be inserted using either HTML or a shortcode.
== Description ==
Elusive Iconfont is a pictographic font set of 271 icons. The icons are infitinely scalable and screen reader compatible.
A full list of the 271 Elusive Iconfont icons is available: http://aristath.github.com/elusive-iconfont/index.html
To use any of the Elusive Iconfont icons on your WordPress site you have two options:
HTML Option
All code examples on the Elusive Iconfont site apply: http://aristath.github.com/elusive-iconfont/index.html
Examples
Pencil icon
<i class="icon-pencil"></i>
Phone icon
<i class="icon-phone"></i>
Chevron left icon
<i class="icon-chevron-left"></i>
Shortcode Option
Don't want to worry about HTML tags? You can use the shortcode generator to insert the incons in your posts, pages and even widgets to display a Elusive Iconfont icon.
The shortcode generated will look like this >> [icon name=icon-github size=icon-2x align=pull-left color=icon-maroon] depending on your selections.
To generate the shortcode simply look for the Flag icon on your post/page editor and click to launch the generator window, make your selections and click the Insert Elusive Iconfont and you are done.
At this point click the Preview Post/Page button to see the result and when you are happy save your work and the plugin will take care of displaying it on the frontend.
Credits: Elusive Iconfont webfont and associated code are a production of @aristath, by Aristeides Stathopoulos. (http://aristath.github.com/elusive-iconfont/index.html)
Contributors Welcome
- Submit a pull request on Github
Author
= Icons =
== Installation ==
-
Upload Elusive Iconfont Icons to the
/wp-content/plugins/
directory. -
Activate the plugin through the 'Plugins' menu in WordPress.
-
Add shortcode to your posts, pages and even widgets to display a Elusive Iconfont 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.
Example:
[icon name=icon-pencil]
- You can use HTML by adding the appropiate class to the
<i>
element.
All code examples on the Elusive Iconfont site apply: http://aristath.github.com/elusive-iconfont/index.html
Example:
<i class="icon-pencil"></i>
== Screenshots ==
- Full Elusive Inconfont List
== Changelog ==
-
None yet
-
Initial release
** To Do List **
- Add a way for icons to popup on focus/hover
- Add a way to include a link when using the social media icons.
Credits: Elusive Iconfont webfont and associated code are a production of @aristath, by Aristeides Stathopoulos. (http://aristath.github.com/elusive-iconfont/index.html) The Elusive Iconfont is licenced under the terms of the SIL - Open Font Licence [http://www.tldrlegal.com/license/open-font-license-%28ofl%29] (http://www.tldrlegal.com/license/open-font-license-%28ofl%29)
License:
Copyright (C) 2013 Zulfikar Nore, Nore Marketing.
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/>.