levi
Still fresh, damnit!
An example is here: https://www.pyra-handheld.com/board...nlock-gunmans-phone.76980/page-2#post-1366603
Without Javascript enabled, the last lines of that post are simply a static 'Loading tweet...'. It would be better if it would degrade to a link to twitter if javascript is not supported.
However, I'm not completely sure how you would transform the id there ('700823383961792512') into a html link to twitter. It has 18 digits in it by my count, and take, for example this link to ED's latest post:
https //twitter.com/EvilDragon1717/status/697026492610568192
That also includes a 18 digit number at the end, but it also needs a username to be valid. Presumably there's some twitter redirect that looks up the username and feeds you the right post, but I don't know what that is.
Without Javascript enabled, the last lines of that post are simply a static 'Loading tweet...'. It would be better if it would degrade to a link to twitter if javascript is not supported.
However, I'm not completely sure how you would transform the id there ('700823383961792512') into a html link to twitter. It has 18 digits in it by my count, and take, for example this link to ED's latest post:
https //twitter.com/EvilDragon1717/status/697026492610568192
That also includes a 18 digit number at the end, but it also needs a username to be valid. Presumably there's some twitter redirect that looks up the username and feeds you the right post, but I don't know what that is.