RSS 2 HTML

Welcome to RSS 2 HTML!

This page offers an easy way to embed RSS feeds in HTML webpages. One line of code in your webpage, and easily-styled HTML will be generated, with no advertisements or other restrictions.

Use the form below to generate the code to include in your webpage:

URL of RSS feed:
Length of feed item descriptions:
How should the feed be embedded in your webpage:
Embed this code in your webpage:
Live example:

Styling the output

The HTML generated by this code contains CSS hooks so you can style the output in your stylesheet.
The title of the feed is displayed in a <h3> tag, with the class feed-title.
The feed description is displayed in a <p> tag, with the class feed-desc.
The feed icon is displayed in an <img> tag, with the class feed-title-image.
Each feed item title is displayed in a <h4> tag, with the class feed-item-title.
Each feed item description is displayed in a <p> tag, with the class feed-item-desc.

Note that this code does not generate HTML for empty feed titles, descriptions, etc.
If you want empty HTML to be generated, click "more options" and tick the "Output HTML for empty..." checkbox.