Sharrre
Sharrre copied to clipboard
Sharrre did not work on ajax
Hi,
When i load the social share content dynamically using ajax and php, the sharrre is not working. how can i load it dynamically.
Thanks and regards, R.Srinivasan
Same here, when I dynamically load some content (with the sharrre button in it) with ajax, the parameters in the source arre correct but the template and the class are not applied to the new button. Even when I recall the initiliase script like this:
$.ajax({
url: post_link,
success: function(response) {
$('.newest .hentry').remove(); // Remove excisting post
$('.newest').append($(response).find('.newest .hentry')); // Add new post
$('.newest .hentry #shareme').sharrre();
}
});
How can I force this?
Same here. Does anybody know of a workaround?