Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Feb 20, 2019
1 parent 310d7a5 commit 84c122e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,11 @@ <h4>Code:</h4>
&lt;script type="text/javascript" src="jquery.instagramFeed.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
(function($){
$.instagramFeed({
<strong>'cors_proxy': "https://cors-anywhere.herokuapp.com/https://www.instagram.com/",</strong>
...
$(window).on('load', function(){
$.instagramFeed({
<strong>'cors_proxy': "https://cors-anywhere.herokuapp.com/https://www.instagram.com/",</strong>
...
});
});
})(jQuery);
&lt;/script&gt;
Expand All @@ -312,7 +314,7 @@ <h4 class="big"><a href="https://github.com/jsanahuja/jquery.instagramFeed">Send
</div>
</div>

<script type="text/javascript" src="jquery.instagramFeed.js"></script>
<script type="text/javascript" src="jquery.instagramFeed.min.js"></script>
<script type="text/javascript">
(function($){
$(window).on('load', function(){
Expand Down
12 changes: 5 additions & 7 deletions jquery.instagramFeed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84c122e

Please sign in to comment.