Same problem here. I have an infinite scrolling theme > named “PinShop”.
As brofessor says: “Buttons just show the loading bar…”
Someone has a solution for this problem?
Could you please provide your websites addresses.
If you scroll further down the page triggering the infinite-scroll you should notice the buttons do not load (stuck in a continuous load)… they do not display the upgrade button message or a button itself just a loading symbol!
If you are inserting the LikeBtn code manually or using shortcode, you need to do the following after loading your items using ajax:
if (typeof(LikeBtn) != "undefined") {
LikeBtn.init();
}
http://likebtn.com/en/faq#ajax
Great! I will try that out… Thank you.
Could I ask if you could remove the domain name from your comment please
Thanks again
You are welcome.
Unfortunately ww.wp.xz.cn does not allow to change or delete comments.
I’m dealing with the same issue, I have just pack infinite scroll and using likebtn php shortcode. Where do I put that Ajax code?
Thanks