Icon Widget
Display an icon, title and description with a widget or a shortcode.
The facts
- Rating
- 5★ from 2
- Active installs
- 4k+
- Price
- Free
- Last updated
- 10 Apr 2024
- Added
- Sep 2017
- Requires WP
- 5.0
- Tested up to
- WP 6.5.10
- Requires PHP
- 5.6
- Downloads
- 98,667
Our analysis
AI-assistedIcon Widget is a WordPress plugin that allows you to create a widget displaying an icon, title, and description. You can customise the size, colour, and text alignment using dropdown options. The plugin supports various icon fonts, including Font Awesome and Ionicons.
This plugin is suitable for users who want to enhance their site with visual elements, making it ideal for those looking to add icons alongside text in their widgets.
Best for: This plugin suits users looking to add simple icon-based widgets to their WordPress site.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Supports multiple icon fonts including Font Awesome and Ionicons
- ✓Customisable size, colour, and text alignment
- ✓Shortcode support for easy integration
- ✓Regular updates, with the last one in April 2024
Where it falls short
- •Limited feature information provided
- •No advanced customisation options mentioned
Verdict
Icon Widget offers basic functionality for displaying icons alongside text in WordPress. It may be useful for users seeking straightforward visual enhancements.
From the developer
seothemes's own description of Icon Widget, lightly tidied.
Icon Widget creates a new WordPress widget that displays an icon, title and description. Select the size, color and text-alignment with easy to use dropdown options.
Icon Fonts Included
- Font Awesome 4 & 5
- Line Awesome
- Ionicons
- Streamline Icons
- ET Line Icons
More coming soon. We are open to suggestions.
Shortcode Usage
Since 1.0.6 you can now use the icon_widget shortcode. Below is a list of available attributes with their default values:
- classes => ‘icon-widget’
- title => ‘Icon Widget’
- content => ‘Add a short description.’
- icon => ‘fa-star’
- weight => ‘600’
- size => ‘2x’
- align => ‘center’
- color => ‘#333333’
- bg => ”
- padding => ”
- radius => ”
- heading => ‘h4’
- break => ‘
<br>‘
Here is an example of the icon widget shortcode using all available parameters:
[icon_widget classes="icon-widget" title="Icon Widget" content="Add a short description" icon="fa-star" weight="600" size="2x" align="center" color="#fff" bg="#333" padding="30" radius="30" heading="h4" break="<br>"]