Twitter intent's 'tweet' event callback triggering on 'click' instead of 'tweet'

前端 未结 1 581
我寻月下人不归
我寻月下人不归 2021-01-25 04:56

I have some issue with twitter intent share functionality, the \"tweet\" event triggered on click the share button itself(before opening the popup). I have checked the \"click\"

相关标签:
1条回答
  • 2021-01-25 05:18

    Finally i was able to find the reason behind the issue

    From November 20th twitter will be making a change to the tweet, follow, retweet and favorite JavaScript events when using Twitter for Websites. They will now be triggered when a user invokes the action in your page, rather than after the action is completed.

    For more info https://twittercommunity.com/t/forthcoming-change-to-web-intent-events/54718

    0 讨论(0)
提交回复
热议问题