-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hello I'm using this plugin to parse rss from a website and a random post from a german blog is showing up every now and then in parse:

this is the code:
function startFeed() {
$("#rss-feeds-wide").rss("https://www.blog.fiestapartyfesta.com.br/feed/",{
layoutTemplate: '<div class="ui four stackable cards">{entries}</div>',
entryTemplate: '<div class="ui centered blog card"><div class="image whiteBG"><a href="{url}"><img class="blogImage" src="{teaserImageUrl}"></img></a></div><div class="content"><a class="header secondary" href="{url}">{title}</a></div>',
order: 'publishedDate',
limit: 4
});
}
Metadata
Metadata
Assignees
Labels
No labels
