AskYC: Bookmarklet or Toolbar
I'm starting a new stealth project and this project will have social-sharing features where users can bookmark a site/page and indicate they like a site, much like stumbleupon/delicious. But I'm not sure if a bookmarklet script is good enough or a FF extensions would work out better. Any advice?
6 comments
[ 4.6 ms ] story [ 27.3 ms ] threada. What kind of functionality are you trying to expose? b. End user constraints, much like bostonbiz raised
Tumblr has a bookmarklet, but its limited because it does not let you tag your tumblrs. I find that limiting, but I guess thats what they have settled for. On the other hand, delicious offers a toolbar with a buttload of functionality built in.
This may sound silly, but I guess you could start off with a bookmarklet, and let the users decide. Just a thought...
If it only needs to act when the user clicks it then bookmarklet should be sufficient. If it needs to automatically do things in the background without user interaction then you'll need to do toolbars.
http://tipjoys2cents.blogspot.com/2008/02/initial-bookmarkle...
Bookmarklets, on the other hand, are lightweight and portable across browsers.
After reading through all the comments, I do feel Bookmarklet is the way to go. However my only concern with Bookmarklets is there's no way on updating an user's bookmarklet automatically, so if you need to change something, you pretty much have to email all your users to remove their current bookmarklets and setup the new one. correct?