I'm trying to upload the photos of my Instagram on my website and it's impossible .
I already tried in several possible ways and followed exactly what was said in link
Why does not it work?
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,user-scalable=no">
<title>Instagram Portfolio</title>
</head>
<body>
<div id="wrapper">
<div id="insta-wrap">
<h1>Instagram feed</h1>
<div id="insta-feed">
</div>
</div>
</div>
</body>
</html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="js/instafeed.min.js"></script>
<script type="text/javascript">
var userFeed = new Instafeed ({
get: "user",
userId: "2113176191",
accessToken: '2113176191.1f23bb1.f223b9724cdb4b91b54cd812e9c444a5'
});
userFeed.run();
</script>