del.icio.us daily blog post fixer plugin

I mentioned previously that I wanted to make a WordPress plugin that would touch up the posts created by the del.icio.us “daily blog post” feature. I’ve tinkered with it on-and-off, and finally realized what was preventing the addition of the rel="tag" microformat (I forgot to double-escape some backslashes in a string). So, I present for your automated link posting pleasure, the del.icio.us daily blog post fixer plugin (.zip).

The plugin serves two purposes: it lets you set your own title, instead of the “links for 2006-01-30″ format that del.icio.us uses, and it adds a rel="tag" attribute to the del.icio.us tag links (because I like microformats, and one day somebody might make a service that utilizes this information to aggregate tags in the wild across multiple tagging services).

The default post title is set to “Daily Links”. If you want it to be something different, change the variable indicated in the plugin code. I didn’t think it was worth the trouble to create an option screen for one little text string that you aren’t likely to want to change, once you’ve set it. It’s GPL licensed, so share and enjoy!

Stumble It!
del.icio.us daily blog post fixer plugin

Related posts:

  1. No more automatic link posting
    " And now that I’ve helped out the rest of you who want to automatically generate posts from your del.icio.us bookmarks (with my daily post..."
  2. Linkitude
    " The previous post was the first on this site that was auto-generated by the del.icio.us “daily blog posting” feature. Geof has been doing this..."
  3. No more daily Twitter posts
    " Just as with my daily del.icio.us link posting experiment in the past, I have decided to discontinue my automated daily Twitter summary. I will..."
  4. Update on WordPress blog APIs
    "I mentioned previously that the XML-RPC and Atom blog APIs would be disabled by default when WordPress 2.6 is released. This was a matter of..."
  5. Daily Links
    " Make Celtic Knotwork I wish I had more time to play with artsy stuff like this. . [...]..."
This entry was posted in Community, Microformats, Plugins, WordPress and tagged , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

