I'm using jquery social-likes plugin to implement social buttons on index page of my ruby on rails based website. This index page is infinitely scrollable, when the new content is loaded, this newly loaded item doesn't display any social buttons. How can I make re-rendering of these social buttons when the new item is loaded on runtime.
Thanks!