huacnlee / social-share-button

Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
MIT License
582 stars 309 forks source link

share function in gem still requires jQuery #180

Open theghall opened 5 years ago

theghall commented 5 years ago

The share function as shown in Dev Tools sources: share: function(el) { var $parent, appkey, desc, ga, get_tumblr_extra, hashtags, img, site, title, tumblr_params, url, via, via_str, whatsapp_app_url; site = $(el).data('site'); appkey = $(el).data('appkey') || ''; $parent = $(el).parent();