From 37287bd623cdf48aa6881a1359421e3911b6f4ac Mon Sep 17 00:00:00 2001 From: Philippe Barbosa Date: Tue, 12 Apr 2016 15:38:18 +0200 Subject: [PATCH] Instagram feed, now hashtag #manifeste16 --- app/festival/static/js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/festival/static/js/index.js b/app/festival/static/js/index.js index 5b014d19..6364cd94 100644 --- a/app/festival/static/js/index.js +++ b/app/festival/static/js/index.js @@ -112,7 +112,8 @@ $(function() { */ var t = new Instafeed({ - get: "user", + get: 'tagged', + tagName: 'manifeste16', userId: 1343260619, accessToken: "2985811.467ede5.2d850141659d4a5fab04f28187e580cd", sortBy: "most-recent", -- 2.39.5