WordPress DailyBooth plugin lets you add your DailyBooth updates (thumbnails) to your WordPress blog. The plugin includes shortcode support, a php template tag and a wordpress widget.
This version of the plugin makes full use of the new DailyBooth API and Cache.
Shortcode:
You can add dailybooth updates to blog posts and pages with the following shortcode:
[dailybooth id=jon images=3 width=50 height=50]
PHP Template Tag:
You can add dailybooth updates to wordpress themes with the following template tag
<?php $dailyBooth = new WP_DailyBooth; $dailyBooth->images($id = 'jon', $images = '3', $width = '50', $height ='50'); ?>
Images, width and height paramters are optional for both the shortcode and template tag.
Widget:
The plugin comes with a simple widget. Just drag and drop it in your sidebar.
Latest Version is 1.0.3
Changelog
1.0.3
- Added support to add captions to the image (optional).