https://github.com/fdv/social_bookmark
Adds "add to ..." more 70 social bookmarks and websites websites to your rails generated contents
https://github.com/fdv/social_bookmark
Last synced: 4 months ago
JSON representation
Adds "add to ..." more 70 social bookmarks and websites websites to your rails generated contents
- Host: GitHub
- URL: https://github.com/fdv/social_bookmark
- Owner: fdv
- License: mit
- Created: 2009-03-22T17:49:54.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-03-22T23:45:29.000Z (over 17 years ago)
- Last Synced: 2025-11-17T14:39:40.210Z (8 months ago)
- Language: Ruby
- Homepage: http://t37.net/a-social-bookmark-plugin-for-your-ruby-on-rails-applications.html
- Size: 226 KB
- Stars: 13
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
SocialBookmark
==============
Social Bookmark is a rails port of Wordpress Social Bookmark plugin by Apostolos Dountsis.
Install
=======
Just run ./script/plugin install git://github.com/fdv/social_bookmark.git from your Rails app, the plugin will do the rest.
Edit config/sites_EN.xml to chose the social bookmarks you want to display.
Edit your template and add
<%= render_social_bookmarks(link, title) %>
Link is the link to your content.
Title is your content title
Copyright (c) 2009 Frédéric de Villamil, released under the MIT license