Skip to content

Instantly share code, notes, and snippets.

@jelled
Last active February 12, 2022 17:58
Show Gist options
  • Save jelled/5818989 to your computer and use it in GitHub Desktop.
Save jelled/5818989 to your computer and use it in GitHub Desktop.
Demo usage of jQuery Instagramhttps://github.com/potomak/jquery-instagram
<!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>
@Cam
Copy link

Cam commented Mar 2, 2014

Cool. Now if only the Instagram API would allow new client_id registrations :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment