c0ldplasma / freshrss-twitterresolver

A FreshRSS extension to directly embed videos from YouTube channel feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreshRSS - Twitter resolver extension

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.

Installation

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.

Features

  • Resolves t.co Twitter links to the actual URL behind it.
  • Makes the links clickable.

Screenshots

With FreshRSS and an original Twitter feed: screenshot before

With activated TwitterResolver extension: screenshot after

About FreshRSS

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.

About

A FreshRSS extension to directly embed videos from YouTube channel feeds


Languages

Language:PHP 100.0%