I’ve found a part of the soluce (with infinite scroll) :
– upload the previous version of the plugin
– for twitter button, add this code in the infinite scroll loop
// Twitter
$(document).ajaxComplete(function(){
try{
twttr.widgets.load();
}catch(ex){}
});
i’m still searching for pintinterest