We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 }); }
this is how it should always appear:
The text was updated successfully, but these errors were encountered:
You can disable this behavior by turning off the support option :)
Sorry, something went wrong.
No branches or pull requests
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:
this is how it should always appear:
The text was updated successfully, but these errors were encountered: