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

Facebook share issue #155

Closed AnandRoR closed 6 years ago

AnandRoR commented 6 years ago

The following parameter creating an issue while using facebook share button -

SocialShareButton.openUrl("http://www.facebook.com/sharer/sharer.php?u=#{url}&display=popup&quote=#{desc}", 555, 400)

quote=#{desc} is no longer work with facebook share.

AnandRoR commented 6 years ago

Sorry It is duplicate issue.

https://github.com/huacnlee/social-share-button/issues/149