AddToAny code
<?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) {
ADDTOANY_SHARE_SAVE_KIT( array(
'linkname' => $terms->name,
'linkurl' => get_term_link($terms),
) );
} ?>
<?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>
a2a_config.num_services = 6;
a2a_config.prioritize = ["facebook", "twitter", "linkedin", "pinterest", "email", "print"];