Sascha Depold
Sascha Depold
can you open a pr? kukoss schrieb am Do. 18. Jan. 2018 um 10:39: > guys, I fixed it. Basically there is an index element missing in each > function....
A Pull Request :) This way you can provide changes to my code base :)
First of all you should make sure that the feed is valid: http://feedvalidator.org
I agree. What would you suggest?
Did you notice that there is a bodyPlain placeholder which completely removes the html? Is that what you want?
What's the feed you try to parse?
Can you paste feed url? siwise [email protected] schrieb am Mi., 10. Aug. 2016 um 02:44: > Hi, > Thanks for a great tool! > As stated, wordpress.com add a crazy...
For whatever reason wordpress is not embedding the images into the post description itself. Instead it puts it outside of the description as `media` tags. So what one would need...
Here we go :) https://github.com/sdepold/feedrapp/pull/48
Tada: ``` jQuery("#rss-feeds").empty().rss("https://asijnews.com/feed/", { entryTemplate: "", tokens: { img: function (entry, tokens) { return entry.thumbnail; } }, limit: 10 }) ```