Quantcast
Channel: Instafeed exclude by tag or post - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by MauriceNino for Instafeed exclude by tag or post

Just use the filter() function like so:const excludeItems = (arr, propertyName, filterArr) => { return arr.filter(el => filterArr.indexOf(el[propertyName]) !== -1).slice();}let instafeedArr = [];...

View Article



Instafeed exclude by tag or post

I would like to exclude certain posts from the Instafeed. Either by tag or by some post ID. I know how to apply a filter that only lets pass images specified by tag: filter: function(image) {...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images