Asmo, it looks like the change to the url for twitter means it doesn’t properly embed and inline the tweet.
I think this is a fix for it. But you’ll know more than I
https://www.phpbb.com/customise/db/exte ... 63#p867163
Fix for twitter links ??!
-
- Posts: 9348
- Joined: Tue Jun 30, 2020 11:48 am
Use nitter if you want to browse twitter without an account.
If you take the link from the app, x.com the links are
x.com…
Instead of
twitter.com
You can manually fix them yourself if you switch
x.com with twitter.com in the link address
Eg
Link from share button
https://x.com/realdailywire/status/1693 ... 26881?s=46
Now fixed
x.com…
Instead of
twitter.com
You can manually fix them yourself if you switch
x.com with twitter.com in the link address
Eg
Code: Select all
https://x.com/realdailywire/status/1693993118369226881?s=46
Code: Select all
https://twitter.com/realdailywire/status/1693993118369226881?s=46
Link from share button
https://x.com/realdailywire/status/1693 ... 26881?s=46
Now fixed