FlyBird's Box - Instafeed
Thursday, October 3, 2024
You can generate it on the Instagram Developer Page or use one of the free online forms, like the one from the Pixel Union.
You will be provided with a long string of digits similar to this one:

Copy it and go to your Instagram widget.
Replace the dummy User ID and Access Token with your data.
var userFeed = new Instafeed({
get: 'user',
userId: '3506214066',
clientId: '02b47e1b98ce4f04adc271ffbd26611d',
accessToken: '3506214066.e7f626d.a2244e3419c544c494cc0a0c308b0266',
limit: 6,
links: true
});
userFeed.run();
</script>









No comments :
Post a Comment