diff --git a/eth-timeline.php b/eth-timeline.php
index 1f8d95c9c20383c90de98da5a36b635072c97f57..93aed63fbab3bac1ed0662e58cb9732ceaa674f4 100644
--- a/eth-timeline.php
+++ b/eth-timeline.php
@@ -402,6 +402,7 @@ class ETH_Timeline {
 
 						if ( ! empty( $content ) ) {
 							$removed = remove_filter( 'the_content', 'wpautop' );
+							add_filter( 'sharing_show', '__return_false' );
 
 							echo ' <span class="eth-timeline-sep">&mdash;</span> <span class="eth-timeline-body">';
 							the_content();
@@ -410,6 +411,7 @@ class ETH_Timeline {
 							if ( $removed ) {
 								add_filter( 'the_content', 'wpautop' );
 							}
+							remove_filter( 'sharing_show', '__return_false' );
 						}
 					?>
 				</li><!-- .eth-timeline-item#eth-timeline-<?php the_ID(); ?> -->