Basic Example
Code$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2 });
Description Character Limit Example
Code$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 3, ShowDesc: true, ShowPubDate: false, DescCharacterLimit: 100 });
No Description Example
Code$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 4, ShowDesc: false });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'L', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'L', DateFormatLang:'tr' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'L', DateFormatLang:'en-gb' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'LL', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'LLL', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'll', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'lll', DateFormatLang:'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'DD MMMM YYYY', DateFormatLang: 'en' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM/DD/YYYY' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM/DD/YYYY HH:mm' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM-DD-YYYY' });
$('#divRss').FeedEk({ FeedUrl: 'http://jquery-plugins.net/rss', MaxCount: 2, DateFormat: 'MM-DD-YYYY HH:mm' });