Share on Facebook, Retweet, etc, buttons in straight Ruby gem?
Posted
by Alexandre
on Stack Overflow
See other posts from Stack Overflow
or by Alexandre
Published on 2010-04-05T04:52:01Z
Indexed on
2010/04/05
4:53 UTC
Read the original article
Hit count: 610
ruby-on-rails
|ruby
Notice those buttons atop http://techcrunch.com/2010/04/04/he-even-makes-coldplay-sound-fun/ for sharing the url on social networks?
I want to do something very very similar for a site I'm building. ShareThis offers a widget that does the same thing but it's branded and external.
I'm looking for a pure Ruby solution. A gem containing a module that could be included in a Rails ApplicationHelper class would be perfect.
Suggestions appreciated before I go reinventing the wheel!
© Stack Overflow or respective owner