Could you try adding some custom javascript using the almComplete callback function?
$(function() {
$.fn.almComplete = function(alm){
console.log("Ajax Load More Complete!");
WPCOMSharing_do(); // I think this will trigger sahre daddy functions.
};
})(jQuery);
How do I add Sharedaddy to Jetpack?
I installed Jetpack and turned on sharing… the standard jetpack sharing works fine.
Please advise.
Thread Starter
IBaaNB
(@ibaanb)
Social share show up fine if it not hide in button.
Problem are occur when I use show more button when click button webpage goes up instead of show hidden social.
How do i get that drop button to show up?
Thread Starter
IBaaNB
(@ibaanb)
Click at Load More button in bottom of page and click share button under the post.
No I mean how do I add this to my site to test.
Thread Starter
IBaaNB
(@ibaanb)
Use this setting in jetpack sharing.
http://postimg.org/image/c2j9i67a3/
I’ve spent about 2hrs trying to debug this and without modifying the core Jetpack file /wp-content/plugins/jetpack/modules/sharedaddy/sharing.js it appears it won’t be possible.
Thread Starter
IBaaNB
(@ibaanb)
Can you point out root of problem?
Thanks for all your effort to support.
For me, the problem was the function used to initiate the drop down was not accessible to other javascript functions… Meaning I wasn’t able to actually trigger the drop down effect.