Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 37001

reckontalk on "[Plugin: Jetpack by WordPress.com] Sharing Buttons Do Not Show on bbPress Forums or Topics"

$
0
0

Thanks Jeff,

The code worked perfectly fine with my bbpress installation on our website ReckonTalk

add_action( 'bbp_get_topic_content', 'ddw_jetpack_sharing_bbpress');
//add_action( 'bbp_get_reply_content', 'ddw_jetpack_sharing_bbpress' );
add_action( 'bbp_template_before_single_forum', 'ddw_jetpack_sharing_bbpress' );
add_action( 'bbp_template_before_single_topic', 'ddw_jetpack_sharing_bbpress' );
add_action( 'bbp_template_before_lead_topic', 'ddw_jetpack_sharing_bbpress' );
/**
 * Display Jetpack "Sharing" buttons on bbPress 2.x forums/ topics/ lead topics/ replies.
 *
 * @author David Decker - DECKERWEB
 * @link   http://deckerweb.de/twitter
 */
function ddw_jetpack_sharing_bbpress() {

	/** If Jetpack "Sharing" function is active, just display it :) */
	if ( function_exists( 'sharing_display' ) ) {

		echo sharing_display();

	}  // end-if

}  // end function


Viewing all articles
Browse latest Browse all 37001

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>