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 :

  1. User is not logged into Twitter
  2. User clicks the share link on my article
  3. Twitter asks to login since the user is not already logged in
  4. User clicks the Login as Google on top right instead of default Twitter login
  5. User gets logged in successfully
  6. 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 ?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.