Home /#facebook #photoviewer #javascript
Error message
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/drupal/includes/common.inc).
#facebook #photoviewer #javascript
Submitted by drjunior on Wed, 03/19/2014 - 12:12
This might be helpful for someone that want facebook to show album photos in continuous mode!
var secondsDelay =2000;
var elem = document.getElementsByClassName("snowliftPager next hilightPager")[0];
setInterval(function() {
elem.click();
},secondsDelay);