=== Flip Widget === Contributors: OneManOneLaptop Tags: CSS3, widget Requires at least: 3.0 Tested up to: 3.0 Stable Tag: 0.4 Defines a widget with front and back content that will flip over on a mouseover event. == Description == A widget that flips over on a mouseover event == Installation == 1. Verify that you have PHP5, which is required for this plugin. 2. Upload the whole `flipwidget` directory to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. In WordPress admin go to 'Appearance' -> 'Widgets' and add "Flip Widget" to one of your widget-ready areas of your site The CSS file can be over-ridden from inside theme, simply copy the file from the plugin directory into your themes root and the widget will use that one instead. == Frequently Asked Questions == = Can I use more than one instance of this widget? = Yes, Flip Widget uses the multi-widget pattern, which allows you to not only have more than one instance of this widget on your page. == Screenshots == == Upgrade Notice == Note: The hardcoded css styles for height and width have been removed, they need to be defined in the css file or set in the widget options == Changelog == = 0.3 = * Removed hardcoded css styles for height and width * Added Height and width options = 0.2 = * Tagging Release = 0.1 = * Original Version