Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1408702
    Itwebdevelopment
    Participant

    Hi this is my site:

    dzdrones.com/news

    I want to add share buttons to each of my posts.

    I’ve tried this:

    add_action(‘x_before_the_content_end’, function() {
    echo do_shortcode(‘[share title=”Share this Post” facebook=”true” twitter=”true” google_plus=”true” linkedin=”true” pinterest=”true” reddit=”true” email=”true”]’);
    });

    But it shows on every page and now just the blog posts.

    Can just help so it just shows on the blog posts?

    Thanks!!

    #1409158
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Please update your code to this:

    add_action('x_before_the_content_end', function() {
      if ( is_single() ) {
      echo do_shortcode('[share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]');
    }
    });

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1408702 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>