This FreshRSS extension allows you to resolve t.co Twitter links to the actual URL behind it.
To use it, upload the xExtension-TwitterResolver
directory to the FreshRSS ./extensions
directory on your server and enable it on the extension panel in FreshRSS.
The first step is to put the extension into your FreshRSS extension directory:
cd /var/www/FreshRSS/extensions/
wget https://github.com/c0ldplasma/freshrss-twitterresolver/archive/master.zip
unzip master.zip
mv freshrss-twitterresolver-master/xExtension-TwitterResolver .
rm -rf freshrss-twitterresolver-master/
Then switch to your browser https://localhost/FreshRSS/p/i/?c=extension and activate it.
- Resolves t.co Twitter links to the actual URL behind it.
- Makes the links clickable.
With FreshRSS and an original Twitter feed:
With activated TwitterResolver extension:
FreshRSS is a great self-hosted RSS Reader written in PHP, which is can also be found here at GitHub.
More extensions can be found at FreshRSS/Extensions.