Home » Demos » Super RSS Reader

Super RSS Reader

In this page, you can see a live working of the Super RSS Reader plugin.

The widget can customized easily using the classes available.

Demo video

Download

You can download the plugin directly from the WordPress repository using the link below.

For more information on this plugin, you can check out the offcial plugin home page.

CSS for the twitter widget

#super_rss_reader-4 .srr-wrap{
	border: 2px solid #00ccff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#super_rss_reader-4 .srr-wrap .even{
	background-color: #F9FEFF;
}
#super_rss_reader-4 .srr-wrap a{
	text-decoration:none;
	padding-left: 20px;
	background: url(images/twitter-bird.png) no-repeat;
	color: #333;
}