instastory.js 方便好用的抓取 instagram hash tag 的 plugin,只要使用 jQuery 並透過簡單的設定,就能抓取指定的 ig hash tag 照片了。
首先可以到 github 下載原始碼。
將函式庫加到頁面上:
<script src="jquery.min.js"></script>
<script src="path/to/script/instastory.js"></script>
簡單的設定要抓的 hashtag:
$("#container").instastory({ get: "#coding", limit: 9 });
像這樣就可以設定要抓 coding 這個 hashtag 的照片。