ABOUT
Autoblogger will read recent
del.icio.us bookmarks marked with a specified tag and create a link to them with the page title, as well as quote a random (filtered, given simple heuristics) excerpt of the text. It's better used for long texts -- so it's more likely to pick up significant excerpts.
Autoblogger can be used to create an autoblog -- a page summarizing your recent reading -- or as a blog sidebar plug-in.
DOWNLOAD AND INSTALLATION
autoblogger.zip is a small zip file containing all the necessary files. Just unzip, follow the configuration instructions and upload.
CONFIGURATION
Simply edit ab-config.php and fill in your del.icio.us account details. Upload ab-config.php and autoblogger.php to the same directory. Be sure to change $tag to the del.icio.us tag being used to mark autoblog entries.
INSTALLING IN A SIDEBAR
With any PHP-based content management system (like Wordpress), add the following code to your sidebar template:
<?php require("autoblogger.php"); ?>
CREDITS & LICENSE
Autoblogger is released by Diego Navarro
<dnavarro@gmail.com>
under the GPL v.2. All further rights are reserved.