24 Comments

  1. Alex tivoblog.com
    Posted April 7, 2006 at 9:38 am | Permalink

    The download link is broke…

  2. Alex tivoblog.com
    Posted April 7, 2006 at 9:39 am | Permalink
  3. Dougal dougal.gunters.org
    Posted April 7, 2006 at 11:07 am | Permalink

    Sorry about that. The download link is fixed in the post now. Thanks for pointing the typo out to me.

  4. James rightonblog.net
    Posted April 7, 2006 at 11:10 am | Permalink

    Alex, the word is brokeN

  5. BillyG billy-girlardo.com
    Posted April 7, 2006 at 12:13 pm | Permalink

    I have to go in anyway to delete the ‘tag’ div line (because it just busy’s up the screen, and that is the real trick, getting to it before the aggregators do, as of last night, I am recv’ing my del.icio.us blog post feed at 12:30am and need to delete the tag div line before the aggregators come by, maybe I just need to look back at the time variable, I don’t remember right now if I determine that or not) but this is still appreciated. Thank you.

  6. BillyG billy-girlardo.com
    Posted April 7, 2006 at 8:44 pm | Permalink

    Just came back to say thanks, it worked great. I set my timer back to 0 vs 4 and it just kicked off at 8:30pm vs 12:30am lol. Ah, I’m gonna sleep good tonight, guess I’ve been too rapped up to even go back and look at that setting lol. Thx again for the title change.

  7. Geof F. Morris gfmorris.net
    Posted April 7, 2006 at 10:05 pm | Permalink

    Dude, you rock. In return, I just hope that we absorb all the tornadoes tonight so you don’t have to wake up everyone at your house at 0200.

  8. Stephanie stephaniesexton.com
    Posted April 9, 2006 at 6:28 am | Permalink

    Any idea on when Delicious plans on fixing the import feature ? I love the plug in but now Delicious has not had that feature since Yahoo bought it so I am considering not using it any more for my wordpress blog.

  9. Bruce Lewin brucelewin.co.uk
    Posted September 11, 2006 at 3:37 am | Permalink

    Thank you very much for this :-) here’s to the aggregation of wild tags!

  10. LiewCF liewcf.com
    Posted October 2, 2006 at 11:32 am | Permalink

    does the plugin required WP2.0? I am using WP.1.5.x and it doesn’t seem to work.

  11. Dougal dougal.gunters.org
    Posted October 2, 2006 at 12:06 pm | Permalink

    LiewCF: Yes, this plugin uses filter hooks that are only available in WordPress 2.0 or higher.

  12. Steve Portigal portigal.com
    Posted October 29, 2006 at 2:19 pm | Permalink

    I’m WP 2.0.4 and this doesn’t work for me. The post is created, using the title I specified. I get a Google Blogsearch alert, even, with the content and URL of my post. But it doesn’t appear on the blog page, and when I edit it in the WP dashboard, the preview is an error (in my case, it just redirects to the main page of my site).

    If I open the entry and save it, it then appears on the blog.

    I’ve deactivated it, for now. No idea how to fix any of this.

  13. Jimmy thedeparted.blogs.ie
    Posted October 31, 2006 at 4:54 am | Permalink

    Hello,
    Just wondering if anyone could help. I did something stupid and started my blog using a numerical archive system, and now I'd like to change it so that the post title is part of the URL for SEO reasons. Is there any Wordpress plugins that anyone knows of that could switch it without sending Googlers to invalid pages? Maybe some sort of redirector to the correct page?

    Thanks.

  14. Steve Portigal portigal.com
    Posted November 6, 2006 at 1:14 pm | Permalink

    Re: comment 25; this was not the plugin problem, it was the configuration with delicious, entirely my fault, fixed now and working great, thanks!

  15. Ismael alldj.org
    Posted December 12, 2006 at 4:57 pm | Permalink

    What I want to do on my blog, is every few hours take the oldest post and move it to the
    front of the queue, all automatically. Anyone know if there is a plugin that can do this or
    a simple way to set up another plugin to do this (use my own feed perhaps)?
    Thanks.

  16. Posted May 10, 2007 at 4:58 am | Permalink

    美味书签的某些功能还是不完善的……

  17. Dubai news updatedubai.com
    Posted June 28, 2007 at 8:17 am | Permalink

    really a useful plugin. will you be updating it for WP 2.2?

  18. Dougal dougal.gunters.org
    Posted June 28, 2007 at 10:27 am | Permalink

    really a useful plugin. will you be updating it for WP 2.2?

    As far as I know, this plugin works just fine for WP 2.2, and should continue to work with future versions. It only uses two very standard filter hooks.

  19. angie angellica2017.com
    Posted September 22, 2007 at 4:15 am | Permalink

    It generates error in the latest wordpress version, how could I fix that?

  20. Mr Henree mrhenree.com
    Posted October 18, 2007 at 10:40 am | Permalink

    Thanks for the previous work. Looking for updates.

  21. Posted May 16, 2008 at 8:31 am | Permalink

    Thanks for the plugin – it’s cool.

    However, I’d also like to add the date to the title of the post, e.g.:
    ‘My del.icio.us Links for 16 May 2008′.

    Unfortunately, I know nothing about PHP. I tried doing the following:

    $mytitle = “My del.icio.us Links For “;

    $linkstoday = date(‘j F Y’);

    $text = preg_replace(‘/links for \d\d\d\d-\d\d-\d\d/’, $mytitle, $linkstoday, $text);

    return $text;

    ——–

    However, this just formats the title as:
    ‘16 May 2008′

    Does anyone know how to achieve this?

  22. Posted June 20, 2008 at 5:43 pm | Permalink

    Any updates to this or others that does the same job and compatible w/ 2.5+? Thanks for the hard work regardless.

  23. BenwayNet benway.net
    Posted July 18, 2008 at 3:48 pm | Permalink

    I was about to download and try this on my site, but because of comment number #22, I’m wondering if this pluging works with WP 2.5 or now 2.6?
    Thanks,jb

  24. Dougal dougal.gunters.org
    Posted July 21, 2008 at 12:42 pm | Permalink

    I don’t use the delicious posting feature on my site anymore, but I’ll try to set up a development server soon to test this plugin against the latest WP release, and put out an update if necessary.

