Hi! As the title implies, I cannot access the custom tokens in any rss feed, as it only throws back undefined. Are there any known issues here? So if the rss has a field called idtag, wouldn't this be the way to go? (Edit: I simplified the entryTemplate, as this forum apparently shows code with html.)
entryTemplate:'- {idtag}',
limit: 10,
tokens: {
idtag: function(entry, tokens) {
return entry.idtag;
},
}