id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 40930,"Twenty Seventeen: Sharing buttons not showing with Video, Audio, or Gallery post format",chocopress,,"'''What's expected:''' When sharing buttons are setup to show on the front page, they should be showing regardless of the post format. '''What happened:''' Sharing buttons aren't showing with Video, Audio, or Gallery format. [[Image(https://cldup.com/gbtIq-Ohq4-3000x3000.png,75%)]] Discussed with @thomasguillot, who figured out the cause: {{{ if ( ! is_single() ) { // If not a single post, highlight the video file. if ( ! empty( $video ) ) { foreach ( $video as $video_html ) { echo '
'; echo $video_html; echo '
'; } }; }; }}} If it’s not single, only the video is displayed and nothing else, the sharing buttons require something like the_content() but it’s not being called for video post formats. This also applies to audio, and gallery post format. ",defect (bug),new,normal,Awaiting Review,Bundled Theme,,normal,,,,