より具体的な結果を表示するためにフィルターが使用されていることは理解しています。しかし、代わりに特定のユーザーまたは画像を除外するために使用できる方法はありますか? または、instafeed.js にはこれを行うための別のオプションがありますか?
var feed = new Instafeed({
target: 'instafeed',
get: 'tagged',
tagName: 'hashtag',
limit: '10',
sortBy: 'most-recent',
resolution: 'standard_resolution',
clientId: 'xxxxx',
template:'<img class="item" src="{{image}}">',
filter: function(image) {
//filter to exclude specific user
}
});
フィードバックをお待ちしております。どうもありがとう!