mxstbr / sharingbuttons.io

Quickly generate social sharing buttons with a tiny performance footprint
http://sharingbuttons.io
MIT License
2.48k stars 103 forks source link

Twitter share not working #103

Open maxxo opened 4 years ago

maxxo commented 4 years ago

There is some sort of shaded overlay on Twitter site and the content does not load. Unable to share via Twitter. Tried with Firefox and Chrome on an updated Win 10 pc.

JoseAja commented 3 years ago

I think that happens because you are not logged in and the login div that should show up doesn´t appear. In bundle.js, twitter url for sharing is incorrect. In that file it's defined as: 'twitter': 'https://twitter.com/intent/tweet/?text=' + text + '&url=' + url, but i think it should be 'https://twitter.com/intent/tweet?text=' (no slash before ?) I had this same problem in one of my projects. That's what i changed in my web and it worked.