32 Trackbacks

  1. By blivet 2.0 on April 7, 2006 at 12:39 pm

    Del.icio.us Daily Blog Post Fixer Plugin…

    If, like me, you use the del.icio.us automated post feature, Dougal has whipped up a little somehting for us called (wait for it) the del.icio.us daily blog post fixer plugin. Yeaaaa.

    ……

  2. By Wattenbergh » Blog Archive » Links voor on April 8, 2006 at 12:47 pm

    [...] geek ramblings » del.icio.us daily blog post fixer plugin del.icio.us daily blog post fixer plugin (tags: wordpress plugin del.icio.us) [...]

  3. [...] 而Dougal的这个plugin可以解决del.icio.us的不能自定义title的不足,还能在链接处加上rel=”tag”属性,方便tag站的抓取。 Posted by Bingu on April 9th, 2006 Filed in wp-plugin [...]

  4. [...] If you use the daily posting option on del.icio.us, I can imagine that you’re as tired of seeing the standard “links for [insert date here]” title pushed to your front page. Ugly and limiting. Thankfully, Dougal [Geek Ramblings] offers a simple plugin that does away with the ugliness and offers an interface to clean-up daily del.icio.us titles. [...]

  5. By geek ramblings » No more automatic link posting on April 10, 2006 at 10:02 am

    [...] And now that I’ve helped out the rest of you who want to automatically generate posts from your del.icio.us bookmarks (with my daily post fixer plugin), I’m turning that feature off here. It was an interesting experiment, but I’ve decided that this isn’t how I want to present that information. Let’s examine the good and bad of the automatic link posts: [...]

  6. By __Sakurazuka No Maboroshi__ on April 14, 2006 at 10:30 pm

    Linksluting 0015…

    DADVSI : débat avec les députés [Forum archivé]
    Débat avec les députés Carayon et Cazenave sur Framasoft le 28.03
    (tags: Dadvsi France)

    Libération : Azouz Begag en flagrant délit d’inégalité des chances
    Je dérape, tu dérapes&#823…

  7. By Daily Links at fusion94.org on April 24, 2006 at 2:21 am

    [...] geek ramblings » del.icio.us daily blog post fixer plugin (tags: wordpress plugin del.icio.us blogs plugins freeware) [...]

  8. By IM:Blog » Blog Archive » links for 2006-04-29 on April 28, 2006 at 9:26 pm

    [...] [WP] del.icio.us daily blog post fixer plugin. Just to make things easier and nicer looking (tags: web2.0 implement) [...]

  9. By Daily Links | klyx.net on July 12, 2006 at 11:24 am

    [...] geek ramblings » del.icio.us daily blog post fixer plugin a bit of cleanup on the daily blog post from del.icio.us (tags: del.icio.us plugins wordpress blogging) [...]

  10. By testblog » Blog Archive » Daily Links on July 13, 2006 at 2:50 pm

    [...] del.icio.us daily blog post fixer plugin (tags: blogs) [...]

  11. By Underground Dragon » Daily Links on September 21, 2006 at 12:36 am

    [...] geek ramblings » del.icio.us daily blog post fixer plugin Just saving it here, so when I get home from work I can install it into wordpress (tags: Web blogs) [...]

  12. By Rex is Excited » Blog Archive » Daily Links on September 30, 2006 at 1:28 pm

    [...] del.icio.us daily blog post fixer plugin A plugin for word-press to rename the title of your daily links post from del.icio.us (tags: del.icio.us daily blog post fixer renamer) [...]

  13. By Davy van der Zanden » Del.icio.us on October 2, 2006 at 1:21 am

    [...] Del.icio.us daily blog post fixer plugin Dolore eu feugiat nulla facilisis at vero eros. Ut aliquip ex ea commodo consequat duis autem vel eum iriure dolor in hendrerit in. (tags: Wordpress) [...]

  14. [...] 曾经我是使用del.icio.us的daily blog post服务的,但自从在just a sidekick那里看到另一个在线书签也提供了类似服务时,我渐渐从del.icio.us转到了blogmarks。 使我转移阵地的原因有两个: blogmarks在添加链接时会自动生成该链接的页面缩略图,好看; blogmarks的daily blog post支持模板修改和标题的自定义。而Dougal的这个plugin可以解决del.icio.us的不能自定义title的不足,还能在链接处加上rel=”tag”属性,方便tag站的抓取。 [...]

  15. By links for 2006-12-22 - Pelluz on December 22, 2006 at 6:20 am

    [...] del.icio.us daily blog post fixer plugin A plugin for touch up the posts created by the del.icio.us “daily blog post” feature (at geek ramblings) (tags: wordpress del.icio.us plugins) [...]

  16. [...] apuun del.icio.us daily blog post fixer pluginin. Se ei tee ihan kaikkea mitä haluan, mutta sillä pääsin alkuun. Plugin lisää rel=”tag”:in ja [...]

  17. [...] geek ramblings :: del.icio.us daily blog post fixer plugin Handy dandy format fixer. Sort of. It just allows a different title. But by installing this I’ll get off my ass and finally format the delicious posts. Huzza! [...]

  18. By links for 2007-04-26 « CF Bloke blog on April 26, 2007 at 10:05 am

    [...] geek ramblings :: del.icio.us daily blog post fixer plugin (tags: wordpress) [...]

  19. By Akkam’s Razor on April 26, 2007 at 12:37 pm

    [...] del.icio.us daily post fixer:  The default output for the daily linksposts sent from del.icio.us is "daily links for XX/XX/XX".  This plugin allows you to specify a different, more appealing title.  You have to edit the plugin directly, but it does clean up the title. [...]

  20. By links for 2007-05-02 | Napolux.com on May 2, 2007 at 10:33 am

    [...] geek ramblings :: del.icio.us daily blog post fixer plugin (tags: wordpress plugin del.icio.us blogs plugins freeware web web2.0) . [...]

  21. [...] Visit [...]

  22. [...] geek ramblings » del.icio.us daily blog post fixer plugin (tags: wordpress plugin del.icio.us) [...]

  23. By links for 2008-05-20 on May 20, 2008 at 6:32 pm

    [...] del.icio.us daily blog post fixer plugin :: geek ramblings A WordPress plugin that touches up the posts created by the del.icio.us “daily blog post” feature. (tags: wordpress plugin) [...]

  24. By links for 2008-06-04 - Barbablog on June 4, 2008 at 8:34 am

    [...] del.icio.us daily blog post fixer plugin :: geek ramblings (tags: wordpress delicious plugin) [...]

  25. By Liens du jour - Barbablog on June 4, 2008 at 8:38 am

    [...] del.icio.us daily blog post fixer plugin :: geek ramblings (tags: wordpress delicious plugin) [...]

  26. By À la base 2 » Archives » Liens du jour on June 11, 2008 at 12:38 am

    [...] Del.icio.us daily blog post fixer plugin Un plugin gratuit pour Wordpress qui permet de modifier le titre du daily post de del.icio.us ainsi qu’ajouter les tags dans le billet (tags: Tag wordpress plugin Lien Del.icio.us billet) [...]

  27. [...] par défaut était “links for xxxx-xx-xx”, j’ai utilisé l’extension “del.icio.us daily blog post fixer” qui fonctionne à merveille. Donc à tous les soirs (à vrai dire, j’ai demandé que [...]

  28. By Daily Links | Angie Said on July 6, 2008 at 11:38 pm

    [...] del.icio.us daily blog post fixer plugin :: geek ramblings The plugin serves two purposes: it lets you set your own title, instead of the “links for 2006-01-30? format that del.icio.us uses, and it adds a rel=”tag” attribute to the del.icio.us tag links… (tags: plugin wordpress delicious) [...]

  29. [...] del.icio.us daily blog post fixer plugin :: geek ramblings This enables you to change the title of the daily blog post feature from del.icio.us. This is being used on my site currently. (tags: wordpress plugin delicious) [...]

  30. [...] del.icio.us daily blog post fixer plugin :: geek ramblings This enables you to change the title of the daily blog post feature from del.icio.us. This is being used on my site currently. (tags: wordpress plugin delicious) [...]

  31. [...] you are stuck with their default post title, which is “links for YYYY/MM/DD”. The del.icio.us daily post fixer plugin enables you to change the title of the post to whatever you want. The verdict is still out for the [...]

  32. [...] del.icio.us daily blog post fixer plugin (tags: plugins wordpress blog blogs del.icio.us) Share this on del.icio.usTweet This!Digg this!Share this on TechnoratiShare this on RedditStumble upon something good? Share it on StumbleUponShare this on Facebook [...]

Post a Comment

Your email is never published nor shared.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

  • Subscribe

  • Follow Me

    Twitter  Facebook  Flickr  Last.fm  LinkedIn  StumbleUpon  Technorati  Delicious  
  • Referrals

    Sign up for Text Link Ads and earn money from your blog.
  • Lifestream