Question

I am working on a website which incorporates twitter sharing. To do this we ask for permission to write to the users twitter account. This works all well but we have one problem.

The website is responsive and has a high percentage of mobile device users. The current implementation uses popup windows for both the authorization and posting.

Is there any way to implement this without the usage of popup windows?

Was it helpful?

Solution

You can redirect on the current page instead of using a popup (when on mobile).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top