Skip to content

Instantly share code, notes, and snippets.

@jbibla
Forked from jelled/jQuery Instagram Demo
Created January 31, 2014 18:54
Show Gist options
  • Save jbibla/8740583 to your computer and use it in GitHub Desktop.
Save jbibla/8740583 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery-instagram/0.2.2/jquery.instagram.min.js"></script>
</head>
<body>
<h1>jQuery Instagram Demo</h1>
<div class="instagram"></div>
<script type="text/javascript">
$(".instagram").instagram({
userId: 'USER-ID',
clientId: 'CLIENT-ID',
image_size:'standard_resolution'
});
</script>
</body>
</html>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment