=== Bootstrap Feature Widgets === Contributors: tallphil Donate link: http://www.tallphil.co.uk/bootstrap-feature-widgets/ Tags: widget, featurette, feature, glyphicon, bootstrap Requires at least: 3.0 Tested up to: 3.8 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple widget which uses a super-sized glyphicon with a title, your content or latest posts and a link. Written for sites using Bootstrap. == Description == This plugin creates a Widget to display a featurette with a super-sized glyphicon, a title, content or latest posts and a link. The output requires [Twitter Bootstrap](http://www.getbootstrap.com) to display properly. The plugin assumes that you're already using Bootstrap, so you need to load the Bootstrap CSS separately. * [Download Twitter Bootstrap](http://getbootstrap.com/) * [Bootstrap WordPress Theme](http://320press.com/wpbs/) * [Bootstrap CDN](http://www.bootstrapcdn.com/) _(hotlink CSS and javascript files)_ If you'd like to contribute to this plugin, you can find it [hosted on GitHub](https://github.com/tallphil/bootstrap-feature-widgets). == Installation == = The easy way: = 1. Go to the Plugins Menu in WordPress 1. Search for "Bootstrap Feature Widgets" 1. Click 'Install' 1. Activate the plugin = Manual Installation = 1. Download the plugin file from this page and unzip the contents 1. Upload the `bootstrap-feature-widgets` folder to the `/wp-content/plugins/` directory 1. Activate the `Bootstrap Feature Widgets` plugin through the 'Plugins' menu in WordPress = Once Activated = 1. Make sure that your theme is loading the [Twitter Bootstrap](http://www.getbootstrap.com) CSS 1. Make sure that your theme supports widgets. See the [WordPress Codex](http://codex.wordpress.org/Widgetizing_Themes) 1. Drag and drop a Bootstrap Feature Widget into a widget area == Frequently Asked Questions == = I can't find where to make the features? = Make sure that your theme supports widgets. See the [WordPress Codex](http://codex.wordpress.org/Widgetizing_Themes) = The features work, but there's no icon = Is your theme loading the Bootstrap 3 CSS and Glyphicon font? See the [Bootstrap Documentation](http://getbootstrap.com/components/#glyphicons-how-to-use) for more information. == Screenshots == 1. Typical output of a widget 1. Admin Widget Interface == Changelog == = 1.0 = * Initial release