A Social Bookmark plugin for your Ruby on Rails applications
I’ve just released a Social Bookmark plugin for your Ruby on Rails application. It allows you to display bookmark links on your contents for up to 70 social bookmark sites, including Delicious, Diigo, Digg, Facebook, Google Bookmarks, reddit, Slashdot, Stumble Upon… and many more.
Install Social Bookmark Plugin
Installing social Bookmark plugin is very easy. You need to run the usual plugin install command, and Social Bookmark plugin copies everything where it needs to be.
$ ./script/plugin install git://github.com/fdv/social_bookmark.gitIn your views, add the following:
<%= render_social_bookmarks(link, title) %>Link is the URL to your content. Title is your content title.
Then, edit your config/sites_EN.xml file to remove the unanted social bookmark services, and restart your Rails application.
Social Bookmark plugin is released under the MIT licence.
Publié le 22 mars 2009 à 19h31 Publié sous Développement
Mots clés bookmark, bookmarking, ruby, social, socialbookmark, rails, rubyonrails
Si cet article vous a plu, n'hésitez pas à me suivre sur Twitter.
2 commentaires sur A Social Bookmark plugin for your Ruby on Rails applications »
-
Par Nicolas le 23 mars 2009 à 09h41 :
-
Par stephen le 10 février 2010 à 19h29 :
is there a working demo of this?
people are FAR more likely to use your plugin if you use it yourself…. which you don’t appear to be doing
Trackbacks sur A Social Bookmark plugin for your Ruby on Rails applications
Les trackbacks sont fermés pour cause de spam.
L'ergonomie web, l'utilisabilité et la qualité des logiciels sont trois grandes passions mises au services de ma profession.
Thanks a lot, I think I’m going to use it for serialcooking.
Cheers Nic