instafeed not even showing up

两盒软妹~` 提交于 2019-12-24 20:33:13

问题


I followed the exact procedure at instafeedjs.com and put this code before :

  <script type="text/javascript" src="instafeed.min.js"></script>

  <script type="text/javascript">
      var feed = new Instafeed({
          get: 'tagged',
          tagName: 'Thowed',
          clientId: '2b053f9f5bae49ba8add26a5ddb8e933'
      });
      feed.run();
  </script>
  <div id="instafeed"></div>

I really can't see where the error is. instafeed.min.js is in the root folder... What could be the other issue please?

来源:https://stackoverflow.com/questions/35285428/instafeed-not-even-showing-up

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!