=== Dailybooth fetcher === Contributors: knuspermagier Donate link: http://knuspermagier.de/ Tags: web 2.0, social networking, dailybooth Requires at least: 2.5.0 Tested up to: 2.8 Stable tag: 0.5.5 This plugin fetches some pictures from a-pic-a-day-service Dailybooth.com for integration with your blog. == Description == This plugin fetches some pictures from a-pic-a-day-service Dailybooth.com for integration with your blog. == Installation == 1. Upload it to `/wp-content/plugins/` 2. Create a directory `cache` in your dailybooth plugin directory and make it writeable (chmod 0777) 4. Activate it 5. Use [[dailybooth:username:count]] in your pages/posts. (i.e. `[[dailybooth:knuspermagier:3]]`) 6. Style it! The [[dailybooth]] tag will be replace with a `ul` list with class `dailybooth-pictures`. 7. For sidebar/template use, you can use the function `knspr_dailybooth(string $username, int $count)`, it returns HTML. == Changelog == = 0.5.5 = * Fixed a bug.... = 0.5.1 = * Updated readme = 0.5 = * Made it work again after dailybooth changed lots of their api * No configuration needed anymore, new tag (see installation) = 0.3 = * First release == Upgrade Notice == = 0.5 = It works again!