I am having this sharer link on my blog post.
https://twitter.com/share?url={{ request.scheme }}://{{ request.META.HTTP_HOST }}/{{ article.path | urlencode }}&text={{ article.title | urlencode }}
All works except in the following scenario :
- User is not logged into Twitter
- User clicks the share link on my article
- Twitter asks to login since the user is not already logged in
- User clicks the Login as Google on top right instead of default Twitter login
- User gets logged in successfully
- Twitter shows the twitter feed instead of showing the share dialog which the article link has
If in #4, the user logins as the twitter username then #6 shows the share modal as expected.
Q: How do I get the user to be shown the share modal after logging in via a Google a/c ?
system
Closed
#2
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.