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
962 stars 304 forks source link

Order #122

Closed medinlu closed 8 years ago

medinlu commented 9 years ago

How social-feed is ordering the posts? Latest by date?

I have facebook, twitter and instagram feeds from the same users. So... If a user posts the same content on the different networks, how can I randomize the order to get something more dynamic and the same repeated content?

Have an example: (first one is twitter, second is twitter)

captura de pantalla 2015-09-21 a la s 14 09 24

asiriyo-kor commented 9 years ago

jquery.socialfeed.js 129line if ($(this).attr('dt-create') < data.dt_create) { ......

Latest by date

Webarkitekt commented 8 years ago

@asiriyo-kor thanks for the answer ;)