URL for a link to Twitter for a specific tweet

前端 未结 6 586
星月不相逢
星月不相逢 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:22

    Unfortunately, all of the answers provided so far rely on an HTTP redirect.

    The direct link is of the form: https://twitter.com/i/web/status/{tweet-status-id}

提交回复
热议问题