URL for a link to Twitter for a specific tweet

前端 未结 6 595
星月不相逢
星月不相逢 2021-01-31 01:04

I have some Javascript that uses Twitter API to get tweets. I parse the data and use jQuery to generate HTML for the DOM.

An aspect of what I want to display is a \"Vie

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 01:47

    You can use like:

    http://twitter.com/itdoesnotmatter/status/[YOURID]

    Twitter redirect based on status ID not username.

    It works for desktop and mobile.

提交回复
热议问题