FeedEk
FeedEk copied to clipboard
FeedEk jQuery RSS/ATOM Feed Plugin
I tested your new script and I find it great. I found that the "Multiple Feed Url" function does not work. Same in your example also it doesn't seem to...
This prevents links appearing like `http://some.domain.io/article,[object Object],[object Object]`. Happens for `http://www.nu.nl/rss/Algemeen` for example.
If the item.description contains embedded tags, and if the text truncation happens to land in the middle of a tag, the formatting of the resulting description gets broken. For example,...
Hello, @enginkizil I`m update your plugin. ### CHANGELOG 1. Add AuthorName option (default: true). 2. Add CSS class 'itemAuthor' for show author name. 3. Update version, example page and README.
# Sort items by publish date or title in ascending/descending order - Needed the sort feature in my own project - Noticed that YQL supports sorting (https://developer.yahoo.com/yql/guide/select.html, see functions) #...
Adds a package.json file so this package can be installed through npm
Small change to allow caller to pass on a callback function and its arguments that would be called whenever retreival of feed is done: From caller's perspective : ``` function...
Since content may contain html, outputting that field may mess the layout of the items list. It's safer to use contentSnippet or at least give an option to choose which...