View index.html
<br> | |
<div class="container"> | |
<div id="instagram-feed-demo" class="instagram_feed"></div> | |
</div> | |
<script src="https://www.jqueryscript.net/demo/Instagram-Photos-Without-API-instagramFeed/jquery.instagramFeed.js"></script> | |
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> | |
<script> | |
(function($){ |
View index.html
<br> | |
<div class="container"> | |
<div id="instagram-feed-demo" class="instagram_feed"></div> | |
</div> | |
<script src="https://www.jqueryscript.net/demo/Instagram-Photos-Without-API-instagramFeed/jquery.instagramFeed.js"></script> | |
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> | |
<script> | |
(function($){ |
View gist:df3fb3fe579fb8b72e422534a15397ed
<html> | |
<head> | |
<title>API Example</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
<script type="text/javascript"> | |
var accessToken = "<your agent's client access token>"; | |
var baseUrl = "https://api.api.ai/v1/"; |