FeedEk is a jQuery plugin for parsing and displaying RSS and Atom feeds. You can obtain feeds easily from any domain. No need for server-side scripts.
Feed API is used for fetching RSS/Atom data.
| Name | Default | Required | Description |
|---|---|---|---|
| FeedUrl | Your Feed Url | The Feed URL | |
| MaxCount | 5 | Feed Item Count | |
| ShowDesc | True | Option to show Feed Item Description | |
| ShowPubDate | True | Option to show Feed Item Publish Date | |
| DescCharacterLimit | No Limit | Feed Description Characters Limit Count | |
| TitleLinkTarget | _blank | Option for Feed Title Link Target | |
| DateFormat | None | Date Format for Feed Publish Date | |
| DateFormatLang | en | Date Format Language for Feed Publish Date | |
| Offset | 0 | Offset option for pagination | |
| ShowAuthor | false | Option to show Author of Feed Item | |
| AuthorLabel | Author: | Option to set title of author label. ShowAuthor option must be true to set AuthorLabel. | |
| Success | Callback to manipulate the DOM element wich contains the Feed Items after the load | ||
| Error | Callback when error occurs during fetching feeds. |
This is a simple css code that you can modify your feeds.
.feedEkList{width:450px; list-style:none outside none;background-color:#FFFFFF; border:1px solid #D3CAD7; padding:4px 6px; color:#3E3E3E;}
.feedEkList li{border-bottom:1px solid #D3CAD7; padding:5px;}
.feedEkList li:last-child{border-bottom:none;}
.itemTitle a{font-weight:bold; color:#4EBAFF !important; text-decoration:none }
.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;}
.itemAuthor{font-size:11px;color:#AAAAAA;text-align: right}
Version 3.2.0 – 03.02.2022 (Current Version)
Version 3.1.1 – 04.02.2019
Version 3.1.0 – 20.01.2019
Version 3.0 – 03.12.2015
Version 2.0.2 – 22.01.2014
Version 1.1.2 – 04.03.2013