I'm using social-share-button for my project.
When clicking the buttons, it opens a new tab to share, is there any way to make it as pop up instead of opening to a new tab?
<%= social_share_button_tag("my title", :url => "http://this is a test url") %>
should be something like facebook share plugin. Clicking the share button just opens a small pop up window, and after sharing it closes.
or anyone can lead me to a better rails gem to help me with facebook/twitter sharing?