Hello, i have added the code i found on this forum in functions php for social media sharing buttons:
function x_add_social_sharing() {
if ( is_single() ) {
echo do_shortcode(’[x_share title=“Share this Post” facebook=“true” twitter=“true” google_plus=“true” linkedin=“true” pinterest=“true” reddit=“true” email=“true”]’);
}
}
add_action(‘x_before_the_content_end’, ‘x_add_social_sharing’);
It works but i have a funny e-mail icon, please check this post: https://jittysamsterdam.com/een-gesprek-met-angela/
Thanks!