Plugin compatibility code
Many plugins run after the page has loaded and process existing content. Since Infinite Scroll dynamically adds new content to the page, sometimes you have to execute additional code to reinitialize those plugins.
For the plugins below, the following code goes in the Javascript Callback option.
Lightbox JS 1.0 (by Lokesh Dhakar): No compatibility code available.
Lightbox JS 2.0 (by Lokesh Dhakar):
myLightbox.updateImageList();
tb_init( $jQis('#infscr-page-'+INFSCR.currPage).find('a.thickbox, area.thickbox, input.thickbox') );
1 Pixel Out Audio Player: Compatible! Version 2.0, too.
YAHOO.MediaPlayer.addTracks( $jQis('#infscr-page-'+INFSCR.currPage)[0] );