I am trying to add the last image from an Instagram feed to a web page and wonder if it can be done in a div, since you would place any other element on the page.
I would like to resize each image to 280 x 280 and would like to display only the image - no text or hashtags.
I'm not sure if this is the best way to do this, but I found that you can pull the RSS feed from statigram like http://statigr.am/feed/username
And realizing that I would need to display the image in full and adjust the height, I found this page on the RSS image: http://www.w3schools.com/rss/rss_tag_image.asp
Does anyone know a better way for me to do this?
source
share