Re: [Semanticscuttle-devel] auto-post to delicious (and others)
Brought to you by:
cweiske
From: Christian W. <cw...@cw...> - 2011-03-14 07:47:13
|
Hello Chris, > I'm interested in being able to auto-add my bookmarks to Delicious > and/or Diigo -- SemanticScuttle works great for me, but many of my > colleagues use these other services and I'd like to feed bookmarks > there so they can see/use/subscribe. Seems like a relatively easy > thing to do, but I didn't want to embark on trying to add this if > others were working on it? There is currently nobody working on that, so I'd be grateful if you contributed that feature. How do you plan to implement it? My ideas in this direction are to add a "hook" that plugins (via config.php) can be registered to and that gets called whenever the bookmarks have been saved. Example: config.php: > $hooks['bookmark-save'][] = array( > 'SemanticScuttle_Plugin_Delicious', 'saveBookmark' > ); That way, other plugins/parts of semanticscuttle are able to hook into save bookmark processing as well. Now the method SemanticScuttle_Plugin_Delicious::saveBookmark will get called after a bookmark has been stored/updated in the database, and the plugin can do what it wants. What I would absolutely not want is hard coding the calls to delicious in the core SemanticScuttle code. That must be configurable. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |