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.
4 Comments
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.
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.
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.
Yeah, multiple calls to Widget::Simple in config is sane. I'd like to allow saying it once for multiple configs though.