/ Published in: PHP
Thanks to followgram.me you can read a public feed with your photos. Use this code to retrieve your Instagr.am photos and use them on your web.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function getFollowgram($u) { // function read instagram feed through followgram.me service // thanks Fabio Lalli $url = "http://followgram.me/".$u."/rss"; $item = $items[1][$i]; $link = $temp[1][0]; $title = $temp[1][0]; $thumb = $temp[1][0]; $ar['date'][$i] = $date; $ar['link'][$i] = $link; $ar['title'][$i] = $title; } return $ar; }
URL: http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/