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

Reduce JQuery dependency #173

Closed rposborne closed 5 years ago

rposborne commented 5 years ago

This was cherry picked from https://github.com/dm67x/social-share-button/commit/71b9fd926912d372272e8cf70281d8474cc17d25

but without the addition of another social network

huacnlee commented 5 years ago

https://github.com/huacnlee/social-share-button/blob/master/app/assets/javascripts/social-share-button/wechat.coffee#L19 https://github.com/huacnlee/social-share-button/blob/master/app/assets/javascripts/jquery.qrcode.min.js

There have two files still need jQuery

rposborne commented 5 years ago

Hm, yes that does indeed look correct, but only if you require in wechat support.

Renamed this to Reduce jQuery dependency.