This lightweight plugin adds the
Icono pure css icons stylesheet to your WordPress site.
Icono
Icono is a beautiful icon pack that needs no external resources except one small stylesheet. No javascript or font pack needed. Any tag can be made into an icon with
pure CSS by giving it the appropriate class.
Just add an icono class to any type of element that supports the psuedo-element.
Icono was created and is maintained by
Saeed Alipoor and currently features 130 pure CSS icons.
Shortcode
The shortcodes [icon name] and [icono name] are available for easy insertion of icons in post or text widget content. See
http://saeedalipoor.github.io/icono/ for available icons and their corresponding name. You can simply paste the name (with or without "icono-") or use name="icono-name" as a parameter.
There are also the parameters scale, rotation, color and style (for custom styling) available.
Example
To show a big* red arrow pointing left:
[icon locationArrow scale=2 rotation=225 color=red]
- Note: scale=1 corresponds with the default of around 32 x 32 pixels for most icons.
Wordpress
Quick installation:
Install now !
… OR …
Go to that slick
Plugins > Add New back-end page and search for "icono".
… OR …
Follow these steps:
- Download archive.
- Upload the zip file via the Plugins > Add New > Upload page … OR … unpack and upload with your favourite FTP client to the /plugins/ folder.
- Activate the plugin on the Plug-ins page.
Done!
Wordpress MU / WordPress 3+ in Multi Site mode
Same as above but do a
Network Activate to make the stylesheet and shortcode available on each site on your network. No database tables are created or manipulated and no activation hook needs to be run for it to function with default settings.
1.4
Date: 15 Febuary 2019
Dev time: 1 hour
1.4
Date: 23 July 2018
Dev time: 1 hour
- Upgrade to stylesheet v1.3.2
- Twenty Seventeen compatibility fix
- Older moz and webkit browser compatibility
1.0
Date: 22 March 2018
Dev time: 2 hours
- Latest stylesheet now included in plugin
- SSL compatible
- Switch to wp_add_inline_style
0.3
Date: 12 Jan 2015
Dev time: 4 hours
- Added shortcode parameters 'scale' and 'rotate'
- FIX: style patch for TwentyFifteen compat
0.2
Date: 11 Jan 2015
Dev time: 2 hours
- Added shortcodes [icon] and [icono]
- Added style attribute parameters 'style' and 'color'
0.1
Date: 09 Jan 2015
Dev time: 1 hour