Create OPML to import multiple rss feed sources at once

Here’s an example to create an common OPML file:

<opml version="2.0">
<body>
<outline text="Tech" title="Tech">
<outline xmlUrl="http://www.theverge.com/rss/index.xml"/>
<outline xmlUrl="https://techcrunch.com/feed/"/>
<outline xmlUrl="http://feeds.mashable.com/Mashable"/>
<outline xmlUrl="http://www.engadget.com/rss.xml"/>
</outline>
</body>
</opml>

 

Start the Discussion!Leave a Reply