This has me thinking about Chris Aldrich’s recent reference to blogrolls and OPML files. I wonder if something could be added to be able to search across the various sites listed on your own site?
Tag: OPML
Get websites and RSS Feeds of the people you follow on Twitter. Import the OPML-file with your favorite feedreader. Examples: Feedly, Inoreader Tiny Tiny RSS, NewsBlur.
I also imagine that allowing users to subscribe would mean that one could use any form of storage, whether this is Google (as referred to in this request) or WordPress.
The import option was not yet there. So I decided to make this myself. Now I am not a programmer, but for a hobby project like this I can do something. Fortunately, I have already taken a first step in reading OPML in the past, when I was working on a Pinboard project .
I could easily reuse that code. After a short read-in session in the way in which I can call the Aperture API, I now have a first, rough version . There is no categorization yet, no error handling, no validation by feed type (if needed) and it could be written a bit nicer. But it works!
Not sure if this makes sense and if it is something you have experienced?

The Link Manager still seems relatively solid and much of the infrastructure still works well, despite the warnings and lack of updates over the past several years. It would be nice to see it make a comeback and I can personally see many ways it could come back as a means of allowing people to better own their personal social graph as well as dovetail with readers. (This could also be the cornerstone of helping to make WordPress it’s own decentralized social network so that those who want to leave Facebook, Twitter, et al. could more easily do so and maintain their own data and infrastructure.)

Think of an OPML subscription as an updating subscription to a bundle of RSS feeds which all also provide their own individual updates. Instead of subscribing to a bunch of individual feeds, you can subscribe to whole bundles of feeds.
There are whole new areas of technology waiting for you to add this feature!
📓 A Custom OPML Request of Blogs associated with Primary Education and Leadership
https://readwriterespond.com/wp-links-opml.php
NOTE: If you already use the links function to show a reduced blogroll, then you may wish to categorise them and only show a particular category in the links widget.
Chris Aldrich’s provides another:
So in general, for WordPress sites one can append ?link_cat=[category id] (with or with out the brackets) to the main URL for the OPML file typically found at http://www.example.com/wp-links-opml.php.
When we talk about coding it small tricks like this which excite me because it feels as if they touch on the way that the web works, as much as the outcome at hand.