However in practice you need to add social sharing buttons inside your rails applications. Its very easy to add social buttons in rails application by using ‘shareable’ gem.
here is an example:
Install Gem
put gem ‘shareable’ in your gem file. then run
Show buttons in rails view:
put
in your view this will add default buttons in your view.
Customizing buttons:
you can customize buttons by using the helper methods. for more detail click here.