.
Topic RSS3:26 am
Hello,
I've gotten this plugin to work on my blog page when I'm using normal pagination, but I'd like to use the ajax powered PBD load more posts plugin instead of a normal paginated blog.
So far nothing i've tried has worked because it seems like function for the "tweet like plusone" plugin is only called when the page is initially loaded, so when I load more posts via ajax the sharing buttons are absent from the newly loaded posts.
Is there a way to set the plugin up so that it will work with a post loader like the pbd plugin?
I found a snippet of code that when placed on the template page will load the FB like button, so it seems like there should be a way to load all the others as well.
<script> /* THIS SCRIPT CONTINUALLY LOADS THE FACEBOOK LIKE BUTTON FOR THE BLOG PAGE */
jQuery(document).ajaxComplete(function($){
try{
FB.XFBML.parse();
}catch(ex){}
});
</script>
-Michael
Thanks for the suggestion but it will take a little time to get the plugin work with ajax loader
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
1 Guest(s)
Log In
Members
Add Reply
Add Topic
Quote
Offline
