-
-
Save jbibla/8740583 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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