Jason Mayes

Results 24 comments of Jason Mayes

So I don't have any mobile detection code right now. You would have to add that yourself as I cant control Twitter's redirects unfortunately. If you want to find a...

OK I found this code snippet that should work for mobile but do you know the equivellent URL for mobile to get profile image? `mobilecheck = function() { var check...

Sure if you make a PR that works cross browser and is reliable I can merge it. :-) Indeed probably need some string parsing to get that out.

Can you elaborate what this does? Does the user need to add CSS for this to show the icons?

Could you not use the following CSS to hide the text but keep the background image? .interact span { text-indent: -1000px; overflow: hidden; background-image: url('../path/to/icon.png'); } ?

I'm afraid I am not a user of moment, but it is possible in the recent Twitter changes the classname changed for the dates which means it may be returning...

I can confirm Twitter Fetcher calls the function see this fiddle: https://jsfiddle.net/sxvfeza7/ There must be something not being used right with Moment in that case which is outside the scope...

So the WebGL part that was blocking should get for free with latest build of TFJS. See our announcement at Google IO last year 2022: https://youtu.be/GbgjafMdAIs?t=762 Thanks @lina128 for the...

Looks like a lot of changes going on at Twitter. If someone figures out a way to update feel free to submit a PR and I can look into merging.