FeedEk jQuery RSS/ATOM Feed Plugin


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.



Usage

Options

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.

Style

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}

Share

Star       

Author

FeedEk is created by Engin KIZIL

» jquery-plugins.net   » enginkizil.com

Changelog

Version 3.2.003.02.2022 (Current Version)

Version 3.1.104.02.2019

Version 3.1.020.01.2019

Version 3.003.12.2015

Version 2.0.222.01.2014

Version 1.1.204.03.2013

Version 1.0.0

Follow & Subscribe
RSS Subscribe to email newsletter for latest jQuery plugins & tutorials sent out by FeedBurner.
Latest jQuery Plugins