iatek / jquery-socialist

jquery social media plugin that aggregates and combines Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest and.. Combine social feeds from multiple social networks or RSS in elegant layouts via this social plugin.
http://plugins.in1.com/socialist
MIT License
630 stars 213 forks source link

Feed Auto Refresh feature #22

Open sanketfirodiya opened 11 years ago

sanketfirodiya commented 11 years ago

I was trying to implement and auto-refresh so that the feed gets refreshed with new content every 1 minute or so. I tried using the setTimeOut function to trigger the function but it did not work.

Has anyone tried anything with feed refresh before?

nicemen commented 11 years ago

Hi Auto Refresh is no good for website links social because request repeat at server distant is no recommended ! by User Refresh manually

sanketfirodiya commented 11 years ago

Hi all,

I am trying to integrate Socialist with

  1. my own webservice call which is
  2. a cron job fetching feeds from all the different services and dumping it in a database

I would like to set a timer and call my webservice every 'x' seconds and refresh the wall based on the new feeds.

Anyone has tried such a thing before?

Thanks a ton guys, Sanket

sanketfirodiya commented 11 years ago

Hi there, did anyone try the auto refresh feature yet, I am onto this again and trying to use basic javascript functions such as timeout to simply clean the screen and reload the social stream again. no luck yet.

Wouldn't it make sense to have a social wall auto update itself, any recommendations on how I got about doing this?

Thanks in advance, Sanket