skip to content

ArchivesBlogs update: service links

I've upgraded Plagger (the software behind ArchivesBlogs) to the latest version and it's allowed me to add service links to del.icio.us, unalog, digg, Reddit, and Technorati. I suppose I could add more (ma.gnolia, Furl, etc.), but I'll hold off doing that for the sake of cluttering the interface for the time being. If you have any service links you'd like to see, let me know and I might be able to hack something together.

Comments

4 Comments

  • 💬 miyagawa at August 25, 2006, 07:30 UTC:

    Great to see how Widget::Simple is integrated with existent Plaggnet sites. Was that easy? Did you make your own and want to share? Give me your feedback.

  • 💬 M.A. Matienzo at August 25, 2006, 17:24 UTC:

    It was totally easy! I'm not sure if I'm doing it right, though - what's the best way to call Widget::Simple? I have multiple calls of it in my config.yaml. Should it be reading from other config files instead?

    I'm probably going to make a plugin for unalog, too.

  • 💬 miyagawa at August 26, 2006, 07:19 UTC:

    You can store yaml file for unalog, for example, in assets/plugins/Widget-Simple. See other *.yaml files in the directory as an example :-) Then specify

    - module: Widget::Simple
    config:
    widget: unalog

    and you're set.

  • 💬 miyagawa at August 26, 2006, 07:20 UTC:

    Yeah, multiple calls to Widget::Simple in config is sane. I'd like to allow saying it once for multiple configs though.