Bootstrap 3 Glpyhicon And WordPress Dashicon Plugin
| Author: | rahendz (profile at wordpress.org) |
| WordPress version required: | 3.0.1 |
| WordPress version tested: | 4.1.1 |
| Plugin version: | 2.1.2 |
| Added to WordPress repository: | 09-05-2014 |
| Last updated: | 08-04-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 80 |
| Rated by: | 1 |
| Plugin URI: | http://radictivemedia.net |
| Total downloads: | 2 923 |
| Active installs: | 90+ |
![]() Click to start download |
|
Is a Bootstrap 3.3.4 Glyphicon or WordPress Dashicons icon library that allow you to insert it into post/page on a shortcode and customizable size and/or color.
Instructions for use:
A. RAphicon Button.
Edit/Add New any Page or Post.
In the visual editor you will see a "RAphicon" button. Click the button.
You will now be presented with a selection window box.
Simply select any icon and the shortcode will be placed into your post/page!
B. Manual Shortcode.
- For default glyphicon shortcode :
[glyphicon type="icon_name"]
- For default dashicons shortcode :
[dashicons type="icon_name"]
- And you could put size and color attribute also:
[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]
- it will looks like this:
[glyphicon type="asterisk" size="20em" color="#999999"]
C. Native Style (HTML Tag).
Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
<span class="glyphicon glyphicon-icon_name"></span>
or
<span class="dashicons dashicons-icon_name"></span>
