Yet Another Daily Delicious Plugin
| Author | Jan Wessely |
|---|---|
| Version | 0.0.6 |
| Required WordPress Version | 2.1 |
| Download | yadd.tar.gz |
| Main Page | YADD Plugin at jawe.net |
Description
Based on Yet Another Daily del.icio.us hack by Marc Nozell.
Changes: converted to a WP plugin, using WP's pseudo cron functions, API calls instead of raw SQL, admin options page, compatible with WP 2.1+, using current del.icio.us API, added div's with classes & stylesheet.
Installation
Upload to your wp-content/plugins directory, check that it's readable to the webserver and visit the Options → YADD configuration page in the WordPress admin panel.
Configuration
All the configuration of the plugin is done on the Options → YADD configuration page in the WordPress admin panel.
| del.icio.us User | Your del.icio.us user name (required) |
|---|---|
| del.icio.us Password | Your del.icio.us password (required) |
| WordPress category | The category under which the daily posts are filed |
| Allow comments | Allow comments on the posts? |
| Allow Trackback Pings | Allow automatic trackback entries from other blogs? |
| Title time format | See strftime |
| Title format | How the posts titles will look like. Use %s for insertion of the links' date |
| Slug | Post slug, ie. the name part of the post URI |
| Tags link to | Either your user's tag on del.icio.us or all user's tags |
| Add del.icio.us tags as WP tags | Check if you want all links' tags to be added as post tags |
| Delete YADD settings on deactivation | Check this if you want to completely uninstall the YADD plugin without keeping your settings |
| Activate Daily Posting Task | When you're fine with the above settings, select Yes to start daily posting |
Finally, on the bottom of the screen, there is a link to run YADD manually.
Stylesheet classes
CSS style classes used by the plugin.
| yadd-post | Entire post |
|---|---|
| yadd-links | All Links |
| yadd-header | The header (not yet implemented) |
| yadd-link | Each link |
| yadd-description | The link description |
| yadd-extended | The extended link description |
| yadd-tags | del.icio.us tags |
| yadd-footer | The footer displaying a link to the del.icio.us user page |
Source code
Demo
TODO
- output styles (ul, table, list with some separator)
- (maybe) alternative for
allow_url_fopen falseenvironments. - (maybe) weekly version (like YAWD)
- (maybe) conf for posting time
- (maybe) publish in wp plugin dirs.
Discussion
your complaints here please:
