Skip to content

Instantly share code, notes, and snippets.

View monechevarria's full-sized avatar

monechevarria

View GitHub Profile
@zoerooney
zoerooney / markup.html
Created August 8, 2014 18:41
Instafeed with links opening in new window
<div id="instafeed"></div>
<script>
var feed = new Instafeed({
clientId: 'XXXXXXXXXXXXXXXXXX',
accessToken: 'abcdefghijklmnop',
get: 'user',
userId: 12345678,
limit: 5,
after: function() {
external();