Hi @venutius,
Have you tried creating shortcodes for the forum pages? Here’s a helpful guide on how to add share buttons to a customized location: http://support.shareaholic.com/hc/en-us/articles/200470606-Customize-Shareaholic-Location-on-Individual-WordPress-Pages
Please let me know if you have any questions about this!
Thanks,
Mary Anne
I think that would only work if my theme had a stylesheet set up specifically for bbpress, but it doesn’t unfortunately
Just for others looking to use sharaholic with buddypress: if your theme does have built-in php files for buddypress and/or bbpress pages, then using the sharaholic shortcode does work.
This is the code I placed in mine:
<div style="text-align:center">
<?php echo do_shortcode('[shareaholic app="share_buttons" id="24281540"]'); ?>
</div>
And the final result can be seen here.
(keep in mind we’re still building our site)