This plugin lets you embed your DailyBooth updates to WordPress posts, pages or widgetized areas such as a sidebar.
Usage:
Shortcode for posts and pages:
[dailybooth id=jon images=3 width=50 height=50]
images, width and height paramters are optional.
Template tags to integrate with wordpress themes
<?php $dailyBooth->images($id = 'jon', $images = '3', $width = '50', $height ='50'); ?>
images, width and height paramters are optional.
You can use WP DailyBooth Widget to use this plugin on your sidebar or other widgetzed areas.
Requirements:
- Developed on PHP 5 – SimpleXML support required.
- Developed and tested on WordPress 2.9.1.
Support
For support, please post your support queries at wp-dailybooth.
when i want to activate the plugin, i get this error message:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /www/htdocs/w00a0051/blog/wp-content/plugins/wp-dailybooth/wp-dailybooth.php on line 17
Please make sure you’re hosted on PHP5.