instafeed.js

A simple Instagram JavaScript plugin for your website

MIT License

Downloads
7.7K
Stars
3.5K
Committers
3

Bot releases are hidden (Show)

instafeed.js - v2.0.0 Latest Release

Published by stevenschobert over 3 years ago

Official v2 release 🎉

If you are migrating from v1, see the v2 migration guide.

instafeed.js - v2.0.0-rc3

Published by stevenschobert almost 4 years ago

  • Fixes assignment to undeclared variable match bug.
  • Adds ES module support by building a separate distributable instafeed.es.min.js.
  • Re-adds pagination support via hasNext and next methods.
  • Adds apiLimit option to override how many images are requested from the Instagram API. This option supersedes the limit option.
  • Adds pooling support when apiLimit is higher than limit.
instafeed.js - v2.0.0-rc2

Published by stevenschobert over 4 years ago

  • Adds before callback option that was missing from 2.0.0-rc1.
  • Fixes Invalid State Error bug in Internet Explorer. Thanks @awoodford.
  • Hashtags are now parsed from the image caption, and made available as a tags array on the image data.
  • Changed default timeout options apiTimeout and accessTokenTimeout from 5000 (5 seconds) to 10000 (10 seconds)
instafeed.js - Basic Display API Release Candidate 1

Published by benjamin-hull over 4 years ago

Instafeed.js v2, powered by the new Instagram Basic Display API.

instafeed.js -

Published by stevenschobert almost 9 years ago

  • Fixes an issue where some data used in templates would get incorrectly escaped.
instafeed.js -

Published by stevenschobert almost 9 years ago

  • accessToken is no longer required to fetch images from user accounts!
  • New template helpers for working with the new portrait and landscape images.
  • target can now accept a DOM node directly, instead of just a string ID, thanks @juhamust!
  • Squashed the last (hopefully!) of the IE8 bugs.
  • Fixed image loading errors when using Instafeed.js on a local file protocol (file://). Thanks @spoonben!
  • Added support from AMD and CommonJS.
  • Improved error messaging when Instafeed.js can't find it's target element on the page.
  • Instafeed.js no longer complains when trying to use strings for the userId, locationId, and limit options.
instafeed.js -

Published by stevenschobert over 10 years ago

instafeed.js -

Published by stevenschobert over 10 years ago

  • Fixed an issue where sortBy: "most-recent" did not always correctly sort the images. Thanks
    Neil Campbell!
  • Changed the default sortBy option to be none.
instafeed.js -

Published by stevenschobert over 10 years ago

  • Image URLs are now protocol-relative by default. Use the new useHttp option to disable.
  • Added the ability to filter out images using the filter option.
  • Added pagination support using .next() and .hasNext() methods.
  • Removed the default limit of 15 images. The option is still supported, but by default no limit
    is sent to the API.