Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter share not working #103

Open
maxxo opened this issue Aug 13, 2020 · 1 comment · May be fixed by #106
Open

Twitter share not working #103

maxxo opened this issue Aug 13, 2020 · 1 comment · May be fixed by #106

Comments

@maxxo
Copy link

maxxo commented Aug 13, 2020

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
Copy link

JoseAja commented Nov 26, 2020

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.

@zanetaylor zanetaylor linked a pull request Jun 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants