=== placekitten === Contributors: pathawks Tags: plugins, wordpress, placekitten, kitten, mockup, picture Requires at least: 2.9 Tested up to: 3.1 Stable tag: trunk Adds shortcode `placekitten` to embed a picture of a kitten of a given size == Description == Embed a picture of a kitten using a simple shortcode. Very helpful for development or caturdays. Use `[placekitten]` to embed a cute picture of a kitten. `[placekitten width="200" height="300"]` will embed a 200x300 picture of a kitten. All pictures from [placekitten.com](http://placekitten.com/ "{placekitten}") by [Mark James](http://mark.james.name/) -- [Image credits](http://placekitten.com/attribution.html "placekitten Image attribution") == Installation == 1. Upload `placekitten` to the `/wp-content/plugins/` directory 2. Activate **placekitten** through the 'Plugins' menu in WordPress 3. In the Post editor, type `[placekitten]` to embed a picture of a kitten. You can also specify height and width by using `[placekitten height="200" width="200"]` == Frequently Asked Questions == = Something is broken = Please send me a message with an explanation of what you were expecting vs. what went wrong, and I'll try to fix it in a future release. placekitten@pathawks.com = I have an idea for a great way to improve this plugin = Great! I'd love to hear from you. placekitten@pathawks.com == Changelog == = 1.00 = * First version