Hello, I have the same issue.
The only active plugin on my site is Jetpack for infinite scroll functionality.
I’ve even to add the following IF:
if (is_home()) {
$args['linkurl'] = get_home_url();
}
before $kit_html .= ADDTOANY_SHARE_SAVE_BUTTON( $args );
which originally is on line 149.
Additionally to that I tried to change the way which ADDTOANY_SHARE_SAVE_BUTTON
function generate the links and the last approach was with involving setTimeout
for delayed execution and changing the link.
Of course none of the above ways did not work.
Sincerely,
Ivelin “h4cky” Georgiev