Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
please allow us to customize the RSS feed with our own preferences.
The Newshub is a great improvement over the old system though, good work so far!
Before moving to selfhosted, I used Feedly then Inoreader.
I think you should not "optimize" RSS for a certain set of readers clients, but stick to the standard definition (ATOM and/or RSS 2.0 + iTunes Podcast Additions), ie no JavaScript just pure HTML (and embedded CSS).
If you are not aware, there are a lot sof standard libraries for creating / processing standard RSS feeds, like feedgen for Python for example.
The most common RSS readers are either online or normal client applications, to name a few in no particular order:
- Mozilla Thunderbird (can read news feed directly)
- most browser via the "Live Bookmarks" feature and/or extensions
- TinyTinyRSS (https://tt-rss.org) (online, self-hosted)
- Feedly (online)
- NetNewsWire (OSX)
- RSSOwl (Windows)
- Google Reader (dead since 2013)
You can find a lot more on https://en.wikipedia.org/wiki/Comparison_of_feed_aggregators, so the reason to "optimize" for some readers is not a good idea, stick to the RSS 2.0 / ATOM standard (+ iTunes podcast additions) and let the readers decide how to display things.
If you wanna do tracking, just include a tracking pixel or something similar.
Perhaps you would also include in an RSS news item at the bottom a custom block exclusively in the news items with the name of the game, short teaser description, current price / discount (if any) and a purchase button. An extra DLC button which leads to the DLC page of the game. If you click on the game (picture) itself, it would lead to the store page.
Ever since Google Reader shut down, I went from Feedly (didn't like their premium model and the lack of features) to TheOldReader.com and finally landed at Inoreader.com, which has a lot of nice features for "power-users".
Digging into RSS a bit. I have found we have a bunch of existing code that generates RSS for any game community hub. For instance you can grab DOTA's feed here:
https://steamcommunity.com/games/dota2/rss/
How does that look in a modern RSS reader?
Are folk thinking you would customize on their News hub on Steam and then point their RSS reader to a News Hub unique endpoint for you to pull your personalized content?
Works fine on feedly, although the W3C validator[validator.w3.org] shows a couple of errors
That would be awesome, yes! (maybe you can make it opt-in so only used feeds are generated)