rss-bridge icon indicating copy to clipboard operation
rss-bridge copied to clipboard

Twitter bridge - title and content, it's the same text, and it shouldn't be

Open lukaszpolowczyk opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. Twitter doesn't have titles, so typing the entire twitt into both the title and the content is weird. Clutters the RSS feed, prolongs scrolling.

Describe the solution you'd like Twitter bridge option: "Don't put twitt in the title (optionally add a short placeholder with e.g. twitt date)" or/and "Don't put twitt in the content"

Describe alternatives you've considered Nothing can be done.

Additional context Add any other context or screenshots about the feature request here.

lukaszpolowczyk avatar Jan 20 '22 13:01 lukaszpolowczyk

@lukaszpolowczyk Can you give an example of what the feed item title should be?

dvikan avatar Mar 26 '22 23:03 dvikan

@dvikan "Can you give an example of what the feed item title should be?"

  1. E.g., the original date of the tweet.

  2. E.g. The status id of the tweet. It is important that it takes up as little space as possible. It is important that it does not clutter.

lukaszpolowczyk avatar Mar 26 '22 23:03 lukaszpolowczyk

I have added an optional parameter in TwitterV2Bridge to use the Tweet ID as the Title. See PR #2612

quickwick avatar Apr 06 '22 15:04 quickwick