Embed a widget

Do you want to add the most recent entries of your favourite blog? Do you want to be informed about what's going on in the blog-sphere? Are you interested in some specific term? You can show the latest site updates of any RSS/Atom feed using these wizards to get the code that you can embed in your web page or blog. All the entries that FeedzZ has collected from the most popular blogs and newspapers in the web, can be displayed in your web just with a couple of clicks!!. And you can customize your CSS if you want!!!

There are 4 different widget generators

FeedzZ Widget wizard

If you want to try this widget, please register or login

Generated Code

FeedzZ Widget output

How can I change the style and colors

When you embed the code generated by the wizards, the feed entries will be displayed following a VERY simple CSS file hosted at FeedzZ. Obviously the colors, font styles,etc might not match with your blog or website. But don't worry, there is a way to customize the way the widget looks like
You can reference the absolute path to other CSS style adding the parameter customCSS
This is a sample

Don't try with this code as the authentication credentials are fake
<iframe src="http://www.feedzz.com/rss/RSSWidget.html?
title=Some title&
customCSS=http%3A%2F%2Fwww.feedzz.com%2FsemanticFeed%2Fcss%2Frss-2.css&
url=http%3A%2F%2Fwww.feedzz.com%2Fsemanticfeed%2Frss%2Frss.html?username=XXXXXX%26apicode=123456%26feed=2">
</iframe>

The generator does not handle size dimensions attributes and a minimum knowledge is required in order to re-dimension the iframe adding basic attributes as width,height,hide the scrollbars,etc.

Which are the classes used in the CSS

You only need to play with 3 class elements. This is how our default FeedzZ CSS looks like

.widget-rss-feeds {
padding:5px;
background:white;
color:#F8195D;
}
.widget-rss {
border-top:1px dashed #F8195D;
}
.widget-rss-link {
color: #0B6C9C;
}