X automatically changed 'Twitter' to 'X' in domain names, breaking legit URLs

Stopthatgirl7@lemmy.world to Technology@lemmy.world – 735 points –
X automatically changed 'Twitter' to 'X' in users' posts, breaking legit URLs
mashable.com

On Monday, it appears X attempted to encourage users to cease referring to it as Twitter and instead adopt the name X. Some users began noticing that posts viewed via X for iOS were changing any references of "Twitter.com" to "X.com" automatically.

If a user typed in "Twitter.com," they would see "Twitter.com" as they typed it before hitting "Post." But, after submitting, the platform would show "X.com" in its place on the X for iOS app, without the user's permission, for everyone viewing the post.

And shortly after this revelation, it became clear that there was another big issue: X was changing anything ending in "Twitter.com" to "X.com."

208

You are viewing a single comment

Why not just switch your site redirects? Instead of x.com opening twitter.com make them go to x, and eventually stop the redirects and put a landing page on Twitter with a link to x.com. How do you expect people to stop calling it Twitter when that's literally the site name even if you type in x.com

He doesn't just want the links to change. He wants the mindshare to change. To erase twitter.com from consciousness. Because X is like, super cool, man. So the solution is to rewrite tweets so it's impossible to say the ungood name.

Prob too many references to twitter.com in their code or whatever to fix or something similar?

find -type f -exec sed -i 's/twitter.com/x.com/g' {}\;

Take a backup first in case it breaks something, which it most likely will.

I don't really know code but he has that curvy line and some different colors and shit so this should work. Ship it. No need to test.

You just passed the exam to be a Project Manager

in case it breaks something, which it most likely will.

Partially because you didn't escape the dots.

Tell me you didn't read the article without telling me you didn't read the article.

Not like he doesn't have the money to hire some people to get it done.

Not when he can just threaten everyone and tell them that they will all sleep on air mattresses at the office until it is done.

That's what they've been doing. Shared links have been going to x, which redirects to Twitter. They started doing it the first time they tried changing and everything broke. This is their second try.