-
Notifications
You must be signed in to change notification settings - Fork 847
Basic Usage
Ben edited this page Mar 30, 2020
·
9 revisions
Here's how to quickly add instafeed.js to your web page. This guide assumes you have your Facebook app and Token Service set up already.
Copy instafeed.min.js
to your web server, and include a script tag in your page:
<script type="text/javascript" src="path/to/instafeed.min.js"></script>
@TODO: Instructions for other JS package managers, CDNs etc