■問題点
下記の記事を参考に実装しようとしたがエラーが出て実装できない。
参考
Instagram Feed: It looks like YOUR network has been temporary banned because of too many requests. See https://github.com/jsanahuja/jquery.instagramFeed/issues/25 4
js
<!-- ここから --> <div id="instagram-feed" class="instagram_feed"></div> <script src="js/jquery.instagramFeed.min.js"></script> <script> (function($){ $(window).on('load', function(){ $.instagramFeed({ 'username': 'aaaa', 'container': document.getElementById("instagram-feed"), 'display_profile': false, 'display_biography': false, 'display_gallery': true, 'callback': null, 'styling': true, 'items': 6, 'items_per_row': 3, 'margin': 0.25, 'lazy_load':true }); }); })(jQuery); </script> <!-- ここまで -->
もし他にお勧めの方法がありましたら教えていただきたいです。
まだ回答がついていません
会員登録して回答してみよう