Share on Facebook, Retweet, etc, buttons in straight Ruby gem?
- by Alexandre
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!