Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Simple Share

    (@davidoffneal)

    Hi there,

    The best way to achieve this would be to add this to a custom function/existing plugin:

    add_action( 'bbp_template_before_single_topic', 'ssba_bbpress_topic' );
    
    function ssba_bbpress_topic ()
    {
    	echo do_shortcode('[ssba]');
    }

    Hope this helps ??

    This is my 8th attempt to set up social sharing. It was so easy. No having to go to twitter and facebook and difficult options just a couple of clicks and I now have lovely social sharing.
    After searching on internet found a question similar to my own asked above. I am hoping you can explain in which file and where abouts I place the code above so I can have social sharing in my bbpress part of site.
    thx in advance

    Thread Starter admiralchip

    (@admiralchip)

    I am hoping you can explain in which file and where abouts I place the code above so I can have social sharing in my bbpress part of site.

    Hi!

    you can put the code in your theme’s functions.php (just scroll down and put it there) or you can make a custom functions plugin.

    Thanks for the code Neal!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't put sharing buttons on bbpress topics’ is closed to new replies.