|
|
|
|
|
by hmango
4834 days ago
|
|
Sorry haven't had time to create a demo yet but it only takes two lines of code to try the gem. To your gem file add the line:
gem 'shareable'
Then to your view, add the method:
<%= render_shareable %>
If it works you should see something similar to: http://i.imgur.com/GEJ9bAK.png with the default configuration and recommended css. |
|