This is the built in Show Sharing buttons of word press not the LockerZ plugin. Is this a bug or is it meant not to work?
Are you using Jetpack-Sharing? If so, just go to the configuration page and check the boxes for forums, topics, replies, or whatever you want. They are not checked by default, and will not be checked if you added bbPress after you activated Jetpack.
I take that back. I see that even when it is checked it’s not showing. Let me dive into this a bit more.
Ahh. It is the jetpack Publicize plugin. Thanks for the help.
Are you using any of the templates located in the “extras” folder. If so, I figured out a way to add the buttons. Exactly where do you want them. On individual topics?
At the bottom of each topics.
I’m having this same problem. I’ve tried using Jetpack share icons on a fresh install of WP with bbPress (no other plugins) and the Twenty Twelve theme, and they won’t show up. I check the boxes for Forums, Topics and Replies under Settings > Sharing, but no luck.
Jim, you said you figured out a workaround, can you elaborate? I’d like to include them on Forums and Topics (but probably not replies).
This won’t work out of the box, and is by design. Jetpack hooks sharing options to the end of the ‘the_content’ filter. bbPress doesn’t use this filter, because blog content doesn’t have the same rules as forum content does; they work differently. To make it work, Jetpack’s sharing options would need to hook into `bbp_get_topic_content` and `bbp_get_reply_content` instead.
Someone could write a piggyback function to do this, but it may be more difficult than this first step once you’ve gotten this far. Replies don’t use the same “premalink” logic as topics, forums, pages, and posts do, since they are technically children of topics. There could be other quirks, too.
Thanks, JJJ.
Given that the Forums, Topics and Replies checkboxes under Settings > Sharing don’t show up until you install bbPress, it’s understandable that I thought it should work.
I really don’t want sharing buttons under each reply — the Topic and Forum level would be sufficient. I’ll keep digging and see what I can sort out.