pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
963 stars 304 forks source link

Instagram not working + date_locale don't display the right locale #325

Closed wedot closed 6 years ago

wedot commented 6 years ago

Hi there

Will there be a fix for the Instagram feed?

In my jquery funktion i use the date_locale: "en" but it will be always be displayed in french. What do i wrong?

martijngastkemper commented 6 years ago

For updates on Instagram look for updates in the issues about that problem.

The locales aren't loaded by default. You can load the French locale by adding this tag: <script src="bower_components/moment/locale/fr.js"></script>

If you want to load all locale load moment-with-locales.min.js instead of moment.min.js.