FlyBird's Box - Instafeed
Thursday, October 3, 2024
All you need to set up the preinstalled Instagram feed is the Access Token to your Instagram account.
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 can generate it on the Instagram Developer Page or use one of the free online forms, like the one from the Pixel Union.
Follow the instructions specific to the method selected.
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.
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.
If you decided to generate your token through the Instagram Developer Page, you are free to swap the Client ID as well.
<script type="text/javascript">
var userFeed = new Instafeed({
get: 'user',
userId: '3506214066',
clientId: '02b47e1b98ce4f04adc271ffbd26611d',
accessToken: '3506214066.e7f626d.a2244e3419c544c494cc0a0c308b0266',
limit: 6,
links: true
});
userFeed.run();
</script>
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