Quantcast
Channel: Using instafeed.js - blank page, not working - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Using instafeed.js - blank page, not working

$
0
0

I am trying to use the instafeed.js javascript on a basic nothing html page, just to test the API. I have registered with Instagram and have my clientId value, which I have configured in my code:

<!DOCTYPE html>
<html lang="en">
<head>
 <title>Instagramify your website</title>
 <link href="css/style.css" rel='stylesheet' type='text/css' />
 <script type="text/javascript" src="js/instafeed.min.js"></script>
</head>
<body>
  <div id="wrapper">
    <h2>Instagram pics</h2>
    </div><div id="instafeed"></div>
  </div>
  <script type="text/javascript" src="js/instafeed.min.js"></script>
  <script type="text/javascript">
  $(document).ready(function(){
    var feed = new Instafeed({
      get: 'tagged',
      tagName: 'awesome',
      clientId: 'clientId'
    });
    feed.run();
  })
 </script>
</body>
</html>

I am not quite sure its not working, I have used the same examples as in other posts. Please help me! I am starting to lose the little hair I have..

Thanks!


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images