I have a tweet button that is using web intents to open a tweet window.
In the tweet parameters i’m including url, via and text but when i click the button two tweet popups are opened and the second popup contains an extra parameter original_referer containing the url of the fist popup.
Why is this happening?
To open the tweet i’m using onclick="window.open(this.href, '', 'width=600, height=400, top=184, left=383'); return false;"