I've never understood why people even wanted to use this. For the styling? So you can just copy some random stuff from Twitter and it looks like Twitter but is also interactive? Just with the Facebook like-Button, you're exposing your visitors to the tracking of Twitter. For what? Just so you can quickly copy one snippet and be done with it, instead of manually copying author name, content and link and spending 10 se…
One advantage I've seen people recently point out about using content transclusions in general (where the Twitter widget is an example of such), is that these provide some level of evidence that the transcluded content is really something that exists at the source. Screenshots and other "fetch and burn into the reciever" approaches can be fabricated very easily to create fake news; but it's a bit more of a technical…
Twitter is using its embedded JavaScript to hide tweets that have been deleted
111–120 of 254 posts
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#112Would it have been better if Twitter had announced this change and made the change only for the new tweets and left the existing ones as is?
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#113I've never understood why people even wanted to use this. For the styling? So you can just copy some random stuff from Twitter and it looks like Twitter but is also interactive? Just with the Facebook like-Button, you're exposing your visitors to the tracking of Twitter. For what? Just so you can quickly copy one snippet and be done with it, instead of manually copying author name, content and link and spending 10 se…
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#114And i think the whole "they edited my page" statement is ridiculous. You EMBED a part of twitter into your page. You know it can change. If you embed a youtube video, and the owner deletes it, it wont play anymore. obviously.
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#115Functionality aside embedding random scripts from twitter seems like a big risk for security and privacy. At a minimum, it should probably be embedded in a sandboxed iframe. Just taking a screenshot, and linking to the tweet, seems like a more robust solution, that won't randomly stop working, and doesn't have the same privacy issues.
That said, screenshots of such things bear their own problems in terms of accessibility for screen readers and other supportive devices.
Sure, but these problems were anticipated in the design of, certainly later, HTML specs. One example: the ALT text tag for images, which has been part of the spec since at least HTML4, originally published as a recommendation in 1997.
Every image on your website(s) should have ALT text to be screenreader friendly and, if it doesn't, that's on you: it doesn't make using images an inherently bad or accessibility-unfriendly idea.
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#116It's a shame there's no better way to preserve a tweet than taking a screenshot -- there's no way to prove that an individual said something, save for perhaps trusting the record on archive.org It doesn't have to be this way. Either the individual or the platform could cryptographically sign content to prove that it really happened. I guess Twitter would prefer a plausible deniability. If anyone screenshots you sayin…
I've never had my name dragged through the mud on twitter or anything but I'm super glad knowing that if I do make a mistake I can delete it rather than having it immortalised on the internet to be used as a weapon against me forever.
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#117Earlier quoted context omitted.
It’s not even that twitter is hostile; allowing any third–party javascript onto your website is a mistake.
Laughs in node_modules
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#118Earlier quoted context omitted.
One advantage I've seen people recently point out about using content transclusions in general (where the Twitter widget is an example of such), is that these provide some level of evidence that the transcluded content is really something that exists at the source. Screenshots and other "fetch and burn into the reciever" approaches can be fabricated very easily to create fake news; but it's a bit more of a technical…
Whats wrong with a linked screenshot?
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#119What this probably calls for and maybe something is out there is some service that can embed, archive, and track changes to a tweet or social media post. You'd embed the same way, but the archive will fetch and cache the content. It could then serve up the original version, as well as a timeline of changes.
The right to be forgotten has merit though, and I can see twitter's logic there and probably they're under pressure via GDPR or something. So any archival or cache service would need to take that into account. Various countries and districts have varying laws on what is and isn't official public record too, so it seems like managing that could be the function of a dedicated archival service.
Re: Twitter is using its embedded JavaScript to hide tweets that have been deleted
#120Earlier quoted context omitted.
The difference is that you have a contractual relationship with Stripe or Paypal when you use their services. When you embed FB/Twitter/... content there's no such relationship, that's the issue.
OK bad examples, but any open source project you use via a package manager in your projects you have to trust and there's no contract or relationship there.